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

All Implemented Interfaces:
    Externalizable

Handle toString, equals, hashCode locally on the client.
Fields inherited from org.jboss.proxy.Interceptor:
nextInterceptor
Method from org.jboss.proxy.ClientMethodInterceptor Summary:
getObject,   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.proxy.ClientMethodInterceptor Detail:
 protected Object getObject(Invocation mi) 
    Get the object used in Object methods
 public Object invoke(Invocation mi) throws Throwable 
    Handle methods locally on the client