org.objectweb.joram.client.jms
Class XAQueueConnectionFactory
- javax.naming.Referenceable, java.io.Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, SoapObjectItf
public abstract class XAQueueConnectionFactory
implements javax.jms.XAQueueConnectionFactory
Implements the javax.jms.XAQueueConnectionFactory
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.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.
|
XAQueueConnectionFactory
public XAQueueConnectionFactory(String host,
int port)
Constructs an XAQueueConnectionFactory
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..
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.
- toString in interface XAConnectionFactory
Copyright B) 2004 Scalagent - All rights reserved