| Interstage Application Server/Interstage Web Server J2EE ユーザーズガイド |
目次
索引
![]()
|
| 第6部 JMS編 | > 第24章 JMSアプリケーションの開発 | > 24.3 インタフェース |
|
インタフェース名/ |
メソッド |
サポート |
|---|---|---|
|
XAConnection |
createSession(boolean transacted, int acknowledgeMode) |
× |
|
createXASession() |
× |
|
|
XAConnectionFactory |
createXAConnection() |
× |
|
createXAConnection(java.lang.String userName, java.lang.String password) |
× |
|
|
XAQueueConnection |
createQueueSession(boolean transacted, int acknowledgeMode) |
× |
|
createXAQueueSession() |
× |
|
|
XAQueueConnectionFactory |
createXAQueueConnection() |
× |
|
createXAQueueConnection(java.lang.String userName, java.lang.String password) |
× |
|
|
XAQueueSession |
getQueueSession() |
× |
|
XASession |
commit() |
× |
|
getSession() |
× |
|
|
getTransacted() |
× |
|
|
getXAResource() |
× |
|
|
rollback() |
× |
|
|
XATopicConnection |
createTopicSession(boolean transacted, int acknowledgeMode) |
× |
|
createXATopicSession() |
× |
|
|
XATopicConnectionFactory |
createXATopicConnection() |
× |
|
createXATopicConnection(java.lang.String userName, java.lang.String password) |
× |
|
|
XATopicSession |
getTopicSession() |
× |
○:サポート ×:未サポート
注)XAインタフェースは、未サポートです。
目次
索引
![]()
|