| Package | Description |
|---|---|
| com.mockrunner.jms | |
| com.mockrunner.mock.jms |
| Modifier and Type | Method and Description |
|---|---|
MockTopic |
DestinationManager.createTopic(String name)
Creates a new
Topic that is available
for MockSession.createTopic(java.lang.String)
calls. |
MockTopic |
JMSTestModule.getTopic(String name)
Returns the
MockTopic with the specified name
or null if no such topic exists. |
MockTopic |
DestinationManager.getTopic(String name)
Returns a
Topic that was created with
DestinationManager.createTopic(java.lang.String), or creates one if it didn't exist yet. |
protected MockTopic |
BasicJMSTestCaseAdapter.getTopic(String name)
Delegates to
JMSTestModule.getTopic(String) |
| Modifier and Type | Method and Description |
|---|---|
MockTopicSubscriber |
TopicTransmissionManager.createDurableTopicSubscriber(MockTopic topic,
String name,
String messageSelector,
boolean noLocal)
Creates a new durable
TopicSubscriber for the specified
Topic. |
MockTopicPublisher |
TopicTransmissionManager.createTopicPublisher(MockTopic topic)
Creates a new
TopicPublisher for the specified
Topic. |
MockTopicSubscriber |
TopicTransmissionManager.createTopicSubscriber(MockTopic topic,
String messageSelector,
boolean noLocal)
Creates a new
TopicSubscriber for the specified
Topic. |
| Modifier and Type | Class and Description |
|---|---|
class |
MockTemporaryTopic
Mock implementation of JMS
TemporaryTopic. |
| Constructor and Description |
|---|
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.