Liferay 6.2-ce-ga5

com.liferay.portal.messaging.async
Class AsyncProcessCallable

java.lang.Object
  extended by com.liferay.portal.messaging.async.AsyncProcessCallable
All Implemented Interfaces:
ProcessCallable<Serializable>, Externalizable, Serializable

public class AsyncProcessCallable
extends Object
implements Externalizable, ProcessCallable<Serializable>

See Also:
Serialized Form

Constructor Summary
AsyncProcessCallable()
           
AsyncProcessCallable(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Method Summary
 Serializable call()
           
 void readExternal(ObjectInput objectInput)
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncProcessCallable

public AsyncProcessCallable()

AsyncProcessCallable

public AsyncProcessCallable(org.aopalliance.intercept.MethodInvocation methodInvocation)
Method Detail

call

public Serializable call()
Specified by:
call in interface ProcessCallable<Serializable>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws ClassNotFoundException,
                         IOException
Specified by:
readExternal in interface Externalizable
Throws:
ClassNotFoundException
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5