public class QueuingInvocationHandler extends Object implements InvocationHandler
QueuingInvocationHandler(int capacity)
void
flush()
Object
invoke(Object proxy, Method method, Object[] args)
invokeQueued(Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueuingInvocationHandler(int capacity)
public void flush()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
public void invokeQueued(Object target) throws Exception
Exception