Uses of Interface
com.sun.jdmk.ProxyHandler

Packages that use ProxyHandler
com.sun.jdmk Provides the core Java DMK classes. 
com.sun.jdmk.comm Provides the classes that implement proprietary connectors and adaptors. 
com.sun.jdmk.interceptor Provides classes that make up the MBeanServerInterceptor feature. 
 

Uses of ProxyHandler in com.sun.jdmk
 

Subinterfaces of ProxyHandler in com.sun.jdmk
 interface MBeanInterceptor
          Deprecated. Use MBeanServerInterceptor instead.
 interface MBeanServerInt
          Deprecated. Use JdmkMBeanServer instead.
 

Classes in com.sun.jdmk that implement ProxyHandler
 class DefaultMBeanInterceptor
          Deprecated. This class is kept as a utility class, though it is no longer used. It may not be supported in future releases. The JdmkMBeanServer now uses DefaultMBeanServerInterceptor
 class MBeanInterceptorWrapper
          Deprecated. use MBeanServerInterceptorWrapper instead.
 class MBeanServerImpl
          Deprecated. Use objects returned by JdmkMBeanServerBuilder instead.
 

Methods in com.sun.jdmk that return ProxyHandler
 ProxyHandler Proxy.getServer()
          Deprecated. Returns the server to which this proxy is bound.
 ProxyHandler GenericProxy.getServer()
          Deprecated.  
 

Methods in com.sun.jdmk with parameters of type ProxyHandler
 void Proxy.setServer(ProxyHandler server)
          Deprecated. Sets the server to which this proxy is bound.
 void GenericProxy.setServer(ProxyHandler server)
          Deprecated.  
 

Constructors in com.sun.jdmk with parameters of type ProxyHandler
GenericProxy(ObjectInstance instance, ProxyHandler server)
          Deprecated. Constructs a GenericProxy instance.
 

Uses of ProxyHandler in com.sun.jdmk.comm
 

Subinterfaces of ProxyHandler in com.sun.jdmk.comm
 interface RemoteMBeanServer
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This interface may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 

Classes in com.sun.jdmk.comm that implement ProxyHandler
 class GenericHttpConnectorClient
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This class may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 class HttpConnectorClient
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This class may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 class HttpsConnectorClient
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This class may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 class RmiConnectorClient
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. The legacy RMI connector, including this class, may be removed in a future version of Java DMK. See javax.management.remote.rmi and JdmkLegacyConnector.
 

Uses of ProxyHandler in com.sun.jdmk.interceptor
 

Subinterfaces of ProxyHandler in com.sun.jdmk.interceptor
 interface MBeanServerInterceptor
          This interface specifies the behavior to be implemented by an MBean Server Interceptor.
 

Classes in com.sun.jdmk.interceptor that implement ProxyHandler
 class CompatibleMBeanInterceptor
          An MBeanServerInterceptor that forwards every request unchanged to an MBeanInterceptor.
 class DefaultMBeanServerInterceptor
          This is the default class for MBean manipulation on the agent side.
 class ForwardingMBeanServerInterceptor
          An MBeanServerInterceptor that forwards every request unchanged to another MBeanServerInterceptor.
 class MBeanServerInterceptorWrapper
          Implements a MBeanServerInterceptorWrapper that receives all requests from the MBeanServer and forward them to a wrapped MBeanServerInterceptor.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.