org.jboss.proxy
Class ClientContainerEx
java.lang.Object
   org.jboss.proxy.ClientContainer
org.jboss.proxy.ClientContainer
       org.jboss.proxy.ClientContainerEx
org.jboss.proxy.ClientContainerEx
- All Implemented Interfaces: 
- Externalizable, IClientContainer, InvocationHandler, Serializable
- public class ClientContainerEx- extends ClientContainer- implements IClientContainer
An extension of ClientContainer that allows one to access the client
 container invocation context and interceptors.
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ClientContainerEx
public ClientContainerEx()
ClientContainerEx
public ClientContainerEx(InvocationContext context)
invoke
public Object invoke(Object proxy,
                     Method m,
                     Object[] args)
              throws Throwable
- Overriden to handle the IClientContainer methods
 
- 
- Specified by:
- invokein interface- InvocationHandler
- Overrides:
- invokein class- ClientContainer
 
- 
- Parameters:
- proxy-
- m- - the proxied method
- args- - the proxied method args
- Returns:
- 
- Throws:
- Throwable
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.