Package com.mockobjects.jms
Class MockTopicConnectionFactory
java.lang.Object
com.mockobjects.MockObject
com.mockobjects.jms.MockTopicConnectionFactory
- All Implemented Interfaces:
Verifiable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTopicConnection
TopicConnection
createTopicConnection
(String userName, String password) void
setupCreateTopicConnection
(TopicConnection topicConnectionToReturn) Methods inherited from class com.mockobjects.MockObject
notImplemented, notYetImplemented, verify
-
Constructor Details
-
MockTopicConnectionFactory
public MockTopicConnectionFactory()
-
-
Method Details
-
setupCreateTopicConnection
public void setupCreateTopicConnection(TopicConnection topicConnectionToReturn) -
createTopicConnection
public TopicConnection createTopicConnection() throws JMSException- Throws:
JMSException
-
createTopicConnection
- Throws:
JMSException
-