| Package | Description |
|---|---|
| com.mockrunner.jms | |
| com.mockrunner.mock.jms |
| Modifier and Type | Method and Description |
|---|---|
MockQueueConnection |
JMSTestModule.getCurrentQueueConnection()
Returns the current
MockQueueConnection based on its
index or null if no queue connection
was created. |
protected MockQueueConnection |
BasicJMSTestCaseAdapter.getCurrentQueueConnection()
Delegates to
JMSTestModule.getCurrentQueueConnection() |
| Modifier and Type | Method and Description |
|---|---|
MockQueueConnection |
MockQueueConnectionFactory.getLatestQueueConnection()
Returns the latest created connection
or
null if no such connection
exists. |
MockQueueConnection |
MockQueueConnectionFactory.getQueueConnection(int index)
Returns the connection with the specified index
or
null if no such connection
exists. |
| Constructor and Description |
|---|
MockQueueSession(MockQueueConnection connection) |
MockQueueSession(MockQueueConnection connection,
boolean transacted,
int acknowledgeMode) |
Copyright © 2003–2020. All rights reserved.