com.mockobjects.jms

Class MockTopicConnectionFactory

Implemented Interfaces:
TopicConnectionFactory, Verifiable

public class MockTopicConnectionFactory
extends MockObject
implements TopicConnectionFactory

Method Summary

TopicConnection
createTopicConnection()
TopicConnection
createTopicConnection(String userName, String password)
void
setupCreateTopicConnection(TopicConnection topicConnectionToReturn)

Methods inherited from class com.mockobjects.MockObject

notImplemented, notYetImplemented, verify

Method Details

createTopicConnection

public TopicConnection createTopicConnection()
            throws JMSException

createTopicConnection

public TopicConnection createTopicConnection(String userName,
                                             String password)
            throws JMSException

setupCreateTopicConnection

public void setupCreateTopicConnection(TopicConnection topicConnectionToReturn)

Copyright © 2002 Mock Objects. All Rights Reserved.