Uses of Interface
com.sun.jdmk.NotificationRegistration

Packages that use NotificationRegistration
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 NotificationRegistration in com.sun.jdmk
 

Subinterfaces of NotificationRegistration in com.sun.jdmk
 interface MBeanInterceptor
          Deprecated. Use MBeanServerInterceptor instead.
 interface MBeanServerInt
          Deprecated. Use JdmkMBeanServer instead.
 interface ProxyHandler
          Deprecated. MBean proxies should be generated using MBeanServerInvocationHandler.newProxyInstance. The interface ProxyHandler may be removed in a future version of Java DMK.
 

Classes in com.sun.jdmk that implement NotificationRegistration
 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.
 

Uses of NotificationRegistration in com.sun.jdmk.comm
 

Subinterfaces of NotificationRegistration in com.sun.jdmk.comm
 interface ClientNotificationHandler
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connectors. This interface may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 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 NotificationRegistration
 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 NotificationRegistration in com.sun.jdmk.interceptor
 

Subinterfaces of NotificationRegistration 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 NotificationRegistration
 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.