org.jboss.aspects.asynch
Class AsynchProxyMixin
java.lang.Object
org.jboss.aspects.asynch.AsynchProxyMixin
- All Implemented Interfaces:
- Externalizable, Serializable, AsynchProvider
public class AsynchProxyMixin
- extends Object
- implements 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 |
CURRENT_FUTURE
public static final String CURRENT_FUTURE
- See Also:
- Constant Field Values
AsynchProxyMixin
public AsynchProxyMixin()
setAdvisor
public void setAdvisor(org.jboss.aop.InstanceAdvisor advisor)
setFuture
public void setFuture(Future future)
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.