org.jboss.aspects.asynch
Class AsynchMixin
java.lang.Object
org.jboss.aspects.asynch.AsynchMixin
- All Implemented Interfaces:
- Externalizable, Serializable, AsynchProvider, FutureHolder
public class AsynchMixin
- extends Object
- implements FutureHolder, AsynchProvider, Externalizable
Comment
- Version:
- $Revision: 1.2.8.4 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchMixin
public AsynchMixin()
setFuture
public void setFuture(Future future)
- Specified by:
setFuture
in interface FutureHolder
getFuture
public Future getFuture()
- Specified by:
getFuture
in interface AsynchProvider
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.