| Modifier and Type | Method and Description |
|---|---|
AbstractSession |
AbstractConnection.lookupRegisteredSession(IntegerID sessionId)
Lookup a registered session
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConnection.registerSession(AbstractSession sessionToAdd)
Register a session
|
void |
AbstractConnection.unregisterSession(AbstractSession sessionToRemove)
Unregister a session
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSession |
AbstractMessage.getSession()
Get the parent session
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessage.setSession(AbstractSession session)
Set the message session
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractSession |
AbstractQueueBrowser.session |
protected AbstractSession |
AbstractMessageHandler.session |
| Modifier and Type | Method and Description |
|---|---|
AbstractSession |
AbstractMessageHandler.getSession()
Get the parent session
|
| Constructor and Description |
|---|
AbstractMessageConsumer(AbstractSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId)
Constructor
|
AbstractMessageHandler(AbstractSession session,
javax.jms.Destination destination,
IntegerID handlerId)
Constructor
|
AbstractMessageProducer(AbstractSession session,
javax.jms.Destination destination,
IntegerID producerId)
Constructor
|
AbstractQueueBrowser(AbstractSession session,
javax.jms.Queue queue,
String messageSelector,
IntegerID browserId)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalQueueSession
Queue specific implementation of a local
Session |
class |
LocalSession
Implementation of a local JMS
Session |
class |
LocalTopicSession
Topic specific implementation of a local
Session |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteQueueSession
RemoteQueueSession
|
class |
RemoteSession
RemoteSession
|
class |
RemoteTopicSession
RemoteTopicSession
|
Copyright © 2019. All rights reserved.