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

Packages that use MockTopicSession
com.mockrunner.jms   
com.mockrunner.mock.jms   
 

Uses of MockTopicSession in com.mockrunner.jms
 

Methods in com.mockrunner.jms that return MockTopicSession
protected  MockTopicSession BasicJMSTestCaseAdapter.getTopicSession(int indexOfSession)
          Delegates to JMSTestModule.getTopicSession(int)
protected  MockTopicSession JMSTestCaseAdapter.getTopicSession(int indexOfSession)
          Delegates to JMSTestModule.getTopicSession(int)
 MockTopicSession JMSTestModule.getTopicSession(int indexOfSession)
          Returns the MockTopicSession for the specified index or null if the session does not exist.
 

Uses of MockTopicSession in com.mockrunner.mock.jms
 

Methods in com.mockrunner.mock.jms that return MockTopicSession
 MockTopicSession MockTopicConnection.getTopicSession(int index)
          Returns a MockTopicSession that was created with MockTopicConnection.createTopicSession(boolean, int).