Package org.jvnet.hk2.config
Interface TransactionCallBack<T>
-
- Type Parameters:
T-
public interface TransactionCallBack<T>Transactional callback- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformOn(T param)Is performed after the action has been completed
-
-
-
Method Detail
-
performOn
void performOn(T param) throws TransactionFailure
Is performed after the action has been completed- Parameters:
param-- Throws:
TransactionFailure
-
-