Movatterモバイル変換
[0]ホーム
Interface XAQueueSession
- All Superinterfaces:
- java.lang.Runnable,Session,XASession
- public interfaceXAQueueSession
- extendsXASession
AnXAQueueSession
provides a regularQueueSession
, which can be used to createQueueReceiver
,QueueSender
, andQueueBrowser
objects (optional).
- See Also:
XASession
|
| getQueueSession() Gets the queue session associated with thisXAQueueSession . |
Methods inherited from interface javax.jms.Session |
close,createBytesMessage,createMapMessage,createMessage,createObjectMessage,createObjectMessage,createStreamMessage,createTextMessage,createTextMessage,getMessageListener,recover,run,setMessageListener |
getQueueSession
publicQueueSessiongetQueueSession() throwsJMSException
- Gets the queue session associated with this
XAQueueSession
.
- Returns:
- the queue session object
- Throws:
JMSException
- if an internal error occurs.
[8]ページ先頭