|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanFeatureInfo | |
javax.management | |
javax.management.modelmbean | |
javax.management.openmbean |
Uses of MBeanFeatureInfo in javax.management |
Subclasses of MBeanFeatureInfo in javax.management | |
class |
MBeanAttributeInfo
Represents a management attribute in an MBeans' management interface. |
class |
MBeanConstructorInfo
Describes a constructor exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods. |
class |
MBeanNotificationInfo
Describes a notification emitted by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods. |
class |
MBeanOperationInfo
Describes an operation exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods. |
class |
MBeanParameterInfo
Describes an argument of an operation exposed by an MBean |
Methods in javax.management with parameters of type MBeanFeatureInfo | |
protected String |
StandardMBean.getDescription(MBeanFeatureInfo info)
Retrieve the description of the mbean feature |
Uses of MBeanFeatureInfo in javax.management.modelmbean |
Subclasses of MBeanFeatureInfo in javax.management.modelmbean | |
class |
ModelMBeanAttributeInfo
Represents a Model MBean's management attribute. |
class |
ModelMBeanConstructorInfo
Represents constructor. |
class |
ModelMBeanNotificationInfo
Represents a notification in a Model MBean's management interface. |
class |
ModelMBeanOperationInfo
Represents Model MBean operation. |
Uses of MBeanFeatureInfo in javax.management.openmbean |
Subclasses of MBeanFeatureInfo in javax.management.openmbean | |
class |
OpenMBeanAttributeInfoSupport
OpenMBeanAttributeInfo implementation |
class |
OpenMBeanConstructorInfoSupport
OpenMBeanConstructorInfo implementation |
class |
OpenMBeanOperationInfoSupport
OpenMBeanOperationInfo implementation |
class |
OpenMBeanParameterInfoSupport
OpenMBeanParameterInfo implementation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |