public abstract class XAConnectionFactory extends AbstractConnectionFactory implements javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.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
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 © 2018 ScalAgent D.T.. All Rights Reserved.