Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » mq » [javadoc | source]
org.jboss.mq
public class: SpyXAConnectionFactory [javadoc | source]
java.lang.Object
   org.jboss.mq.SpyConnectionFactory
      org.jboss.mq.SpyXAConnectionFactory

All Implemented Interfaces:
    javax.jms.XATopicConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XAConnectionFactory, Serializable, Referenceable, javax.jms.TopicConnectionFactory, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory

This class implements javax.jms.XATopicConnectionFactory and javax.jms.XAQueueConnectionFactory.
Field Summary
static final  long serialVersionUID    The serialVersionUID 
Fields inherited from org.jboss.mq.SpyConnectionFactory:
serialVersionUID,  factory
Constructor:
 public SpyXAConnectionFactory(GenericConnectionFactory factory) 
    Create a new SpyXAConnectionFactory
    Parameters:
    factory - the generic connection factory
 public SpyXAConnectionFactory(Properties config) 
    Create a new SpyXAConnectionFactory
    Parameters:
    config - the configuration
Method from org.jboss.mq.SpyXAConnectionFactory Summary:
createXAConnection,   createXAConnection,   createXAQueueConnection,   createXAQueueConnection,   createXATopicConnection,   createXATopicConnection,   getReference
Methods from org.jboss.mq.SpyConnectionFactory:
createConnection,   createConnection,   createQueueConnection,   createQueueConnection,   createTopicConnection,   createTopicConnection,   getProperties,   getReference,   internalCreateConnection,   internalCreateConnection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mq.SpyXAConnectionFactory Detail:
 public XAConnection createXAConnection() throws JMSException 
 public XAConnection createXAConnection(String userName,
    String password) throws JMSException 
 public XAQueueConnection createXAQueueConnection() throws JMSException 
 public XAQueueConnection createXAQueueConnection(String userName,
    String password) throws JMSException 
 public XATopicConnection createXATopicConnection() throws JMSException 
 public XATopicConnection createXATopicConnection(String userName,
    String password) throws JMSException 
 public Reference getReference() throws NamingException