ServiceMethodProcessCallable@Deprecated
public class ServiceMethodProcessCallable
extends Object
implements Externalizable, com.liferay.portal.kernel.process.ProcessCallable<Serializable>
| Constructor and Description |
|---|
ServiceMethodProcessCallable()
Deprecated.
The empty constructor is required by
Externalizable. |
ServiceMethodProcessCallable(com.liferay.portal.kernel.util.MethodHandler methodHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
call()
Deprecated.
|
void |
readExternal(ObjectInput objectInput)
Deprecated.
|
void |
writeExternal(ObjectOutput objectOutput)
Deprecated.
|
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.ProcessExceptionpublic void readExternal(ObjectInput objectInput)
throws ClassNotFoundException,
IOException
readExternal in interface ExternalizableClassNotFoundExceptionIOExceptionpublic void writeExternal(ObjectOutput objectOutput)
throws IOException
writeExternal in interface ExternalizableIOException