org.objectweb.joram.client.jms
Class XATopicConnectionFactory
- javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XATopicConnectionFactory, SoapObjectItf
public abstract class XATopicConnectionFactory
implements javax.jms.XATopicConnectionFactory
Implements the javax.jms.XATopicConnectionFactory
interface.
- Serialized Form
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.
|
XATopicConnectionFactory
public XATopicConnectionFactory(String host,
int port)
Constructs an XATopicConnectionFactory
dedicated to a
given server.
host
- Name or IP address of the server's host.port
- Server's listening port.
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.
- toString in interface XAConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved