| java.lang.Object org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl
JmsConnectionFactoryImpl | public class JmsConnectionFactoryImpl implements JmsConnectionFactory,Referenceable(Code) | | The the connection factory implementation for the JMS RA.
This object will be the QueueConnectionFactory or TopicConnectionFactory
which clients will use to create connections.
author: Peter Antman. author: Jason Dillon author: Adrian Brock version: $Revision: 57189 $ |
JmsConnectionFactoryImpl | public JmsConnectionFactoryImpl(ManagedConnectionFactory mcf, ConnectionManager cm)(Code) | | |
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) | | |
createQueueConnection | public QueueConnection createQueueConnection(String userName, String password) throws JMSException(Code) | | |
createTopicConnection | public TopicConnection createTopicConnection() throws JMSException(Code) | | |
createTopicConnection | public TopicConnection createTopicConnection(String userName, String password) throws JMSException(Code) | | |
|
|