public class DurabilityListenerAdapter extends Object implements DurabilityListener
| Constructor and Description |
|---|
DurabilityListenerAdapter(SerializedDurabilityListener listener,
TransactionIdentifierFactory<? extends Object> txIdFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(InvocationEvent event) |
void |
afterInvoker(InvokerEvent event) |
void |
beforeInvocation(InvocationEvent event) |
void |
beforeInvoker(InvokerEvent event) |
public DurabilityListenerAdapter(SerializedDurabilityListener listener, TransactionIdentifierFactory<? extends Object> txIdFactory)
public void beforeInvocation(InvocationEvent event)
beforeInvocation in interface DurabilityListenerDurabilityListener.beforeInvocation(net.sf.hajdbc.durability.InvocationEvent)public void afterInvocation(InvocationEvent event)
afterInvocation in interface DurabilityListenerDurabilityListener.afterInvocation(net.sf.hajdbc.durability.InvocationEvent)public void beforeInvoker(InvokerEvent event)
beforeInvoker in interface DurabilityListenerDurabilityListener.beforeInvoker(net.sf.hajdbc.durability.InvokerEvent)public void afterInvoker(InvokerEvent event)
afterInvoker in interface DurabilityListenerDurabilityListener.afterInvoker(net.sf.hajdbc.durability.InvokerEvent)Copyright © 2004–2014 Paul Ferraro. All rights reserved.