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(@NotNull Method method,
Object[] args,
Wire wire) |
void |
methodWriterInterceptorReturns(net.openhft.chronicle.bytes.MethodWriterInterceptorReturns methodWriterInterceptorReturns) |
void |
recordHistory(boolean recordHistory) |
void |
useMethodIds(boolean useMethodIds) |
invoke, onClose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
methodWriterInterceptorReturns, onClose
invoke
protected boolean recordHistory
protected String genericEvent
public AbstractMethodWriterInvocationHandler()
protected Object doInvoke(Object proxy, Method method, Object[] args)
doInvoke
in class net.openhft.chronicle.core.util.AbstractInvocationHandler
public void genericEvent(String genericEvent)
genericEvent
in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandler
public void recordHistory(boolean recordHistory)
recordHistory
in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandler
public void methodWriterInterceptorReturns(net.openhft.chronicle.bytes.MethodWriterInterceptorReturns methodWriterInterceptorReturns)
methodWriterInterceptorReturns
in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandler
public void useMethodIds(boolean useMethodIds)
useMethodIds
in interface net.openhft.chronicle.bytes.MethodWriterInvocationHandler
Copyright © 2020. All rights reserved.