com.j_spaces.jms
Class GSQueueConnectionFactoryImpl

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

public class GSQueueConnectionFactoryImpl
extends GSConnectionFactoryImpl
implements Serializable, Remote

GigaSpaces implementation of the javax.jms.QueueConnectionFactory 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
GSQueueConnectionFactoryImpl()
          Constructs a default GSQueueConnectionFactoryImpl.
GSQueueConnectionFactoryImpl(IJSpace space, IMessageConverter messageConverter)
          Constructs a GSQueueConnectionFactoryImpl.
 
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

GSQueueConnectionFactoryImpl

public GSQueueConnectionFactoryImpl(IJSpace space,
                                    IMessageConverter messageConverter)
                             throws JMSException
Constructs a GSQueueConnectionFactoryImpl.

Parameters:
spaceURL -
logInstance -
Throws:
JMSException

GSQueueConnectionFactoryImpl

public GSQueueConnectionFactoryImpl()
                             throws JMSException
Constructs a default GSQueueConnectionFactoryImpl.

Throws:
JMSException