Serialized Form


Package org.jboss.aspects.asynch

Class org.jboss.aspects.asynch.AsynchMixin extends Object implements Serializable

serialVersionUID: 3408652015381364191L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aspects.asynch.AsynchProxyInterceptor extends Object implements Serializable

serialVersionUID: -6294601804409518509L

Serialized Fields

holder

FutureHolder holder

Class org.jboss.aspects.asynch.AsynchProxyMixin extends Object implements Serializable

serialVersionUID: -6895953696792282031L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.aspects.asynch.FutureInvocationHandler extends org.jboss.aop.proxy.Proxy implements Serializable

serialVersionUID: -2343948303742422382L

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Override Proxy implementation so we get default behaviour. Reason is to avoid client dependencies on javassist in EJB 3 asynchronous proxies

Throws:
ObjectStreamException
Serialized Fields

methodMap

Map<K,V> methodMap

Class org.jboss.aspects.asynch.TimeoutException extends Exception implements Serializable

serialVersionUID: 5399235527815420482L



Copyright © 2008 JBoss Inc.. All Rights Reserved.