API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanServerInvocationHandler View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanServerInvocationHandler
Implements
 InvocationHandler
Subclasses
Description
public class MBeanServerInvocationHandler
  InvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.
See also:   
Constructors
public MBeanServerInvocationHandler (MBeanServerConnection connection, ObjectName objectName)
  Invocation handler that forwards methods through an MBean server to a Standard MBean.
public MBeanServerInvocationHandler (MBeanServerConnection connection, ObjectName objectName, boolean isMXBean)
  Invocation handler that can forward methods through an MBean server to a Standard MBean or MXBean.
Methods
Hide/Show inherited methods
public MBeanServerConnection getMBeanServerConnection ()
  The MBean server connection through which the methods of a proxy using this handler are forwarded.
public ObjectName getObjectName ()
  The name of the MBean within the MBean server to which methods are forwarded.
public Object invoke (Object proxy, Method method, Object args) throws Throwable [Specified in InvocationHandler]
public boolean isMXBean ()
  If true, the proxy is for an MXBean, and appropriate mappings are applied to method parameters and return values.
publicstatic T newProxyInstance (MBeanServerConnection connection, ObjectName objectName, Class< T> interfaceClass, boolean notificationBroadcaster)
  Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar