com.j_spaces.jms
Class GSXAConnectionFactoryImpl
java.lang.Object
  
com.j_spaces.jms.GSConnectionFactoryImpl
      
com.j_spaces.jms.GSXAConnectionFactoryImpl
- All Implemented Interfaces: 
 - Serializable, Remote, ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
 
- Direct Known Subclasses: 
 - GSXAQueueConnectionFactoryImpl, GSXATopicConnectionFactoryImpl
 
public class GSXAConnectionFactoryImpl
- extends GSConnectionFactoryImpl
- implements XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory, Serializable, Remote
  
- See Also:
 XAConnectionFactory, 
XAQueueConnectionFactory, 
XATopicConnectionFactory, 
Serialized Form
 
 
| Methods inherited from class com.j_spaces.jms.GSConnectionFactoryImpl | 
createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getAdmin, getCnxCounter, getDistributedTransactionManager, getLocalTransactionManager, getSpaceURL, pingSpace | 
 
 
 
 
 
 
GSXAConnectionFactoryImpl
public GSXAConnectionFactoryImpl(IJSpace space,
                                 IMessageConverter messageConverter)
                          throws JMSException
- Throws:
 JMSException
createXAConnection
public XAConnection createXAConnection()
                                throws JMSException
- Specified by:
 createXAConnection in interface XAConnectionFactory
 
- Throws:
 JMSException- See Also:
 XAConnectionFactory.createXAConnection()
 
createXAConnection
public XAConnection createXAConnection(String userName,
                                       String password)
                                throws JMSException
- Specified by:
 createXAConnection in interface XAConnectionFactory
 
- Throws:
 JMSException- See Also:
 XAConnectionFactory.createXAConnection(String, String)
 
createXAQueueConnection
public XAQueueConnection createXAQueueConnection()
                                          throws JMSException
- Specified by:
 createXAQueueConnection in interface XAQueueConnectionFactory
 
- Throws:
 JMSException- See Also:
 XAQueueConnectionFactory.createXAQueueConnection()
 
createXAQueueConnection
public XAQueueConnection createXAQueueConnection(String userName,
                                                 String password)
                                          throws JMSException
- Specified by:
 createXAQueueConnection in interface XAQueueConnectionFactory
 
- Throws:
 JMSException- See Also:
 XAQueueConnectionFactory.createXAQueueConnection(String, String)
 
createXATopicConnection
public XATopicConnection createXATopicConnection()
                                          throws JMSException
- Specified by:
 createXATopicConnection in interface XATopicConnectionFactory
 
- Throws:
 JMSException- See Also:
 XATopicConnectionFactory.createXATopicConnection()
 
createXATopicConnection
public XATopicConnection createXATopicConnection(String userName,
                                                 String password)
                                          throws JMSException
- Specified by:
 createXATopicConnection in interface XATopicConnectionFactory
 
- Throws:
 JMSException- See Also:
 XATopicConnectionFactory.createXATopicConnection(String, String)