站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

XAQueueSession (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


javax.jms
Interface XAQueueSession

All Superinterfaces:
Runnable, Session, XASession

public interface XAQueueSession
extends XASession

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

Field Summary
 
Fields inherited from interface javax.jms.Session
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
 
Method Summary
 QueueSession getQueueSession()
           
 
Methods inherited from interface javax.jms.XASession
commit, getTransacted, getXAResource, rollback
 
Methods inherited from interface javax.jms.Session
close, createBytesMessage, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createStreamMessage, createTextMessage, createTextMessage, getMessageListener, recover, setMessageListener
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getQueueSession

public QueueSession getQueueSession()
                             throws JMSException
Throws:
JMSException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.