Package org.objectweb.joram.client.jms
Class XAConnectionFactory
- java.lang.Object
-
- org.objectweb.joram.client.jms.admin.AdministeredObject
-
- org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
-
- org.objectweb.joram.client.jms.XAConnectionFactory
-
- All Implemented Interfaces:
Serializable,ConnectionFactory,QueueConnectionFactory,TopicConnectionFactory,XAConnectionFactory,XAQueueConnectionFactory,XATopicConnectionFactory,Referenceable
- Direct Known Subclasses:
XALocalConnectionFactory,XATcpConnectionFactory
public abstract class XAConnectionFactory extends AbstractConnectionFactory implements XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.Implements thejavax.jms.XAConnectionFactoryinterfaces: Queue, Topic and unified.- See Also:
XAConnectionFactory, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.define serialVersionUID for interoperability-
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
identity, identityClassName, params, reliableClass
-
Fields inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject
rand
-
-
Constructor Summary
Constructors Modifier Constructor Description XAConnectionFactory()Deprecated.Constructs an emptyConnectionFactory.protectedXAConnectionFactory(String url)Deprecated.Constructs anXAConnectionFactorydedicated to a given server.protectedXAConnectionFactory(String host, int port)Deprecated.Constructs anXAConnectionFactorydedicated to a given server.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringtoString()Deprecated.Returns a string view of the connection factory.-
Methods inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContext, createQueueConnection, createQueueConnection, createRequestChannel, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAContext, createXAContext, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, fromReference, fromReference, getDefaultLogin, getDefaultPassword, getDefaultRootLogin, getDefaultRootPassword, getDefaultServerHost, getDefaultServerPort, getParameters, initIdentity, setCnxJMXBeanBaseName, setIdentityClassName, setReliableClass, toReference, toReference
-
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.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContext
-
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
-
Methods inherited from interface javax.jms.TopicConnectionFactory
createTopicConnection, createTopicConnection
-
Methods inherited from interface javax.jms.XAConnectionFactory
createXAConnection, createXAConnection, createXAContext, createXAContext
-
Methods inherited from interface javax.jms.XAQueueConnectionFactory
createXAQueueConnection, createXAQueueConnection
-
Methods inherited from interface javax.jms.XATopicConnectionFactory
createXATopicConnection, createXATopicConnection
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XAConnectionFactory
public XAConnectionFactory()
Deprecated.Constructs an emptyConnectionFactory. Needed by ObjectFactory, should only be used for internal purposes.
-
XAConnectionFactory
protected XAConnectionFactory(String host, int port)
Deprecated.Constructs anXAConnectionFactorydedicated to a given server.- Parameters:
host- Name or IP address of the server's host.port- Server's listening port.
-
XAConnectionFactory
protected XAConnectionFactory(String url)
Deprecated.Constructs anXAConnectionFactorydedicated to a given server.- Parameters:
url- joram url
-
-