当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
ClientMethodInterceptorHA (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.invocation.http.interfaces
Class ClientMethodInterceptorHA
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.invocation.http.interfaces.ClientMethodInterceptorHA
- All Implemented Interfaces:
- Externalizable, Serializable
- public class ClientMethodInterceptorHA
- extends org.jboss.proxy.Interceptor
- implements Externalizable
Handle toString, equals, hashCode locally on the client.
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
Fields inherited from class org.jboss.proxy.Interceptor |
nextInterceptor |
Method Summary |
Object |
invoke(org.jboss.invocation.Invocation mi)
Handle methods locally on the client |
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 |
ClientMethodInterceptorHA
public ClientMethodInterceptorHA()
invoke
public Object invoke(org.jboss.invocation.Invocation mi)
throws Throwable
- Handle methods locally on the client
- Parameters:
mi
-
- Returns:
-
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.