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

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

Uses of MockQueueSession in com.mockrunner.jms
 

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

Uses of MockQueueSession in com.mockrunner.mock.jms
 

Methods in com.mockrunner.mock.jms that return MockQueueSession
 MockQueueSession MockQueueConnection.getQueueSession(int index)
          Returns a MockQueueSession that was created with MockQueueConnection.createQueueSession(boolean, int).
 

Constructors in com.mockrunner.mock.jms with parameters of type MockQueueSession
MockQueueReceiver(MockConnection connection, MockQueueSession session, MockQueue queue)