Package com.liferay.portal.kernel.test
Class SynchronousInvocationHandler
Object
com.liferay.portal.kernel.test.SynchronousInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Author:
- Matthew Tambara, Shuyang Zhou
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronousInvocationHandler
(int syncCount, Runnable syncRunnable, Method syncMethod, Object target) -
Method Summary
-
Constructor Details
-
SynchronousInvocationHandler
-
-
Method Details
-
disable
public static void disable() -
enable
public static void enable() -
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-