public class MethodWriterInvocationHandler extends Object implements InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
onClose(net.openhft.chronicle.core.io.Closeable closeable) |
void |
recordHistory(boolean recordHistory) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void recordHistory(boolean recordHistory)
public void onClose(net.openhft.chronicle.core.io.Closeable closeable)
Copyright © 2016. All rights reserved.