com.j_spaces.jms
Class GSTopicConnectionFactoryImpl

java.lang.Object
  extended by com.j_spaces.jms.GSConnectionFactoryImpl
      extended by com.j_spaces.jms.GSTopicConnectionFactoryImpl
All Implemented Interfaces:
Serializable, Remote, ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory

public class GSTopicConnectionFactoryImpl
extends GSConnectionFactoryImpl
implements Serializable, Remote

GigaSpaces implementation of the javax.jms.TopicConnectionFactory interface. This class is responsible for finding a GigaSpace IJSpace using the SpaceFinder and a url. It also creates LocalTransactionManager and ParserManager instances.

See Also:
Serialized Form

Constructor Summary
GSTopicConnectionFactoryImpl()
          Constructs a default GSTopicConnectionFactoryImpl.
GSTopicConnectionFactoryImpl(IJSpace space, IMessageConverter messageConverter)
          Constructs an GSTopicConnectionFactoryImpl.
 
Method Summary
 
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
 

Constructor Detail

GSTopicConnectionFactoryImpl

public GSTopicConnectionFactoryImpl(IJSpace space,
                                    IMessageConverter messageConverter)
                             throws JMSException
Constructs an GSTopicConnectionFactoryImpl.

Parameters:
spaceURL -
logInstance -
Throws:
JMSException

GSTopicConnectionFactoryImpl

public GSTopicConnectionFactoryImpl()
                             throws JMSException
Constructs a default GSTopicConnectionFactoryImpl.

Throws:
JMSException