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