public abstract class AbstractMethodWriterInvocationHandler extends net.openhft.chronicle.core.util.AbstractInvocationHandler implements MethodWriterInvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected String |
genericEvent |
protected boolean |
recordHistory |
| Constructor and Description |
|---|
AbstractMethodWriterInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doInvoke(Object proxy,
Method method,
Object[] args) |
void |
genericEvent(String genericEvent) |
protected abstract void |
handleInvoke(Method method,
Object[] args) |
protected void |
handleInvoke(Method method,
Object[] args,
Wire wire) |
void |
methodWriterListener(MethodWriterListener methodWriterListener) |
void |
recordHistory(boolean recordHistory) |
invoke, onCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCloseinvokeprotected boolean recordHistory
protected String genericEvent
public AbstractMethodWriterInvocationHandler()
protected Object doInvoke(Object proxy, Method method, Object[] args)
doInvoke in class net.openhft.chronicle.core.util.AbstractInvocationHandlerpublic void genericEvent(String genericEvent)
genericEvent in interface MethodWriterInvocationHandlerpublic void recordHistory(boolean recordHistory)
recordHistory in interface MethodWriterInvocationHandlerpublic void methodWriterListener(MethodWriterListener methodWriterListener)
methodWriterListener in interface MethodWriterInvocationHandlerCopyright © 2017. All rights reserved.