com.liferay.portal.kernel.concurrent.test
Class MappedMethodCallableInvocationHandler
java.lang.Object
com.liferay.portal.kernel.concurrent.test.MappedMethodCallableInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class MappedMethodCallableInvocationHandler
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappedMethodCallableInvocationHandler
public MappedMethodCallableInvocationHandler(Object instance,
boolean removeOnCall)
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)