org.objectweb.joram.client.jms
Class QueueConnectionFactory
java.lang.Object
org.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
org.objectweb.joram.client.jms.QueueConnectionFactory
- All Implemented Interfaces:
- SoapObjectItf, java.io.Serializable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.naming.Referenceable
- Direct Known Subclasses:
- QueueHALocalConnectionFactory, QueueHATcpConnectionFactory, QueueLocalConnectionFactory, QueueSoapConnectionFactory, QueueTcpConnectionFactory
Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory
.
public abstract class QueueConnectionFactory
- extends AbstractConnectionFactory
- implements javax.jms.QueueConnectionFactory
Implements the javax.jms.QueueConnectionFactory
interface.
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
Deprecated. define serialVersionUID for interoperability |
Constructor Summary |
|
QueueConnectionFactory()
Deprecated. Constructs an empty QueueConnectionFactory . |
protected |
QueueConnectionFactory(java.lang.String url)
Deprecated. Constructs a QueueConnectionFactory dedicated to a given server. |
protected |
QueueConnectionFactory(java.lang.String host,
int port)
Deprecated. Constructs a QueueConnectionFactory 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.QueueConnectionFactory |
createQueueConnection, createQueueConnection |
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
QueueConnectionFactory
public QueueConnectionFactory()
- Deprecated.
- Constructs an empty
QueueConnectionFactory
.
Needed by ObjectFactory, should only be used for internal purposes.
QueueConnectionFactory
protected QueueConnectionFactory(java.lang.String host,
int port)
- Deprecated.
- Constructs a
QueueConnectionFactory
dedicated to a given
server.
- Parameters:
host
- Name or IP address of the server's host.port
- Server's listening port.
QueueConnectionFactory
protected QueueConnectionFactory(java.lang.String url)
- Deprecated.
- Constructs a
QueueConnectionFactory
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.