当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 messaging  API Documentation 英文版文档
SpyXAResource (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging  API Documentation 英文版文档
org.jboss.mq
Class SpyXAResource
java.lang.Object
   org.jboss.mq.SpyXAResource
org.jboss.mq.SpyXAResource
- All Implemented Interfaces: 
- XAResource
- public class SpyXAResource- extends Object- implements XAResource
This class implements the XAResource interface for used with an XASession.
- Version:
- $Revision: 1.11 $
- Author:
- Hiram Chirino (Cojonudo14@hotmail.com), Adrian Brock
 
| Fields inherited from interface javax.transaction.xa.XAResource | 
| TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY | 
 
 
 
setTransactionTimeout
public boolean setTransactionTimeout(int arg1)
                              throws XAException
- 
- Specified by:
- setTransactionTimeoutin interface- XAResource
 
- 
- Throws:
- XAException
 
getTransactionTimeout
public int getTransactionTimeout()
                          throws XAException
- 
- Specified by:
- getTransactionTimeoutin interface- XAResource
 
- 
- Throws:
- XAException
 
isSameRM
public boolean isSameRM(XAResource arg1)
                 throws XAException
- 
- Specified by:
- isSameRMin interface- XAResource
 
- 
- Throws:
- XAException
 
commit
public void commit(Xid xid,
                   boolean onePhase)
            throws XAException
- 
- Specified by:
- commitin interface- XAResource
 
- 
- Throws:
- XAException
 
end
public void end(Xid xid,
                int flags)
         throws XAException
- 
- Specified by:
- endin interface- XAResource
 
- 
- Throws:
- XAException
 
forget
public void forget(Xid xid)
            throws XAException
- 
- Specified by:
- forgetin interface- XAResource
 
- 
- Throws:
- XAException
 
prepare
public int prepare(Xid xid)
            throws XAException
- 
- Specified by:
- preparein interface- XAResource
 
- 
- Throws:
- XAException
 
recover
public Xid[] recover(int arg1)
              throws XAException
- 
- Specified by:
- recoverin interface- XAResource
 
- 
- Throws:
- XAException
 
rollback
public void rollback(Xid xid)
              throws XAException
- 
- Specified by:
- rollbackin interface- XAResource
 
- 
- Throws:
- XAException
 
start
public void start(Xid xid,
                  int flags)
           throws XAException
- 
- Specified by:
- startin interface- XAResource
 
- 
- Throws:
- XAException
 
toString
public String toString()
- 
 
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.