Movatterモバイル変換


[0]ホーム

URL:


         


Interface XATopicConnection

All Superinterfaces:
Connection,TopicConnection,XAConnection

public interfaceXATopicConnection
extendsXAConnection,TopicConnection

AnXATopicConnection provides the same create options asTopicConnection (optional). The only difference is that anXAConnection is by definition transacted.

See Also:
XAConnection

createTopicSession(boolean transacted, int acknowledgeMode)
          Creates anXATopicSession object.
createXATopicSession()
          Creates anXATopicSession object.
 
Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer,createDurableConnectionConsumer
 
Methods inherited from interface javax.jms.Connection
close,getClientID,getExceptionListener,getMetaData,setClientID,setExceptionListener,start,stop
 

createXATopicSession

publicXATopicSessioncreateXATopicSession()                                    throwsJMSException
Creates anXATopicSession object.
Returns:
a newly created XA topic session
Throws:
JMSException - if theXATopicConnection object fails to create an XA topic session due to some internal error.

createTopicSession

publicTopicSessioncreateTopicSession(boolean transacted,                                       int acknowledgeMode)                                throwsJMSException
Creates anXATopicSession object.
Specified by:
createTopicSession in interfaceTopicConnection
Parameters:
transacted - usage undefined
acknowledgeMode - usage undefined
Returns:
a newly created XA topic session
Throws:
JMSException - if theXATopicConnection object fails to create an XA topic session due to some internal error.

         


[8]ページ先頭

©2009-2025 Movatter.jp