|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
org.objectweb.joram.client.jms.TopicConnectionFactory
ConnectionFactory
.
public abstract class TopicConnectionFactory
Implements the javax.jms.TopicConnectionFactory
interface.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
---|
identity, identityClassName, params, reliableClass |
Constructor Summary | |
---|---|
|
TopicConnectionFactory()
Deprecated. Constructs an empty TopicConnectionFactory . |
protected |
TopicConnectionFactory(java.lang.String url)
Deprecated. Constructs a TopicConnectionFactory dedicated to a given server. |
protected |
TopicConnectionFactory(java.lang.String host,
int port)
Deprecated. Constructs a TopicConnectionFactory dedicated to a given
server. |
Method Summary | |
---|---|
java.lang.String |
toString()
Deprecated. Returns a string view of the connection factory. |
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject |
---|
getReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.TopicConnectionFactory |
---|
createTopicConnection, createTopicConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
---|
createConnection, createConnection |
Constructor Detail |
---|
public TopicConnectionFactory()
TopicConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.
protected TopicConnectionFactory(java.lang.String host, int port)
TopicConnectionFactory
dedicated to a given
server.
host
- Name or IP address of the server's host.port
- Server's listening port.protected TopicConnectionFactory(java.lang.String url)
TopicConnectionFactory
dedicated to a given server.
url
- joram ha url.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |