Liferay 7.0-ce-b4

com.liferay.portal.kernel.concurrent.test
Class MappedMethodCallableInvocationHandler

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.test.MappedMethodCallableInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MappedMethodCallableInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MappedMethodCallableInvocationHandler(Object instance, boolean removeOnCall)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 void putAfterCallable(Method method, Callable<?> callable)
           
 void putBeforeCallable(Method method, Callable<?> callable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedMethodCallableInvocationHandler

public MappedMethodCallableInvocationHandler(Object instance,
                                             boolean removeOnCall)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

putAfterCallable

public void putAfterCallable(Method method,
                             Callable<?> callable)

putBeforeCallable

public void putBeforeCallable(Method method,
                              Callable<?> callable)

Liferay 7.0-ce-b4