com.j_spaces.jms
Class GSXAQueueConnectionFactoryImpl

java.lang.Object
  extended by com.j_spaces.jms.GSConnectionFactoryImpl
      extended by com.j_spaces.jms.GSXAConnectionFactoryImpl
          extended by com.j_spaces.jms.GSXAQueueConnectionFactoryImpl
All Implemented Interfaces:
Serializable, Remote, ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

public class GSXAQueueConnectionFactoryImpl
extends GSXAConnectionFactoryImpl
implements Serializable, Remote

GigaSpaces implemention of the javax.jms.XAQueueConnectionFactory interface.

See Also:
Serialized Form

Constructor Summary
GSXAQueueConnectionFactoryImpl()
           
GSXAQueueConnectionFactoryImpl(IJSpace space, IMessageConverter messageConverter)
           
 
Method Summary
 
Methods inherited from class com.j_spaces.jms.GSXAConnectionFactoryImpl
createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection
 
Methods inherited from class com.j_spaces.jms.GSConnectionFactoryImpl
createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getAdmin, getCnxCounter, getDistributedTransactionManager, getLocalTransactionManager, getSpaceURL, pingSpace
 
Methods inherited from class java.lang.Object
equals, 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
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 

Constructor Detail

GSXAQueueConnectionFactoryImpl

public GSXAQueueConnectionFactoryImpl(IJSpace space,
                                      IMessageConverter messageConverter)
                               throws JMSException
Parameters:
spaceURL -
logInstance -
Throws:
JMSException

GSXAQueueConnectionFactoryImpl

public GSXAQueueConnectionFactoryImpl()
                               throws JMSException
Throws:
JMSException