| Package | Description | 
|---|---|
| com.j_spaces.jms | 
 Provides GigaSpaces J2EE Java Messaging Service Interface 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GSQueueSessionImpl
GigaSpaces implementation of the  
javax.jms.QueueSession interface. | 
class  | 
GSTopicSessionImpl
GigaSpaces implementation of the  
javax.jms.TopicSession interface. | 
class  | 
GSXAQueueSessionImpl
GigaSpaces implemention of the  
javax.jms.XAQueueSession interface. | 
class  | 
GSXASessionImpl
GigaSpaces implemention of the  
javax.jms.XASession interface. | 
class  | 
GSXATopicSessionImpl
GigaSpaces implemention of the  
javax.jms.XATopicSession interface. | 
| Modifier and Type | Field and Description | 
|---|---|
protected GSSessionImpl | 
GSMessageProducerImpl.m_session
The session the producer belongs to 
 | 
protected GSSessionImpl | 
GSMessageConsumerImpl.m_session
The m_session the consumer belongs to 
 | 
protected GSSessionImpl | 
GSMessageImpl.session
The session this message belongs to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected GSSessionImpl | 
GSMessageProducerImpl.getSession()
Returns the m_session that created this producer. 
 | 
protected GSSessionImpl | 
GSMessageConsumerImpl.getSession()
Returns the m_session that created this consumer. 
 | 
| Constructor and Description | 
|---|
GSBytesMessageImpl(GSSessionImpl session)
Instantiates a new  
GSBytesMessageImpl. | 
GSBytesMessageImpl(GSSessionImpl session,
                  byte[] bytesArray)
Instantiates a new  
GSBytesMessageImpl. | 
GSMapMessageImpl(GSSessionImpl session)
Instantiates a new  
MapMessage. | 
GSMapMessageImpl(GSSessionImpl session,
                HashMap<String,Object> map)
Instantiates a new  
MapMessage. | 
GSMessageConsumerImpl(GSSessionImpl session,
                     javax.jms.Destination dest,
                     String consumerID,
                     String subsriptionName,
                     String selector,
                     boolean noLocal)
Constructs a message consumer. 
 | 
GSMessageImpl(GSSessionImpl session,
             String type)
Constructs a new GSMessageImpl instance. 
 | 
GSMessageProducerImpl(GSSessionImpl sess,
                     javax.jms.Destination m_dest,
                     IMessageConverter messageConverter)  | 
GSObjectMessageImpl(GSSessionImpl session)
Instantiates a new  
GSObjectMessageImpl. | 
GSObjectMessageImpl(GSSessionImpl session,
                   Serializable objBody)
Instantiates a new  
GSObjectMessageImpl. | 
GSQueueReceiverImpl(GSSessionImpl sess,
                   GSQueueImpl queue,
                   String consumerKey,
                   String selector)  | 
GSQueueSenderImpl(GSSessionImpl sess,
                 GSQueueImpl queue,
                 IMessageConverter messageConverter)
Constructs a queue sender. 
 | 
GSSimpleMessageImpl(GSSessionImpl session)
Instantiates a new instance of  
GSSimpleMessageImpl. | 
GSTextMessageImpl(GSSessionImpl session)
Instantiates a new  
TextMessage instance. | 
GSTextMessageImpl(GSSessionImpl session,
                 String text)
Instantiates a new  
TextMessage instance. | 
GSTopicPublisherImpl(GSSessionImpl sess,
                    GSTopicImpl topic,
                    IMessageConverter messageConverter)
Constructs a publisher. 
 | 
GSTopicSubscriberImpl(GSSessionImpl sess,
                     GSTopicImpl topic,
                     String consumerKey,
                     String subName,
                     String selector,
                     boolean noLocal)
Constructs a Topic subscriber. 
 | 
Copyright © GigaSpaces.