com.j_spaces.jms
Class GSXATopicConnectionFactoryImpl

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

public class GSXATopicConnectionFactoryImpl
extends GSXAConnectionFactoryImpl

GigaSpaces implemention of the javax.jms.XATopicConnectionFactory interface.

See Also:
Serialized Form

Constructor Summary
GSXATopicConnectionFactoryImpl()
           
GSXATopicConnectionFactoryImpl(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

GSXATopicConnectionFactoryImpl

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

GSXATopicConnectionFactoryImpl

public GSXATopicConnectionFactoryImpl()
                               throws JMSException
Throws:
JMSException