Uses of Interface
javax.management.remote.MBeanServerForwarder
Packages that use MBeanServerForwarder
Package
Description
Interfaces for remote access to
JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
Uses of MBeanServerForwarder in javax.management.remote
Methods in javax.management.remote with parameters of type MBeanServerForwarderModifier and TypeMethodDescriptionvoidJMXConnectorServer.setMBeanServerForwarder(MBeanServerForwarder mbsf) voidJMXConnectorServerMBean.setMBeanServerForwarder(MBeanServerForwarder mbsf) Inserts an object that intercepts requests for the MBean server that arrive through this connector server. -
Uses of MBeanServerForwarder in javax.management.remote.rmi
Methods in javax.management.remote.rmi with parameters of type MBeanServerForwarderModifier and TypeMethodDescriptionvoidRMIConnectorServer.setMBeanServerForwarder(MBeanServerForwarder mbsf)