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

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

Uses of MockQueueConnection in com.mockrunner.jms
 

Methods in com.mockrunner.jms that return MockQueueConnection
protected  MockQueueConnection BasicJMSTestCaseAdapter.getCurrentQueueConnection()
          Delegates to JMSTestModule.getCurrentQueueConnection()
protected  MockQueueConnection JMSTestCaseAdapter.getCurrentQueueConnection()
          Delegates to JMSTestModule.getCurrentQueueConnection()
 MockQueueConnection JMSTestModule.getCurrentQueueConnection()
          Returns the current MockQueueConnection based on its index or null if no queue connection was created.
 

Uses of MockQueueConnection in com.mockrunner.mock.jms
 

Methods in com.mockrunner.mock.jms that return MockQueueConnection
 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.
 

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