org.apache.kahadb.page
Interface Transaction.CallableClosure<R,T extends java.lang.Throwable>
- Type Parameters:
R
- The type of result that the closure produces.T
- The type of exceptions that operation will throw.
- Enclosing class:
- Transaction
public static interface Transaction.CallableClosure<R,T extends java.lang.Throwable>
This closure interface is intended for the end user implement callbacks for the Transaction.exectue() method.
execute
R execute(Transaction tx)
throws T extends java.lang.Throwable
- Throws:
T extends java.lang.Throwable
Copyright © 2005-2011. All Rights Reserved.