| com.caucho.ejb.xa.TransactionObject
TransactionObject | public interface TransactionObject (Code) | | Interface for transaction objects
|
_caucho_afterCompletion | public void _caucho_afterCompletion(boolean isCommit) throws EJBException(Code) | | Cleanup after the transaction.
|
_caucho_beforeCompletion | public void _caucho_beforeCompletion(boolean commit) throws EJBException(Code) | | Prepares to commit the transaction.
|
_caucho_sync | public void _caucho_sync() throws EJBException, RemoteException(Code) | | Save the object to the database.
|
|
|