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

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


javax.jms
Interface XASession

All Superinterfaces:
Runnable, Session
All Known Subinterfaces:
XAQueueSession, XATopicSession

public interface XASession
extends Session

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
 void commit()
           
 boolean getTransacted()
           
 XAResource getXAResource()
           
 void 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

getXAResource

public XAResource getXAResource()

getTransacted

public boolean getTransacted()
                      throws JMSException
Specified by:
getTransacted in interface Session
Throws:
JMSException

commit

public void commit()
            throws JMSException
Specified by:
commit in interface Session
Throws:
JMSException

rollback

public void rollback()
              throws JMSException
Specified by:
rollback in interface Session
Throws:
JMSException


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