com.liferay.portal.kernel.util
Class QueuingInvocationHandler
java.lang.Object
com.liferay.portal.kernel.util.QueuingInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class QueuingInvocationHandler
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueuingInvocationHandler
public QueuingInvocationHandler(int capacity)
flush
public void flush()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
invokeQueued
public void invokeQueued(Object target)
throws Exception
- Throws:
Exception