Liferay 6.2.0-ce-rc1

com.liferay.portal.messaging.async
Class AsyncRunnable

java.lang.Object
  extended by com.liferay.portal.messaging.async.AsyncRunnable
All Implemented Interfaces:
Externalizable, Serializable, Runnable

public class AsyncRunnable
extends Object
implements Externalizable, Runnable

See Also:
Serialized Form

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

Constructor Detail

AsyncRunnable

public AsyncRunnable()

AsyncRunnable

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

readExternal

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

run

public void run()
Specified by:
run in interface Runnable

writeExternal

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

Liferay 6.2.0-ce-rc1