org.objectweb.joram.client.jms

Class XATopicConnectionFactory

Implemented Interfaces:
javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XATopicConnectionFactory, SoapObjectItf
Known Direct Subclasses:
XATopicLocalConnectionFactory, XATopicTcpConnectionFactory

public abstract class XATopicConnectionFactory
extends XAConnectionFactory
implements javax.jms.XATopicConnectionFactory

Implements the javax.jms.XATopicConnectionFactory 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

XATopicConnectionFactory(String host, int port)
Constructs an XATopicConnectionFactory 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.TopicConnection
createTopicConnection()
Method inherited from interface TopicConnectionFactory.
javax.jms.TopicConnection
createTopicConnection(String name, String password)
Method inherited from interface TopicConnectionFactory, implemented according to the communication protocol.
javax.jms.XATopicConnection
createXATopicConnection()
API method.
javax.jms.XATopicConnection
createXATopicConnection(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

XATopicConnectionFactory

public XATopicConnectionFactory(String host,
                                int port)
Constructs an XATopicConnectionFactory 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..


createTopicConnection

public javax.jms.TopicConnection createTopicConnection()
            throws JMSException
Method inherited from interface TopicConnectionFactory.


createTopicConnection

public javax.jms.TopicConnection createTopicConnection(String name,
                                                       String password)
            throws JMSException
Method inherited from interface TopicConnectionFactory, implemented according to the communication protocol.


createXATopicConnection

public javax.jms.XATopicConnection createXATopicConnection()
            throws JMSException
API method.


createXATopicConnection

public javax.jms.XATopicConnection createXATopicConnection(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