|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MockTopicConnection | |
---|---|
com.mockrunner.jms | |
com.mockrunner.mock.jms |
Uses of MockTopicConnection in com.mockrunner.jms |
---|
Methods in com.mockrunner.jms that return MockTopicConnection | |
---|---|
protected MockTopicConnection |
BasicJMSTestCaseAdapter.getCurrentTopicConnection()
Delegates to JMSTestModule.getCurrentTopicConnection() |
protected MockTopicConnection |
JMSTestCaseAdapter.getCurrentTopicConnection()
Delegates to JMSTestModule.getCurrentTopicConnection() |
MockTopicConnection |
JMSTestModule.getCurrentTopicConnection()
Returns the current MockTopicConnection based on its
index or null if no topic connection
was created. |
Uses of MockTopicConnection in com.mockrunner.mock.jms |
---|
Methods in com.mockrunner.mock.jms that return MockTopicConnection | |
---|---|
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. |
Constructors in com.mockrunner.mock.jms with parameters of type MockTopicConnection | |
---|---|
MockTopicSession(MockTopicConnection connection)
|
|
MockTopicSession(MockTopicConnection connection,
boolean transacted,
int acknowledgeMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |