org.apache.geronimo.system.jmx
Class JMXProxyManager
java.lang.Object
   org.apache.geronimo.kernel.basic.BasicProxyManager
org.apache.geronimo.kernel.basic.BasicProxyManager
       org.apache.geronimo.system.jmx.JMXProxyManager
org.apache.geronimo.system.jmx.JMXProxyManager
- All Implemented Interfaces: 
- ProxyManager
- public class JMXProxyManager 
- extends BasicProxyManager
Pretty much the same as the BasicProxyManager, but it has a different way
 of handling the actual invocations.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JMXProxyManager
public JMXProxyManager(Kernel kernel)
getMethodInterceptor
protected net.sf.cglib.proxy.Callback getMethodInterceptor(Class proxyType,
                                                           Kernel kernel,
                                                           AbstractName target)
- 
- Overrides:
- getMethodInterceptorin class- BasicProxyManager
 
- 
 
doDestroy
protected void doDestroy(net.sf.cglib.proxy.MethodInterceptor methodInterceptor)
- 
- Overrides:
- doDestroyin class- BasicProxyManager
 
- 
 
getAbstractName
protected AbstractName getAbstractName(net.sf.cglib.proxy.MethodInterceptor methodInterceptor)
- 
- Overrides:
- getAbstractNamein class- BasicProxyManager
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.