|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
| javax.jms | |
| Uses of Session in javax.jms |
| Subinterfaces of Session in javax.jms | |
interface |
QueueSession
A QueueSession provides methods for creating QueueReceiver's, QueueSender's, QueueBrowser's and TemporaryQueues. |
interface |
TopicSession
A TopicSession provides methods for creating TopicPublisher's, TopicSubscriber's and TemporaryTopics. |
interface |
XAQueueSession
An XAQueueSession provides a regular QueueSession which can be used to create QueueReceivers, QueueSenders and QueueBrowsers (optional). |
interface |
XASession
XASession extends the capability of Session by adding access to a JMS provider's support for JTA (optional). |
interface |
XATopicSession
An XATopicSession provides a regular TopicSession which can be used to create TopicSubscribers and TopicPublishers (optional). |
| Methods in javax.jms that return Session | |
Session |
ServerSession.getSession()
Return the ServerSession's Session. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||