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