org.apache.geronimo.transaction.manager
Interface NamedXAResource

All Superinterfaces:
XAResource
All Known Implementing Classes:
WrapperNamedXAResource

public interface NamedXAResource
extends XAResource

Version:
$Rev: 476049 $ $Date: 2006-11-16 23:35:17 -0500 (Thu, 16 Nov 2006) $

Field Summary
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Method Summary
 String getName()
           
 
Methods inherited from interface javax.transaction.xa.XAResource
commit, end, forget, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, start
 

Method Detail

getName

String getName()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.