org.jpos.transaction
Interface ContextRecovery
public interface ContextRecovery
ContextRecovery can be implemented by a TransactionParticipant in
order to customize the activation of a persisted context.
- Since:
- 1.4.7
- Author:
- apr
- See Also:
TransactionParticipant
|
Method Summary |
Serializable |
recover(long id,
Serializable context,
boolean commit)
Give participant the chance to "activate" a previously
persisted context. |
recover
Serializable recover(long id,
Serializable context,
boolean commit)
- Give participant the chance to "activate" a previously
persisted context.
- Parameters:
id - the Transaction identifiercontext - transaction context (as persisted by TransactionManager)commit - true if transaction is committing
- Returns:
- activated context
Copyright © 1998-2012 jPOS.org. All Rights Reserved.