org.objectweb.joram.client.jms
Class XAQueueConnectionFactory
java.lang.Object
org.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
org.objectweb.joram.client.jms.XAQueueConnectionFactory
- All Implemented Interfaces:
- SoapObjectItf, java.io.Serializable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.naming.Referenceable
- Direct Known Subclasses:
- XAQueueHALocalConnectionFactory, XAQueueHATcpConnectionFactory, XAQueueLocalConnectionFactory, XAQueueTcpConnectionFactory
Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory
.
public abstract class XAQueueConnectionFactory
- extends AbstractConnectionFactory
- implements javax.jms.XAQueueConnectionFactory
Implements the javax.jms.XAQueueConnectionFactory
interface.
- See Also:
- Serialized Form
Constructor Summary |
|
XAQueueConnectionFactory()
Deprecated. Constructs an empty XAQueueConnectionFactory . |
protected |
XAQueueConnectionFactory(java.lang.String url)
Deprecated. Constructs an XAQueueConnectionFactory dedicated to a given server. |
protected |
XAQueueConnectionFactory(java.lang.String host,
int port)
Deprecated. Constructs an XAQueueConnectionFactory 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.XAConnectionFactory |
createXAConnection, createXAConnection |
Methods inherited from interface javax.jms.QueueConnectionFactory |
createQueueConnection, createQueueConnection |
Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
XAQueueConnectionFactory
public XAQueueConnectionFactory()
- Deprecated.
- Constructs an empty
XAQueueConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.
XAQueueConnectionFactory
protected XAQueueConnectionFactory(java.lang.String host,
int port)
- Deprecated.
- Constructs an
XAQueueConnectionFactory
dedicated to a given server.
- Parameters:
host
- Name or IP address of the server's host.port
- Server's listening port.
XAQueueConnectionFactory
protected XAQueueConnectionFactory(java.lang.String url)
- Deprecated.
- Constructs an
XAQueueConnectionFactory
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 © 2011 ScalAgent D.T.. All Rights Reserved.