org.objectweb.joram.client.jms
Class QueueConnectionFactory

java.lang.Object
  extended by org.objectweb.joram.client.jms.admin.AdministeredObject
      extended by org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
          extended by 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
 
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
identity, identityClassName, params, reliableClass
 
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 org.objectweb.joram.client.jms.admin.AdministeredObject
getReference
 
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
 

Constructor Detail

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.
Method Detail

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.