| Package | Description |
|---|---|
| com.mockrunner.jms | |
| com.mockrunner.mock.jms |
| Modifier and Type | Method and Description |
|---|---|
MockTopicConnection |
JMSTestModule.getCurrentTopicConnection()
Returns the current
MockTopicConnection based on its
index or null if no topic connection
was created. |
protected MockTopicConnection |
BasicJMSTestCaseAdapter.getCurrentTopicConnection()
Delegates to
JMSTestModule.getCurrentTopicConnection() |
| Modifier and Type | Method and Description |
|---|---|
MockTopicConnection |
MockTopicConnectionFactory.getLatestTopicConnection()
Returns the latest created connection
or
null if no such connection
exists. |
MockTopicConnection |
MockTopicConnectionFactory.getTopicConnection(int index)
Returns the connection with the specified index
or
null if no such connection
exists. |
| Constructor and Description |
|---|
MockTopicSession(MockTopicConnection connection) |
MockTopicSession(MockTopicConnection connection,
boolean transacted,
int acknowledgeMode) |
Copyright © 2003–2020. All rights reserved.