com.j_spaces.jms
Class GSQueueConnectionFactoryImpl
java.lang.Object
  
com.j_spaces.jms.GSConnectionFactoryImpl
      
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
 
 
 
| Methods inherited from class com.j_spaces.jms.GSConnectionFactoryImpl | 
createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getAdmin, getCnxCounter, getDistributedTransactionManager, getLocalTransactionManager, getSpaceURL, pingSpace | 
 
 
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