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.
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:
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-2007 Apache Software Foundation. All Rights Reserved.