Uses of Interface
org.apache.kahadb.page.Transaction.CallableClosure

Packages that use Transaction.CallableClosure
org.apache.kahadb.page   
 

Uses of Transaction.CallableClosure in org.apache.kahadb.page
 

Methods in org.apache.kahadb.page with parameters of type Transaction.CallableClosure
<R,T extends java.lang.Throwable>
R
Transaction.execute(Transaction.CallableClosure<R,T> closure)
          Executes a closure and if it does not throw any exceptions, then it commits the transaction.
 



Copyright © 2005-2012. All Rights Reserved.