|
|||||||||
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
|
(package private) Session |
XAResource.sess
The session producing and consuming messages. |
private Session |
SingleSessionConsumer.sess
|
private Session |
QueueBrowser.sess
The session the browser belongs to. |
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. |
(package private) void |
Connection.closeSession(Session session)
Called by Session. |
(package private) void |
XAResourceMngr.end(javax.transaction.xa.Xid xid,
int flag,
Session sess)
Notifies the RM that a transaction is ended. |
(package private) void |
XAResourceMngr.start(javax.transaction.xa.Xid xid,
int flag,
Session sess)
Notifies the RM that a transaction is starting. |
static Message |
Message.wrapMomMessage(Session session,
Message momMsg)
|
Constructors in org.objectweb.joram.client.jms with parameters of type Session | |
---|---|
BytesMessage(Session sess,
Message momMsg)
Instantiates a BytesMessage wrapping a consumed
MOM message containing a bytes array. |
|
MapMessage(Session session,
Message momMsg)
Instantiates a MapMessage wrapping a consumed MOM
message containing an hashtable. |
|
Message(Session session,
Message momMsg)
Instantiates a Message wrapping a consumed
MOM simple message. |
|
MessageConsumer(Session sess,
Destination dest,
java.lang.String selector)
Constructs a consumer. |
|
MessageConsumer(Session sess,
Destination dest,
java.lang.String selector,
java.lang.String subName,
boolean noLocal)
Constructs a consumer. |
|
MessageProducer(Session sess,
Destination dest)
Constructs a producer. |
|
ObjectMessage(Session session,
Message momMsg)
Instantiates an ObjectMessage wrapping a
consumed MOM message containing an object. |
|
QueueBrowser(Session sess,
Queue queue,
java.lang.String selector)
Constructs a browser. |
|
SingleSessionConsumer(boolean queueMode,
boolean durable,
java.lang.String selector,
java.lang.String targetName,
Session session,
javax.jms.MessageListener listener)
|
|
StreamMessage(Session session,
Message momMsg)
Instantiates a StreamMessage wrapping a consumed
MOM message containing a stream of bytes. |
|
TextMessage(Session session,
Message momMsg)
Instantiates a TextMessage wrapping a consumed
MOM message containing a text. |
|
TopicSubscriber(Session sess,
Destination topic,
java.lang.String name,
java.lang.String selector,
boolean noLocal)
Constructs a subscriber. |
|
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 |