Uses of Class
com.mockrunner.mock.jms.MockTopicConnection

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 topic connection based on its index resp.
 

Uses of MockTopicConnection in com.mockrunner.mock.jms
 

Methods in com.mockrunner.mock.jms that return MockTopicConnection
 MockTopicConnection MockTopicConnectionFactory.getTopicConnection(int index)
          Returns the connection with the specified index resp.
 MockTopicConnection MockTopicConnectionFactory.getLatestTopicConnection()
          Returns the latest created connection resp.
 

Constructors in com.mockrunner.mock.jms with parameters of type MockTopicConnection
MockTopicSession(MockTopicConnection connection)
           
MockTopicSession(MockTopicConnection connection, boolean transacted, int acknowledgeMode)