org.mockejb.jms
Class QueueConnectionFactoryImpl
java.lang.Object
   org.mockejb.jms.QueueConnectionFactoryImpl
org.mockejb.jms.QueueConnectionFactoryImpl
- All Implemented Interfaces: 
- javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory
- public class QueueConnectionFactoryImpl- extends java.lang.Object- implements javax.jms.QueueConnectionFactory
QueueConnectionFactory implementation.
- Author:
- Dimitar Gospodinov
- See Also:
- QueueConnectionFactory
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
QueueConnectionFactoryImpl
public QueueConnectionFactoryImpl()
createConnection
public javax.jms.Connection createConnection()
                                      throws javax.jms.JMSException
- 
 
- 
- Throws:
- javax.jms.JMSException
 
createConnection
public javax.jms.Connection createConnection(java.lang.String userName,
                                             java.lang.String password)
                                      throws javax.jms.JMSException
- 
 
- 
- Throws:
- javax.jms.JMSException
 
createQueueConnection
public javax.jms.QueueConnection createQueueConnection(java.lang.String userName,
                                                       java.lang.String password)
                                                throws javax.jms.JMSException
- 
- Specified by:
- createQueueConnectionin interface- javax.jms.QueueConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
createQueueConnection
public javax.jms.QueueConnection createQueueConnection()
                                                throws javax.jms.JMSException
- 
- Specified by:
- createQueueConnectionin interface- javax.jms.QueueConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException