|
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
org.objectweb.joram.client.jms.ha.tcp.TopicHATcpConnectionFactory
HATcpConnectionFactory
.
public class TopicHATcpConnectionFactory
A TopicHALocalConnectionFactory
instance is a factory of
TCP connections to an HA server.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
---|
identity, identityClassName, params, reliableClass |
Constructor Summary | |
---|---|
TopicHATcpConnectionFactory()
Deprecated. Constructs an empty TopicHATcpConnectionFactory . |
Method Summary | |
---|---|
static javax.jms.TopicConnectionFactory |
create(java.lang.String url)
Deprecated. Admin method creating a javax.jms.ConnectionFactory
instance for creating HA tcp connections with a given server. |
static javax.jms.TopicConnectionFactory |
create(java.lang.String url,
java.lang.String reliableClass)
Deprecated. Admin method creating a javax.jms.ConnectionFactory
instance for creating HA tcp connections with a given server. |
protected RequestChannel |
createRequestChannel(FactoryParameters params,
Identity identity,
java.lang.String reliableClass)
Deprecated. Creates the HATcpRequestChannel object needed to connect to the
remote HA server. |
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 TopicHATcpConnectionFactory()
TopicHATcpConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.
Method Detail |
---|
protected RequestChannel createRequestChannel(FactoryParameters params, Identity identity, java.lang.String reliableClass) throws javax.jms.JMSException
HATcpRequestChannel
object needed to connect to the
remote HA server.
createRequestChannel
in class AbstractConnectionFactory
params
- Connection configuration parameters.identity
- Client's identity.reliableClass
- The protocol specific class.
RequestChannel
object specific to the protocol used.
javax.jms.JMSException
- A problem occurs during the connection.AbstractConnectionFactory.createRequestChannel(FactoryParameters, Identity, String)
public static javax.jms.TopicConnectionFactory create(java.lang.String url)
javax.jms.ConnectionFactory
instance for creating HA tcp connections with a given server.
public static javax.jms.TopicConnectionFactory create(java.lang.String url, java.lang.String reliableClass)
javax.jms.ConnectionFactory
instance for creating HA tcp connections with a given server.
public java.lang.String toString()
TopicConnectionFactory
toString
in class TopicConnectionFactory
|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |