当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
ClientTCLInterceptor (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.ha.httpsession.beanimpl.ejb
Class ClientTCLInterceptor
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.ha.httpsession.beanimpl.ejb.ClientTCLInterceptor
- All Implemented Interfaces:
- Externalizable, Serializable
- public class ClientTCLInterceptor
- extends org.jboss.proxy.Interceptor
- implements Serializable
An InvokerInterceptor that places the client thread context ClassLoader
into the invocation for use by the s ServerTCLInterceptor.
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org
- See Also:
ServerTCLInterceptor
,
Serialized Form
Fields inherited from class org.jboss.proxy.Interceptor |
nextInterceptor |
Method Summary |
Object |
invoke(org.jboss.invocation.Invocation invocation)
Add the current thread context ClassLoader to the invocation as a
transient value under the key "org.jboss.invocation.TCL" |
Methods inherited from class org.jboss.proxy.Interceptor |
getNext, readExternal, setNext, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientTCLInterceptor
public ClientTCLInterceptor()
invoke
public Object invoke(org.jboss.invocation.Invocation invocation)
throws Throwable
- Add the current thread context ClassLoader to the invocation as a
transient value under the key "org.jboss.invocation.TCL"
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.