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:
- SoapObjectItf, java.io.Serializable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory, javax.naming.Referenceable
- Direct Known Subclasses:
- XAHALocalConnectionFactory, XAHATcpConnectionFactory, XALocalConnectionFactory, XATcpConnectionFactory
Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory
.
public abstract class XAConnectionFactory
- extends AbstractConnectionFactory
- implements javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory
Implements the javax.jms.XAConnectionFactory
interfaces: Queue, Topic and unified.
- See Also:
XAConnectionFactory
,
Serialized Form
Field Summary |
private static long |
serialVersionUID
Deprecated. define serialVersionUID for interoperability |
Constructor Summary |
|
XAConnectionFactory()
Deprecated. Constructs an empty ConnectionFactory . |
protected |
XAConnectionFactory(java.lang.String url)
Deprecated. Constructs an XAConnectionFactory dedicated to a given server. |
protected |
XAConnectionFactory(java.lang.String host,
int port)
Deprecated. Constructs an XAConnectionFactory dedicated to a given server. |
Method Summary |
java.lang.String |
toString()
Deprecated. Returns a string view of the connection factory. |
Methods inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
code, code, createConnection, createConnection, createQueueConnection, createQueueConnection, createRequestChannel, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, decode, decode, fromReference, fromReference, getDefaultLogin, getDefaultPassword, getDefaultRootLogin, getDefaultRootPassword, getDefaultServerHost, getDefaultServerPort, getParameters, initIdentity, setIdentityClassName, setReliableClass, toReference, toReference |
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 |
serialVersionUID
private static final long serialVersionUID
- Deprecated.
- define serialVersionUID for interoperability
- See Also:
- Constant Field Values
XAConnectionFactory
public XAConnectionFactory()
- Deprecated.
- Constructs an empty
ConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.
XAConnectionFactory
protected XAConnectionFactory(java.lang.String host,
int port)
- Deprecated.
- Constructs an
XAConnectionFactory
dedicated to a given server.
- Parameters:
host
- Name or IP address of the server's host.port
- Server's listening port.
XAConnectionFactory
protected XAConnectionFactory(java.lang.String url)
- Deprecated.
- Constructs an
XAConnectionFactory
dedicated to a given server.
- Parameters:
url
- joram url
toString
public java.lang.String toString()
- Deprecated.
- Returns a string view of the connection factory.
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.