|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.admin.AdministeredObject
org.objectweb.joram.client.jms.XAConnectionFactory
org.objectweb.joram.client.jms.XATopicConnectionFactory
Implements the javax.jms.XATopicConnectionFactory
interface.
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(java.lang.String host,
int port)
Constructs an XATopicConnectionFactory dedicated to a
given server. |
Method Summary | |
javax.jms.Connection |
createConnection()
Method inherited from interface ConnectionFactory . |
abstract javax.jms.Connection |
createConnection(java.lang.String name,
java.lang.String password)
Method inherited from interface ConnectionFactory ,
implemented according to the communication protocol.. |
javax.jms.TopicConnection |
createTopicConnection()
Method inherited from interface TopicConnectionFactory . |
abstract javax.jms.TopicConnection |
createTopicConnection(java.lang.String name,
java.lang.String password)
Method inherited from interface TopicConnectionFactory ,
implemented according to the communication protocol. |
javax.jms.XATopicConnection |
createXATopicConnection()
API method. |
abstract javax.jms.XATopicConnection |
createXATopicConnection(java.lang.String name,
java.lang.String password)
API method, implemented according to the communication protocol.. |
java.lang.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 |
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject |
getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.XAConnectionFactory |
createXAConnection, createXAConnection |
Constructor Detail |
public XATopicConnectionFactory(java.lang.String host, int port)
XATopicConnectionFactory
dedicated to a
given server.
host
- Name or IP address of the server's host.port
- Server's listening port.Method Detail |
public java.lang.String toString()
toString
in class XAConnectionFactory
public abstract javax.jms.XATopicConnection createXATopicConnection(java.lang.String name, java.lang.String password) throws javax.jms.JMSException
createXATopicConnection
in interface javax.jms.XATopicConnectionFactory
JMSSecurityException
- If the user identification is incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public javax.jms.XATopicConnection createXATopicConnection() throws javax.jms.JMSException
createXATopicConnection
in interface javax.jms.XATopicConnectionFactory
JMSSecurityException
- If the default identification is
incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public abstract javax.jms.TopicConnection createTopicConnection(java.lang.String name, java.lang.String password) throws javax.jms.JMSException
TopicConnectionFactory
,
implemented according to the communication protocol.
createTopicConnection
in interface javax.jms.TopicConnectionFactory
JMSSecurityException
- If the user identification is incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public javax.jms.TopicConnection createTopicConnection() throws javax.jms.JMSException
TopicConnectionFactory
.
createTopicConnection
in interface javax.jms.TopicConnectionFactory
JMSSecurityException
- If the default identification is
incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public abstract javax.jms.Connection createConnection(java.lang.String name, java.lang.String password) throws javax.jms.JMSException
ConnectionFactory
,
implemented according to the communication protocol..
createConnection
in interface javax.jms.ConnectionFactory
JMSSecurityException
- If the user identification is incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public javax.jms.Connection createConnection() throws javax.jms.JMSException
ConnectionFactory
.
createConnection
in interface javax.jms.ConnectionFactory
JMSSecurityException
- If the default identification is
incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |