Uses of Interface
org.apache.activemq.store.kahadb.disk.page.Transaction.CallableClosure
-
Packages that use Transaction.CallableClosure Package Description org.apache.activemq.store.kahadb.disk.page -
-
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.CallableClosure Modifier and Type Method Description <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.
-