|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JmsSession | |
| org.exolab.jms.client | |
| Uses of JmsSession in org.exolab.jms.client |
| Subclasses of JmsSession in org.exolab.jms.client | |
class |
JmsQueueSession
. |
class |
JmsTopicSession
The JmsTopicSession extends JmsSession and implements TopicSession. |
class |
JmsXAQueueSession
|
class |
JmsXATopicSession
|
| Fields in org.exolab.jms.client declared as JmsSession | |
protected JmsSession |
JmsMessageConsumer._session
A consumer needs to be allocated through the session. |
protected JmsSession |
JmsMessageProducer._session
This is the session_ that created this producer. |
| Methods in org.exolab.jms.client with parameters of type JmsSession | |
protected void |
JmsConnection.addSession(JmsSession session)
Add the specified session to the list of managed sessions |
protected void |
JmsConnection.removeSession(JmsSession session)
Remove the specified session from the list of managed sessions. |
protected boolean |
JmsConnection.isManaged(JmsSession session)
Test whether the specified session is managed by this connection |
| Constructors in org.exolab.jms.client with parameters of type JmsSession | |
JmsMessageProducer(JmsSession session)
The constructor is used to associated a session with this producer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||