Serialized Form


Package org.jboss.aspects.asynch

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

serialVersionUID: 3408652015381364191L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

serialVersionUID: -6294601804409518509L

Serialized Fields

holder

FutureHolder holder

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

serialVersionUID: -6895953696792282031L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

serialVersionUID: -2343948303742422382L

Serialization Methods

writeReplace

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

Throws:
java.io.ObjectStreamException
Serialized Fields

methodMap

java.util.Map<K,V> methodMap

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

serialVersionUID: 5399235527815420482L