Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Class QueuingInvocationHandler

java.lang.Object
  extended by com.liferay.portal.kernel.util.QueuingInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class QueuingInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
QueuingInvocationHandler(int capacity)
           
 
Method Summary
 void flush()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 void invokeQueued(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueuingInvocationHandler

public QueuingInvocationHandler(int capacity)
Method Detail

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

Liferay 7.0-ce-b4