public class SynchronousInvocationHandler
extends Object
implements InvocationHandler
| Constructor and Description |
|---|
SynchronousInvocationHandler(int syncCount,
Runnable syncRunnable,
Method syncMethod,
Object target) |
| Modifier and Type | Method and Description |
|---|---|
static void |
disable() |
static void |
enable() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |