com.mockobjects.jms
Class MockQueueConnectionFactory
- QueueConnectionFactory, Verifiable
public class MockQueueConnectionFactory
implements QueueConnectionFactory
createQueueConnection
public QueueConnection createQueueConnection()
throws JMSException
createQueueConnection
public QueueConnection createQueueConnection(String userName,
String password)
throws JMSException
setExpectedPassword
public void setExpectedPassword(String password)
setExpectedUserName
public void setExpectedUserName(String userName)
setupQueueConnection
public void setupQueueConnection(QueueConnection queueConnection)
setupThrowException
public void setupThrowException(JMSException e)
Copyright © 2002 Mock Objects. All Rights Reserved.