org.jboss.aspects.asynch
Class AsynchMixin

java.lang.Object
  extended by 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

Constructor Summary
AsynchMixin()
           
 
Method Summary
 Future getFuture()
           
 void readExternal(ObjectInput in)
           
 void setFuture(Future future)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchMixin

public AsynchMixin()
Method Detail

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.