Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.resource.adapter » jms » [javadoc | source]
org.jboss.resource.adapter.jms
public class: JmsConnectionFactoryImpl [javadoc | source]
java.lang.Object
   org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl

All Implemented Interfaces:
    javax.resource.Referenceable, JmsConnectionFactory

The the connection factory implementation for the JMS RA.

This object will be the QueueConnectionFactory or TopicConnectionFactory which clients will use to create connections.

Constructor:
 public JmsConnectionFactoryImpl(ManagedConnectionFactory mcf,
    ConnectionManager cm) 
Method from org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl Summary:
createConnection,   createConnection,   createQueueConnection,   createQueueConnection,   createTopicConnection,   createTopicConnection,   getReference,   setReference
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl Detail:
 public Connection createConnection() throws JMSException 
 public Connection createConnection(String userName,
    String password) throws JMSException 
 public QueueConnection createQueueConnection() throws JMSException 
 public QueueConnection createQueueConnection(String userName,
    String password) throws JMSException 
 public TopicConnection createTopicConnection() throws JMSException 
 public TopicConnection createTopicConnection(String userName,
    String password) throws JMSException 
 public Reference getReference() 
 public  void setReference(Reference reference)