org.objectweb.joram.client.jms

Class XAQueueConnectionFactory

Implemented Interfaces:
javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, SoapObjectItf
Known Direct Subclasses:
XAQueueLocalConnectionFactory, XAQueueTcpConnectionFactory

public abstract class XAQueueConnectionFactory
extends XAConnectionFactory
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.XAConnectionFactory

params

Fields inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject

id, instancesTable

Constructor Summary

XAQueueConnectionFactory(String host, int port)
Constructs an XAQueueConnectionFactory dedicated to a given server.

Method Summary

javax.jms.Connection
createConnection()
Method inherited from interface ConnectionFactory.
javax.jms.Connection
createConnection(String name, String password)
Method inherited from interface ConnectionFactory, implemented according to the communication protocol..
javax.jms.QueueConnection
createQueueConnection()
Method inherited from interface QueueConnectionFactory.
javax.jms.QueueConnection
createQueueConnection(String name, String password)
Method inherited from interface QueueConnectionFactory, implemented according to the communication protocol.
javax.jms.XAQueueConnection
createXAQueueConnection()
API method.
javax.jms.XAQueueConnection
createXAQueueConnection(String name, String password)
API method, implemented according to the communication protocol.
String
toString()
Returns a string view of the connection factory.

Methods inherited from class org.objectweb.joram.client.jms.XAConnectionFactory

code, createXAConnection, createXAConnection, decode, getParameters, getReference, toString

Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject

code, getInstance, getReference

Constructor Details

XAQueueConnectionFactory

public XAQueueConnectionFactory(String host,
                                int port)
Constructs an XAQueueConnectionFactory dedicated to a given server.

Parameters:
host - Name or IP address of the server's host.
port - Server's listening port.

Method Details

createConnection

public javax.jms.Connection createConnection()
            throws JMSException
Method inherited from interface ConnectionFactory.


createConnection

public javax.jms.Connection createConnection(String name,
                                             String password)
            throws JMSException
Method inherited from interface ConnectionFactory, implemented according to the communication protocol..


createQueueConnection

public javax.jms.QueueConnection createQueueConnection()
            throws JMSException
Method inherited from interface QueueConnectionFactory.


createQueueConnection

public javax.jms.QueueConnection createQueueConnection(String name,
                                                       String password)
            throws JMSException
Method inherited from interface QueueConnectionFactory, implemented according to the communication protocol.


createXAQueueConnection

public javax.jms.XAQueueConnection createXAQueueConnection()
            throws JMSException
API method.


createXAQueueConnection

public javax.jms.XAQueueConnection createXAQueueConnection(String name,
                                                           String password)
            throws JMSException
API method, implemented according to the communication protocol.


toString

public String toString()
Returns a string view of the connection factory.
Overrides:
toString in interface XAConnectionFactory


Copyright B) 2004 Scalagent - All rights reserved