public class ServiceMethodProcessCallable
extends java.lang.Object
implements java.io.Externalizable, com.liferay.portal.kernel.process.ProcessCallable<java.io.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 |
|---|---|
java.io.Serializable |
call() |
void |
readExternal(java.io.ObjectInput objectInput) |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public ServiceMethodProcessCallable()
Externalizable. Do not use
this for any other purpose.public ServiceMethodProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler)
public java.io.Serializable call()
throws com.liferay.portal.kernel.process.ProcessException
call in interface com.liferay.portal.kernel.process.ProcessCallable<java.io.Serializable>com.liferay.portal.kernel.process.ProcessExceptionpublic void readExternal(java.io.ObjectInput objectInput)
throws java.lang.ClassNotFoundException,
java.io.IOException
readExternal in interface java.io.Externalizablejava.lang.ClassNotFoundExceptionjava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException