Package com.sun.jdmk.interceptor

Provides classes that make up the Java DMK 5.1 MBeanServerInterceptor feature.

See:
          Description

Interface Summary
MBeanServerInterceptor This interface specifies the behavior to be implemented by an MBean Server Interceptor.
MBeanServerInterceptorWrapper.Controller This interface is called before and after each operation is invoked on the wrapped interceptor.
 

Class Summary
CompatibleMBeanInterceptor An MBeanServerInterceptor that forwards every request unchanged to an MBeanInterceptor.
DefaultMBeanServerInterceptor This is the default class for MBean manipulation on the agent side.
ForwardingMBeanServerInterceptor An MBeanServerInterceptor that forwards every request unchanged to another MBeanServerInterceptor.
MBeanServerInterceptorWrapper Implements a MBeanServerInterceptorWrapper that receives all requests from the MBeanServer and forward them to a wrapped MBeanServerInterceptor.
 

Exception Summary
InterceptorCycleException Thrown when changing a chain of interceptors would produce a cycle.
InterceptorNotPresentException An MBeanServerInterceptor was not found when expected.
 

Package com.sun.jdmk.interceptor Description

Provides classes that make up the Java DMK 5.1 MBeanServerInterceptor feature.


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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