Class MBeanProxyHandler

  • All Implemented Interfaces:
    InvocationHandler
    Direct Known Subclasses:
    AMXProxyHandler

    public class MBeanProxyHandler
    extends MBeanServerInvocationHandler
    Implementation of a proxy handler that supports Attribute names which are not legal Java identifiers. It does so by mapping illegal Java identifiers into legal names. Any interface supplied needs to take mapped names into account. THREAD SAFE, but not clear if parent class javax.management.MBeanServerInvocationHandler is thread-safe