Uses of Interface
org.apache.activemq.store.kahadb.disk.page.Transaction.Closure
Packages that use Transaction.Closure
-
Uses of Transaction.Closure in org.apache.activemq.store.kahadb.disk.page
Methods in org.apache.activemq.store.kahadb.disk.page with parameters of type Transaction.ClosureModifier and TypeMethodDescription<T extends Throwable>
voidTransaction.execute(Transaction.Closure<T> closure) Executes a closure and if it does not throw any exceptions, then it commits the transaction.