Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.httpsession.beanimpl » ejb » [javadoc | source]
org.jboss.ha.httpsession.beanimpl.ejb
public class: ClientTCLInterceptor [javadoc | source]
java.lang.Object
   org.jboss.proxy.Interceptor
      org.jboss.ha.httpsession.beanimpl.ejb.ClientTCLInterceptor

All Implemented Interfaces:
    Serializable, Externalizable

An InvokerInterceptor that places the client thread context ClassLoader into the invocation for use by the s ServerTCLInterceptor.
Fields inherited from org.jboss.proxy.Interceptor:
nextInterceptor
Constructor:
 public ClientTCLInterceptor() 
Method from org.jboss.ha.httpsession.beanimpl.ejb.ClientTCLInterceptor Summary:
invoke
Methods from org.jboss.proxy.Interceptor:
getNext,   invoke,   readExternal,   setNext,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ha.httpsession.beanimpl.ejb.ClientTCLInterceptor Detail:
 public Object invoke(Invocation invocation) throws Throwable 
    Add the current thread context ClassLoader to the invocation as a transient value under the key "org.jboss.invocation.TCL"