|
Joram 5.0.9 | ||||||||
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.admin.AbstractConnectionFactory
org.objectweb.joram.client.jms.XAConnectionFactory
org.objectweb.joram.client.jms.XAQueueConnectionFactory
public abstract class XAQueueConnectionFactory
Implements the javax.jms.XAQueueConnectionFactory
interface.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
---|
params, reliableClass |
Constructor Summary | |
---|---|
XAQueueConnectionFactory()
Constructs an XAQueueConnectionFactory dedicated to a
given server. |
|
XAQueueConnectionFactory(java.lang.String url)
Constructs an XAQueueConnectionFactory dedicated to a
given server. |
|
XAQueueConnectionFactory(java.lang.String host,
int port)
Constructs an XAQueueConnectionFactory 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.QueueConnection |
createQueueConnection()
Method inherited from interface QueueConnectionFactory . |
abstract javax.jms.QueueConnection |
createQueueConnection(java.lang.String name,
java.lang.String password)
Method inherited from interface QueueConnectionFactory ,
implemented according to the communication protocol. |
javax.jms.XAQueueConnection |
createXAQueueConnection()
API method. |
abstract javax.jms.XAQueueConnection |
createXAQueueConnection(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 |
---|
createXAConnection, createXAConnection |
Methods inherited from class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory |
---|
code, code, decode, decode, fromReference, fromReference, getDefaultLogin, getDefaultPassword, getDefaultRootLogin, getDefaultRootPassword, getParameters, setReliableClass, toReference, toReference |
Methods inherited from class org.objectweb.joram.client.jms.admin.AdministeredObject |
---|
getReference |
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 XAQueueConnectionFactory()
XAQueueConnectionFactory
dedicated to a
given server.
public XAQueueConnectionFactory(java.lang.String host, int port)
XAQueueConnectionFactory
dedicated to a
given server.
host
- Name or IP address of the server's host.port
- Server's listening port.public XAQueueConnectionFactory(java.lang.String url)
XAQueueConnectionFactory
dedicated to a
given server.
url
- : joram ha urlMethod Detail |
---|
public java.lang.String toString()
toString
in class XAConnectionFactory
public abstract javax.jms.XAQueueConnection createXAQueueConnection(java.lang.String name, java.lang.String password) throws javax.jms.JMSException
createXAQueueConnection
in interface javax.jms.XAQueueConnectionFactory
JMSSecurityException
- If the user identification is incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public javax.jms.XAQueueConnection createXAQueueConnection() throws javax.jms.JMSException
createXAQueueConnection
in interface javax.jms.XAQueueConnectionFactory
JMSSecurityException
- If the default identification is
incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public abstract javax.jms.QueueConnection createQueueConnection(java.lang.String name, java.lang.String password) throws javax.jms.JMSException
QueueConnectionFactory
,
implemented according to the communication protocol.
createQueueConnection
in interface javax.jms.QueueConnectionFactory
JMSSecurityException
- If the user identification is incorrect.
java.lang.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
public javax.jms.QueueConnection createQueueConnection() throws javax.jms.JMSException
QueueConnectionFactory
.
createQueueConnection
in interface javax.jms.QueueConnectionFactory
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
|
Joram 5.0.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |