|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.objectweb.joram.client.jms | The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
org.objectweb.joram.client.jms.connection |
Uses of Connection in org.objectweb.joram.client.jms |
---|
Subclasses of Connection in org.objectweb.joram.client.jms | |
---|---|
class |
QueueConnection
Implements the javax.jms.QueueConnection interface. |
class |
TopicConnection
Implements the javax.jms.TopicConnection interface. |
class |
XAConnection
Connection used within global transactions; an instance of this class acts as a resource manager. |
class |
XAQueueConnection
Implements the javax.jms.XAQueueConnection interface. |
class |
XATopicConnection
Implements the javax.jms.XATopicConnection interface. |
Methods in org.objectweb.joram.client.jms that return Connection | |
---|---|
Connection |
TemporaryQueue.getCnx()
Returns the connection this temporary queue belongs to, null if not known. |
Constructors in org.objectweb.joram.client.jms with parameters of type Connection | |
---|---|
TemporaryQueue(java.lang.String agentId,
Connection cnx)
Constructs a temporary queue. |
|
TemporaryTopic(java.lang.String agentId,
Connection cnx)
Constructs a temporary topic. |
|
XAResourceMngr(Connection cnx)
Creates a XAResourceMngr instance. |
|
XASession(Connection cnx,
Session sess,
XAResourceMngr rm)
Constructs an XASession . |
Uses of Connection in org.objectweb.joram.client.jms.connection |
---|
Constructors in org.objectweb.joram.client.jms.connection with parameters of type Connection | |
---|---|
RequestMultiplexer(Connection cnx,
RequestChannel channel,
long heartBeat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |