| java.lang.Object org.mockejb.jms.QueueConnectionFactoryImpl
QueueConnectionFactoryImpl | public class QueueConnectionFactoryImpl implements QueueConnectionFactory(Code) | | QueueConnectionFactory implementation.
author: Dimitar Gospodinov See Also: javax.jms.QueueConnectionFactory |
createConnection | public Connection createConnection() throws JMSException(Code) | | |
createConnection | public Connection createConnection(String userName, String password) throws JMSException(Code) | | |
createQueueConnection | public QueueConnection createQueueConnection() throws JMSException(Code) | | |
|
|