Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Uses of Interface
javax.management.remote.MBeanServerForwarder

Packages that use MBeanServerForwarder
Package Description
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.event Defines the Event Service, which provides extended support for JMX notifications. 
javax.management.remote Interfaces for remote access to JMX MBean servers. 
 

Uses of MBeanServerForwarder in javax.management
 

Methods in javax.management that return MBeanServerForwarder
Modifier and Type Method and Description
static MBeanServerForwarder ClientContext.newContextForwarder(MBeanServer nextMBS, MBeanServer loopMBS)
          Create a new MBeanServerForwarder that applies the context received from a client to the current thread.
static MBeanServerForwarder ClientContext.newLocalizeMBeanInfoForwarder(MBeanServer mbs)
          Create a new MBeanServerForwarder that localizes descriptions in MBeanInfo instances returned by getMBeanInfo.
 

Uses of MBeanServerForwarder in javax.management.event
 

Methods in javax.management.event that return MBeanServerForwarder
Modifier and Type Method and Description
static MBeanServerForwarder EventClientDelegate.newForwarder(MBeanServer nextMBS, MBeanServer loopMBS)
          Create a new MBeanServerForwarder that simulates the existence of an EventClientDelegateMBean with the default name.
 

Uses of MBeanServerForwarder in javax.management.remote
 

Classes in javax.management.remote that implement MBeanServerForwarder
Modifier and Type Class and Description
 class IdentityMBeanServerForwarder
          An MBeanServerForwarder that forwards all MBeanServer operations unchanged to the next MBeanServer in the chain.
 

Methods in javax.management.remote that return MBeanServerForwarder
Modifier and Type Method and Description
 MBeanServerForwarder JMXConnectorServer.getSystemMBeanServerForwarder()
          Returns the first item in the chain of system and then user forwarders.
 

Methods in javax.management.remote with parameters of type MBeanServerForwarder
Modifier and Type Method and Description
 void JMXConnectorServer.removeMBeanServerForwarder(MBeanServerForwarder mbsf)
          Remove a forwarder from the chain of forwarders.
 void JMXConnectorServerMBean.setMBeanServerForwarder(MBeanServerForwarder mbsf)
          Inserts an object that intercepts requests for the MBean server that arrive through this connector server.
 void JMXConnectorServer.setMBeanServerForwarder(MBeanServerForwarder mbsf)
           
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.