Package net.jini.core.transaction
Interface ManagedTransaction
- All Superinterfaces:
Transaction
- All Known Implementing Classes:
GSServerTransaction,NestableServerTransaction,ServerTransaction
additional methods which relates to the underlying transaction manager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jini.core.transaction.Transaction
Transaction.Created -
Method Summary
Modifier and TypeMethodDescriptionbooleanis the xtn manager an embedded proxy-side one ?booleanreturns true if this the txn participants need to join it in contrary to a xtn which the participants are known prior to txn propagationMethods inherited from interface net.jini.core.transaction.Transaction
abort, abort, commit, commit
-
Method Details
-
isEmbeddedMgrInProxy
boolean isEmbeddedMgrInProxy()is the xtn manager an embedded proxy-side one ?- Returns:
- true if the manager is an embedded mngr
-
needParticipantsJoin
returns true if this the txn participants need to join it in contrary to a xtn which the participants are known prior to txn propagation- Returns:
- true if its a the xtn mgr requires the txn participants to join
- Throws:
RemoteException
-