|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
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.admin | The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
Uses of Session in org.objectweb.joram.client.jms |
---|
Subclasses of Session in org.objectweb.joram.client.jms | |
---|---|
class |
QueueSession
Implements the javax.jms.QueueSession interface. |
class |
TopicSession
Implements the javax.jms.TopicSession interface. |
Fields in org.objectweb.joram.client.jms declared as Session | |
---|---|
protected Session |
XASession.sess
|
protected Session |
MessageProducer.sess
The session the producer belongs to. |
protected Session |
MessageConsumer.sess
The session the consumer belongs to. |
protected Session |
Message.session
If the message is actually consumed, the session that consumes it, null otherwise. |
Methods in org.objectweb.joram.client.jms that return Session | |
---|---|
Session |
XASession.getDelegateSession()
|
Methods in org.objectweb.joram.client.jms with parameters of type Session | |
---|---|
protected void |
Connection.addSession(Session session)
Called here and by sub-classes. |
static Message |
Message.wrapMomMessage(Session session,
Message momMsg)
|
Constructors in org.objectweb.joram.client.jms with parameters of type Session | |
---|---|
Message(Session session,
Message momMsg)
Instantiates a Message wrapping a consumed
MOM simple message. |
|
XAResource(XAResourceMngr rm,
Session sess)
Constructs an XA resource representing a given session. |
|
XASession(Connection cnx,
Session sess,
XAResourceMngr rm)
Constructs an XASession . |
Uses of Session in org.objectweb.joram.client.jms.admin |
---|
Constructors in org.objectweb.joram.client.jms.admin with parameters of type Session | |
---|---|
AdminMessage(Session session,
Message momMsg)
Instantiates an AdminMessage wrapping a
consumed MOM message containing a Admin message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |