Package | Description |
---|---|
javax.management |
Provides the core classes for the Java Management Extensions.
|
javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
|
Modifier and Type | Method | Description |
---|---|---|
MBeanInfo |
MBeanServerConnection.getMBeanInfo (ObjectName name)
This method discovers the attributes and operations that an
MBean exposes for management.
|
|
MBeanInfo |
MBeanServer.getMBeanInfo (ObjectName name) |
Constructor | Description |
---|---|
MBeanAttributeInfo (String name,
String description,
Method getter,
Method setter)
This constructor takes the name of a simple attribute, and Method
objects for reading and writing the attribute.
|
Constructor | Description |
---|---|
ModelMBeanAttributeInfo (String name,
String description,
Method getter,
Method setter)
Constructs a ModelMBeanAttributeInfo object with a default
descriptor.
|
|
ModelMBeanAttributeInfo (String name,
String description,
Method getter,
Method setter,
Descriptor descriptor)
Constructs a ModelMBeanAttributeInfo object.
|
Modifier and Type | Method | Description |
---|---|---|
MBeanInfo |
RMIConnectionImpl_Stub.getMBeanInfo (ObjectName $param_ObjectName_1,
Subject $param_Subject_2) |
|
MBeanInfo |
RMIConnectionImpl.getMBeanInfo (ObjectName name,
Subject delegationSubject) |
|
MBeanInfo |
RMIConnection.getMBeanInfo (ObjectName name,
Subject delegationSubject)
Handles the method
MBeanServerConnection.getMBeanInfo(ObjectName) . |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.