当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 messaging  API Documentation 英文版文档
SpyXAConnectionFactory (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging  API Documentation 英文版文档
org.jboss.mq
Class SpyXAConnectionFactory
java.lang.Object
   org.jboss.mq.SpyConnectionFactory
org.jboss.mq.SpyConnectionFactory
       org.jboss.mq.SpyXAConnectionFactory
org.jboss.mq.SpyXAConnectionFactory
- All Implemented Interfaces: 
- javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, Referenceable, Serializable, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory
- public class SpyXAConnectionFactory- extends SpyConnectionFactory- implements Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory
This class implements javax.jms.XATopicConnectionFactory and
 javax.jms.XAQueueConnectionFactory.
- Version:
- $Revision: 1.11 $
- Author:
- Hiram Chirino (Cojonudo14@hotmail.com), Jason Dillon, Adrian Brock
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface javax.jms.QueueConnectionFactory | 
| createQueueConnection, createQueueConnection | 
 
| Methods inherited from interface javax.jms.ConnectionFactory | 
| createConnection, createConnection | 
 
| Methods inherited from interface javax.jms.TopicConnectionFactory | 
| createTopicConnection, createTopicConnection | 
 
SpyXAConnectionFactory
public SpyXAConnectionFactory(GenericConnectionFactory factory)
- Create a new SpyXAConnectionFactory
 
- Parameters:
- factory- the generic connection factory
SpyXAConnectionFactory
public SpyXAConnectionFactory(Properties config)
- Create a new SpyXAConnectionFactory
 
- Parameters:
- config- the configuration
createXAConnection
public javax.jms.XAConnection createXAConnection()
                                          throws javax.jms.JMSException
- 
- Specified by:
- createXAConnectionin interface- javax.jms.XAConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
createXAConnection
public javax.jms.XAConnection createXAConnection(String userName,
                                                 String password)
                                          throws javax.jms.JMSException
- 
- Specified by:
- createXAConnectionin interface- javax.jms.XAConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
createXAQueueConnection
public javax.jms.XAQueueConnection createXAQueueConnection()
                                                    throws javax.jms.JMSException
- 
- Specified by:
- createXAQueueConnectionin interface- javax.jms.XAQueueConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
createXAQueueConnection
public javax.jms.XAQueueConnection createXAQueueConnection(String userName,
                                                           String password)
                                                    throws javax.jms.JMSException
- 
- Specified by:
- createXAQueueConnectionin interface- javax.jms.XAQueueConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
createXATopicConnection
public javax.jms.XATopicConnection createXATopicConnection()
                                                    throws javax.jms.JMSException
- 
- Specified by:
- createXATopicConnectionin interface- javax.jms.XATopicConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
createXATopicConnection
public javax.jms.XATopicConnection createXATopicConnection(String userName,
                                                           String password)
                                                    throws javax.jms.JMSException
- 
- Specified by:
- createXATopicConnectionin interface- javax.jms.XATopicConnectionFactory
 
- 
- Throws:
- javax.jms.JMSException
 
getReference
public Reference getReference()
                       throws NamingException
- 
- Specified by:
- getReferencein interface- Referenceable
- Overrides:
- getReferencein class- SpyConnectionFactory
 
- 
- Throws:
- NamingException
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.