Joram 5.2.4

org.objectweb.joram.client.jms
Class XAQueueConnectionFactory

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.XAQueueConnectionFactory
All Implemented Interfaces:
fr.dyade.aaa.jndi2.soap.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

Field Summary
 
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
identity, identityClassName, params, reliableClass
 
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 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.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
 

Constructor Detail

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

toString

public java.lang.String toString()
Deprecated. 
Returns a string view of the connection factory.

Overrides:
toString in class java.lang.Object

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved