当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
ClientContainerEx (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.proxy
Class ClientContainerEx
java.lang.Object
org.jboss.proxy.ClientContainer
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:
invoke
in interface InvocationHandler
- Overrides:
invoke
in class ClientContainer
- Parameters:
proxy
- m
- - the proxied methodargs
- - the proxied method args
- Returns:
-
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.