|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeTransactionServer
A server for composite transactions maps requests to the right instance.
Method Summary | |
---|---|
com.atomikos.icatch.trmi.RecoveryCoordinatorProxy |
addParticipant(Participant participant,
String txid)
Add a new participant to the transaction of the given tid. |
void |
addSubTxAwareParticipant(SubTxAwareParticipant subtxaware,
String txid)
Add a subtx aware participant to the given tx. |
Method Detail |
---|
void addSubTxAwareParticipant(SubTxAwareParticipant subtxaware, String txid) throws SysException, IllegalStateException, RemoteException
subtxaware
- The participant to add, will be notified on end().txid
- The ID of the transaction to which the participant must be
added.
SysException
- Unexpected error.
IllegalStateException
- If txid is no longer an active tx.
RemoteException
com.atomikos.icatch.trmi.RecoveryCoordinatorProxy addParticipant(Participant participant, String txid) throws SysException, IllegalStateException, RemoteException
root
- The tid for whom to add.participantproxy
- The participant proxy to add.
SysException
- Unexpected.
IllegalStateException
- Illegal state.
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |