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

All Implemented Interfaces:
    Externalizable, InvocationHandler

Direct Known Subclasses:
    ClientContainerEx

An invocation handler whichs sets up the client invocation and starts the invocation interceptor call chain.
Field Summary
protected static final  Object[] EMPTY_ARGS    An empty method parameter list. 
public  InvocationContext context    The static information that gets attached to every invocation. 
public  Interceptor next    The first interceptor in the chain. 
Constructor:
 public ClientContainer() 
 public ClientContainer(InvocationContext context) 
Method from org.jboss.proxy.ClientContainer Summary:
getInterceptors,   getInvocationContext,   invoke,   readExternal,   setInterceptors,   setNext,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.proxy.ClientContainer Detail:
 public ArrayList getInterceptors() 
 public InvocationContext getInvocationContext() 
 public Object invoke(Object proxy,
    Method m,
    Object[] args) throws Throwable 
 public  void readExternal(ObjectInput in) throws ClassNotFoundException, IOException 
    Externalization support.
 public  void setInterceptors(ArrayList interceptors) 
 public Interceptor setNext(Interceptor interceptor) 
 public  void writeExternal(ObjectOutput out) throws IOException 
    Externalization support.