Uses of Class
javax.management.MBeanInfo
Packages that use MBeanInfo
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the open data types and Open MBean descriptor classes.
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 MBeanInfo in javax.management
Methods in javax.management that return MBeanInfoModifier and TypeMethodDescriptionprotected MBeanInfo
StandardMBean.getCachedMBeanInfo()
Customization hook: Return the MBeanInfo cached for this object.DynamicMBean.getMBeanInfo()
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.MBeanServer.getMBeanInfo
(ObjectName name) MBeanServerConnection.getMBeanInfo
(ObjectName name) This method discovers the attributes and operations that an MBean exposes for management.StandardMBean.getMBeanInfo()
Get theMBeanInfo
for this MBean.Methods in javax.management with parameters of type MBeanInfoModifier and TypeMethodDescriptionprotected void
StandardMBean.cacheMBeanInfo
(MBeanInfo info) Customization hook: cache the MBeanInfo built for this object.protected String
StandardMBean.getClassName
(MBeanInfo info) Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.protected String
StandardMBean.getDescription
(MBeanInfo info) Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean. -
Uses of MBeanInfo in javax.management.modelmbean
Subclasses of MBeanInfo in javax.management.modelmbeanModifier and TypeClassDescriptionclass
This class represents the meta data for ModelMBeans.Methods in javax.management.modelmbean that return MBeanInfoModifier and TypeMethodDescriptionRequiredModelMBean.getMBeanInfo()
Returns the attributes, operations, constructors and notifications that this RequiredModelMBean exposes for management. -
Uses of MBeanInfo in javax.management.openmbean
Subclasses of MBeanInfo in javax.management.openmbeanModifier and TypeClassDescriptionclass
TheOpenMBeanInfoSupport
class describes the management information of an open MBean: it is a subclass ofMBeanInfo
, and it implements theOpenMBeanInfo
interface. -
Uses of MBeanInfo in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return MBeanInfoModifier and TypeMethodDescriptionRMIConnection.getMBeanInfo
(ObjectName name, Subject delegationSubject) Handles the methodMBeanServerConnection.getMBeanInfo(ObjectName)
.RMIConnectionImpl_Stub.getMBeanInfo
(ObjectName $param_ObjectName_1, Subject $param_Subject_2) RMIConnectionImpl.getMBeanInfo
(ObjectName name, Subject delegationSubject)