public abstract class XAConnectionFactory extends AbstractConnectionFactory implements XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
javax.jms.XAConnectionFactory
interfaces: Queue, Topic and unified.XAConnectionFactory
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
define serialVersionUID for interoperability
|
identity, identityClassName, params, reliableClass
Modifier | Constructor and Description |
---|---|
|
XAConnectionFactory()
Deprecated.
Constructs an empty
ConnectionFactory . |
protected |
XAConnectionFactory(String url)
Deprecated.
Constructs an
XAConnectionFactory dedicated to a given server. |
protected |
XAConnectionFactory(String host,
int port)
Deprecated.
Constructs an
XAConnectionFactory dedicated to a given server. |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
Returns a string view of the connection factory.
|
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
getReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createXAQueueConnection, createXAQueueConnection
createQueueConnection, createQueueConnection
createXATopicConnection, createXATopicConnection
createXAConnection, createXAConnection
createTopicConnection, createTopicConnection
createConnection, createConnection
private static final long serialVersionUID
public XAConnectionFactory()
ConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.protected XAConnectionFactory(String host, int port)
XAConnectionFactory
dedicated to a given server.host
- Name or IP address of the server's host.port
- Server's listening port.protected XAConnectionFactory(String url)
XAConnectionFactory
dedicated to a given server.url
- joram urlCopyright © 2015 ScalAgent D.T.. All Rights Reserved.