|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteSubTxAware
In case of distributed transactions over RMI, a remote participant must implement Remote and thus the SubTxAwareParticipant interface in itself is not enough. Therefore, we provide this trmi interface that remote subtxawares should implement. Instances should be wrapped in a SubTxAwareWrapper before adding to the composite transaction.
Method Summary | |
---|---|
void |
committed(CompositeTransaction tx)
The same method as in SubTxAwareParticipant, but with a remote exception. |
void |
rolledback(CompositeTransaction tx)
The same method as in SubTxAwareParticipant, but with a remote exception. |
Method Detail |
---|
void committed(CompositeTransaction tx) throws RemoteException
RemoteException
void rolledback(CompositeTransaction tx) throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |