Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.cluster
Class MethodHandlerProcessCallable<T extends Serializable>

java.lang.Object
  extended by com.liferay.portal.cluster.MethodHandlerProcessCallable<T>
All Implemented Interfaces:
com.liferay.portal.kernel.process.ProcessCallable<T>, Serializable

public class MethodHandlerProcessCallable<T extends Serializable>
extends Object
implements com.liferay.portal.kernel.process.ProcessCallable<T>

See Also:
Serialized Form

Constructor Summary
MethodHandlerProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler)
           
 
Method Summary
 T call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHandlerProcessCallable

public MethodHandlerProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler)
Method Detail

call

public T call()
                            throws com.liferay.portal.kernel.process.ProcessException
Specified by:
call in interface com.liferay.portal.kernel.process.ProcessCallable<T extends Serializable>
Throws:
com.liferay.portal.kernel.process.ProcessException

Liferay 7.0-ce-b8 portal-impl