org.apache.geronimo.system.jmx
Class JMXProxyManager
java.lang.Object
org.apache.geronimo.kernel.basic.BasicProxyManager
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.
- Version:
- $Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $
| 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(java.lang.Class proxyType,
Kernel kernel,
AbstractName target)
- Overrides:
getMethodInterceptor in class BasicProxyManager
doDestroy
protected void doDestroy(net.sf.cglib.proxy.MethodInterceptor methodInterceptor)
- Overrides:
doDestroy in class BasicProxyManager
getAbstractName
protected AbstractName getAbstractName(net.sf.cglib.proxy.MethodInterceptor methodInterceptor)
- Overrides:
getAbstractName in class BasicProxyManager
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.