|
Joram 5.3.1 | ||||||||
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.ConnectionFactory
org.objectweb.joram.client.jms.ha.local.HALocalConnectionFactory
public class HALocalConnectionFactory
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
---|
identity, identityClassName, params, reliableClass |
Constructor Summary | |
---|---|
HALocalConnectionFactory()
Constructs a HALocalConnectionFactory instance. |
Method Summary | |
---|---|
static ConnectionFactory |
create()
Admin method creating a javax.jms.ConnectionFactory
instance for creating HA local connections with a given server. |
protected RequestChannel |
createRequestChannel(FactoryParameters params,
Identity identity,
java.lang.String reliableClass)
Creates the HALocalRequestChannel object needed to connect to the
colocated HA server. |
Methods inherited from class org.objectweb.joram.client.jms.ConnectionFactory |
---|
toString |
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.XAQueueConnectionFactory |
---|
createXAQueueConnection, createXAQueueConnection |
Methods inherited from interface javax.jms.QueueConnectionFactory |
---|
createQueueConnection, createQueueConnection |
Methods inherited from interface javax.jms.XATopicConnectionFactory |
---|
createXATopicConnection, createXATopicConnection |
Methods inherited from interface javax.jms.XAConnectionFactory |
---|
createXAConnection, createXAConnection |
Methods inherited from interface javax.jms.TopicConnectionFactory |
---|
createTopicConnection, createTopicConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
---|
createConnection, createConnection |
Constructor Detail |
---|
public HALocalConnectionFactory()
HALocalConnectionFactory
instance.
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
HALocalRequestChannel
object needed to connect to the
colocated 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 ConnectionFactory create()
javax.jms.ConnectionFactory
instance for creating HA local connections with a given server.
|
Joram 5.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |