| Package | Description |
|---|---|
| com.mockrunner.jms | |
| com.mockrunner.mock.jms |
| Modifier and Type | Method and Description |
|---|---|
MessageManager |
JMSTestModule.getMessageManager(int indexOfSession)
Returns the
MessageManager for the specified session
or null if the session does not exist. |
protected MessageManager |
BasicJMSTestCaseAdapter.getMessageManager(int indexOfSession)
Delegates to
JMSTestModule.getMessageManager(int) |
MessageManager |
JMSTestModule.getQueueMessageManager(int indexOfSession)
Returns the
MessageManager for the specified session
or null if the session does not exist. |
protected MessageManager |
BasicJMSTestCaseAdapter.getQueueMessageManager(int indexOfSession)
Delegates to
JMSTestModule.getQueueMessageManager(int) |
MessageManager |
JMSTestModule.getTopicMessageManager(int indexOfSession)
Returns the
MessageManager for the specified session
or null if the session does not exist. |
protected MessageManager |
BasicJMSTestCaseAdapter.getTopicMessageManager(int indexOfSession)
Delegates to
JMSTestModule.getTopicMessageManager(int) |
| Modifier and Type | Method and Description |
|---|---|
MessageManager |
MockSession.getMessageManager()
Returns the
MessageManager for this session. |
Copyright © 2003–2020. All rights reserved.