|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j_spaces.jms.GSSessionImpl
com.j_spaces.jms.GSXASessionImpl
com.j_spaces.jms.GSXAQueueSessionImpl
public class GSXAQueueSessionImpl
GigaSpaces implemention of the javax.jms.XAQueueSession
interface.
Field Summary |
---|
Fields inherited from class com.j_spaces.jms.GSSessionImpl |
---|
txLeaseTime |
Fields inherited from interface javax.jms.Session |
---|
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, SESSION_TRANSACTED |
Constructor Summary | |
---|---|
GSXAQueueSessionImpl(GSXAConnectionImpl connection)
Creates an instance of GSXAQueueSessionImpl. |
Method Summary | |
---|---|
QueueSession |
getQueueSession()
|
Methods inherited from class com.j_spaces.jms.GSXASessionImpl |
---|
commit, getSession, getXAResource, rollback |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.XASession |
---|
commit, getSession, getTransacted, getXAResource, rollback |
Methods inherited from interface javax.jms.QueueSession |
---|
createBrowser, createBrowser, createQueue, createReceiver, createReceiver, createSender, createTemporaryQueue |
Constructor Detail |
---|
public GSXAQueueSessionImpl(GSXAConnectionImpl connection) throws JMSException
connection
- parent connection
JMSException
- if failed to create the session.Method Detail |
---|
public QueueSession getQueueSession() throws JMSException
getQueueSession
in interface XAQueueSession
JMSException
XAQueueSession.getQueueSession()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |