public interface Durability<Z,D extends Database<Z>>
Modifier and Type | Interface and Description |
---|---|
static class |
Durability.Phase |
Modifier and Type | Method and Description |
---|---|
InvocationStrategy |
getInvocationStrategy(InvocationStrategy strategy,
Durability.Phase phase,
Object transactionId) |
<T,R,E extends Exception> |
getInvoker(Invoker<Z,D,T,R,E> invoker,
Durability.Phase phase,
Object transactionId,
ExceptionFactory<E> exceptionFactory) |
void |
recover(Map<InvocationEvent,Map<String,InvokerEvent>> invokers) |
InvocationStrategy getInvocationStrategy(InvocationStrategy strategy, Durability.Phase phase, Object transactionId)
<T,R,E extends Exception> Invoker<Z,D,T,R,E> getInvoker(Invoker<Z,D,T,R,E> invoker, Durability.Phase phase, Object transactionId, ExceptionFactory<E> exceptionFactory)
void recover(Map<InvocationEvent,Map<String,InvokerEvent>> invokers)
Copyright © 2004–2014 Paul Ferraro. All rights reserved.