| java.lang.Object org.jboss.proxy.ejb.ForeignTransaction
ForeignTransaction | public class ForeignTransaction implements Transaction(Code) | | A ForeignTransaction, a marker for when we would have to import a
transaction from another vendor. Which we don't do at the moment.
author: Adrian Brock version: $Revision: 57194 $ |
commit | public void commit() throws RollbackException, HeuristicMixedException, HeuristicRollbackException, SecurityException, SystemException(Code) | | |
getStatus | public int getStatus() throws SystemException(Code) | | |
registerSynchronization | public void registerSynchronization(Synchronization sync) throws RollbackException, IllegalStateException, SystemException(Code) | | |
|
|