public abstract class AbstractMethodWriterInvocationHandler
extends net.openhft.chronicle.core.util.AbstractInvocationHandler
implements net.openhft.chronicle.bytes.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 |
methodWriterInterceptor(net.openhft.chronicle.bytes.MethodWriterInterceptor methodWriterInterceptor) |
void |
recordHistory(boolean recordHistory) |
void |
useMethodIds(boolean useMethodIds) |
invoke, onCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmethodWriterListener, onCloseinvokeprotected 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 net.openhft.chronicle.bytes.MethodWriterInvocationHandlerpublic void recordHistory(boolean recordHistory)
recordHistory in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandlerpublic void methodWriterInterceptor(net.openhft.chronicle.bytes.MethodWriterInterceptor methodWriterInterceptor)
methodWriterInterceptor in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandlerpublic void useMethodIds(boolean useMethodIds)
useMethodIds in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandlerCopyright © 2018. All rights reserved.