public class ServiceMethodProcessCallable
extends Object
implements Externalizable, com.liferay.portal.kernel.process.ProcessCallable<Serializable>
Constructor and Description |
---|
ServiceMethodProcessCallable()
The empty constructor is required by
Externalizable . |
ServiceMethodProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler) |
Modifier and Type | Method and Description |
---|---|
Serializable |
call() |
void |
readExternal(ObjectInput objectInput) |
void |
writeExternal(ObjectOutput objectOutput) |
public ServiceMethodProcessCallable()
Externalizable
. Do not use
this for any other purpose.public ServiceMethodProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler)
public Serializable call() throws com.liferay.portal.kernel.process.ProcessException
call
in interface com.liferay.portal.kernel.process.ProcessCallable<Serializable>
com.liferay.portal.kernel.process.ProcessException
public void readExternal(ObjectInput objectInput) throws ClassNotFoundException, IOException
readExternal
in interface Externalizable
ClassNotFoundException
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException