Movatterモバイル変換
[0]ホーム
Interface XATopicSession
- All Superinterfaces:
- java.lang.Runnable,Session,XASession
- public interfaceXATopicSession
- extendsXASession
AnXATopicSession
provides a regularTopicSession
. which can be used to createTopicSubscriber
andTopicPublisher
objects (optional).
- See Also:
XASession
,TopicSession
|
| getTopicSession() Gets the topic session associated with thisXATopicSession . |
Methods inherited from interface javax.jms.Session |
close,createBytesMessage,createMapMessage,createMessage,createObjectMessage,createObjectMessage,createStreamMessage,createTextMessage,createTextMessage,getMessageListener,recover,run,setMessageListener |
getTopicSession
publicTopicSessiongetTopicSession() throwsJMSException
- Gets the topic session associated with this
XATopicSession
.
- Returns:
- the topic session object
- Throws:
JMSException
- if an internal error occurs.
[8]ページ先頭