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

Packages that use MockTopicPublisher
com.mockrunner.jms   
 

Uses of MockTopicPublisher in com.mockrunner.jms
 

Methods in com.mockrunner.jms that return MockTopicPublisher
 MockTopicPublisher GenericTransmissionManager.createTopicPublisher()
          Creates a new TopicPublisher.
 MockTopicPublisher TopicTransmissionManager.createTopicPublisher(MockTopic topic)
          Creates a new TopicPublisher for the specified Topic.
 MockTopicPublisher TopicTransmissionManager.getTopicPublisher(int index)
          Returns a TopicPublisher by its index resp.
 MockTopicPublisher TopicTransmissionManager.getTopicPublisher(java.lang.String topicName)
          Returns a TopicPublisher by the name of its corresponding Topic.
 MockTopicPublisher TransmissionManagerWrapper.getTopicPublisher(int index)
          Returns the MockTopicPublisher object with the specified index resp.