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.


Method Summary
 R execute(Transaction tx)
           
 

Method Detail

execute

R execute(Transaction tx)
          throws T extends java.lang.Throwable
Throws:
T extends java.lang.Throwable


Copyright © 2005-2016. All Rights Reserved.