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