Liferay 7.0-ce-m6

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

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

public class MappedMethodNameCallableInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MappedMethodNameCallableInvocationHandler(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

MappedMethodNameCallableInvocationHandler

public MappedMethodNameCallableInvocationHandler(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-m6