com.mockobjects.jms
public class MockQueueConnectionFactory extends MockObject implements QueueConnectionFactory
Method Summary | |
---|---|
Connection | createConnection(String userName, String password) |
Connection | createConnection() |
QueueConnection | createQueueConnection() |
QueueConnection | createQueueConnection(String userName, String password) |
void | setExpectedPassword(String password) |
void | setExpectedUserName(String userName) |
void | setupQueueConnection(QueueConnection queueConnection) |
void | setupThrowException(JMSException e) |