AsyncProcessCallable
@Deprecated
public class AsyncProcessCallable
extends Object
implements Externalizable, com.liferay.portal.kernel.process.ProcessCallable<Serializable>
Constructor and Description |
---|
AsyncProcessCallable()
Deprecated.
|
AsyncProcessCallable(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
call()
Deprecated.
|
void |
readExternal(ObjectInput objectInput)
Deprecated.
|
void |
writeExternal(ObjectOutput objectOutput)
Deprecated.
|
public AsyncProcessCallable()
public AsyncProcessCallable(org.aopalliance.intercept.MethodInvocation methodInvocation)
public Serializable call()
call
in interface com.liferay.portal.kernel.process.ProcessCallable<Serializable>
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