Uses of Class
com.mockrunner.jms.MessageManager

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

Uses of MessageManager in com.mockrunner.jms
 

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

Uses of MessageManager in com.mockrunner.mock.jms
 

Methods in com.mockrunner.mock.jms that return MessageManager
 MessageManager MockSession.getMessageManager()
          Returns the MessageManager for this session.