com.liferay.portal.messaging.async
Class AsyncRunnable
java.lang.Object
com.liferay.portal.messaging.async.AsyncRunnable
- All Implemented Interfaces:
- Externalizable, Serializable, Runnable
public class AsyncRunnable
- extends Object
- implements Externalizable, Runnable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncRunnable
public AsyncRunnable()
AsyncRunnable
public AsyncRunnable(org.aopalliance.intercept.MethodInvocation methodInvocation)
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