| Package | Description |
|---|---|
| com.mockrunner.jms | |
| com.mockrunner.mock.jms |
| Modifier and Type | Method and Description |
|---|---|
MockSession |
JMSTestModule.getSession(int indexOfSession)
Returns the
MockSession for the specified index
or null if the session does not exist. |
protected MockSession |
BasicJMSTestCaseAdapter.getSession(int indexOfSession)
Delegates to
JMSTestModule.getSession(int) |
| Constructor and Description |
|---|
GenericTransmissionManager(MockConnection connection,
MockSession session) |
QueueTransmissionManager(MockConnection connection,
MockSession session) |
TopicTransmissionManager(MockConnection connection,
MockSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockQueueSession
Mock implementation of JMS
QueueSession. |
class |
MockTopicSession
Mock implementation of JMS
TopicSession. |
| Modifier and Type | Method and Description |
|---|---|
MockSession |
MockConnection.getSession(int index)
Returns a
MockSession. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MockDestination.acknowledgeMessage(javax.jms.Message message,
MockSession session) |
| Constructor and Description |
|---|
MockMessageProducer(MockConnection connection,
MockSession session,
MockDestination destination) |
MockQueueReceiver(MockConnection connection,
MockSession session,
MockQueue queue,
String messageSelector) |
MockQueueSender(MockConnection connection,
MockSession session,
MockQueue queue) |
MockTopicPublisher(MockConnection connection,
MockSession session,
MockTopic topic) |
MockTopicSubscriber(MockConnection connection,
MockSession session,
MockTopic topic) |
MockTopicSubscriber(MockConnection connection,
MockSession session,
MockTopic topic,
String messageSelector,
boolean noLocal) |
Copyright © 2003–2020. All rights reserved.