Liferay 7.0-ga1 portal-impl

com.liferay.portal.resiliency.service
Class ServiceMethodProcessCallable

java.lang.Object
  extended by com.liferay.portal.resiliency.service.ServiceMethodProcessCallable
All Implemented Interfaces:
com.liferay.portal.kernel.process.ProcessCallable<Serializable>, Externalizable, Serializable

public class ServiceMethodProcessCallable
extends Object
implements Externalizable, com.liferay.portal.kernel.process.ProcessCallable<Serializable>

See Also:
Serialized Form

Constructor Summary
ServiceMethodProcessCallable()
          The empty constructor is required by Externalizable.
ServiceMethodProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler)
           
 
Method Summary
 Serializable call()
           
 void readExternal(ObjectInput objectInput)
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMethodProcessCallable

public ServiceMethodProcessCallable()
The empty constructor is required by Externalizable. Do not use this for any other purpose.


ServiceMethodProcessCallable

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

call

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws ClassNotFoundException,
                         IOException
Specified by:
readExternal in interface Externalizable
Throws:
ClassNotFoundException
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 7.0-ga1 portal-impl