public class QueuingInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
QueuingInvocationHandler(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
void |
invokeQueued(java.lang.Object target) |
public void flush()
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic void invokeQueued(java.lang.Object target)
throws java.lang.Exception
java.lang.Exception