net.jini.core.transaction
Interface ManagedTransaction
- All Superinterfaces:
- Transaction
- All Known Implementing Classes:
- NestableServerTransaction, ServerTransaction
public interface ManagedTransaction
- extends Transaction
additional methods which relates to the underlying transaction
manager
Method Summary |
boolean |
isEmbeddedMgrInProxy()
is the xtn manager an embedded proxy-side one ? |
boolean |
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 |
isEmbeddedMgrInProxy
boolean isEmbeddedMgrInProxy()
- is the xtn manager an embedded proxy-side one ?
- Returns:
- true if the manager is an embedded mngr
needParticipantsJoin
boolean needParticipantsJoin()
throws RemoteException
- 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
Copyright © GigaSpaces.