Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
DynamicMBean | Represents a management bean that provides a dynamic interface. |
NotificationBroadcaster | Represents a bean that can emit notifications when events occur. |
NotificationEmitter | Represents a bean that can emit notifications when events occur. |
NotificationFilter | Represents a object that acts as a filter for notifications. |
NotificationListener | Represents a object that can receive notifications from a bean. |
Class Summary | |
Attribute | Represents an MBean attribute, having the name and the assigned value. |
AttributeList | Represents a list of MBean Attribute s, with their
names and values. |
MBeanAttributeInfo | Describes the attributes of a management bean. |
MBeanConstructorInfo | Describes the constructors of a management bean. |
MBeanFeatureInfo | A general superclass for the description of features of management beans. |
MBeanInfo | Describes the interface of a management bean. |
MBeanNotificationInfo | Describes the notifications emitted by a management bean. |
MBeanOperationInfo | Describes the operations of a management bean. |
MBeanParameterInfo | Describes the parameters of a constructor or operation associated with a management bean. |
Notification | A notification message that may be emitted by a bean. |
StandardMBean | Provides a dynamic management bean by using reflection on an interface and an implementing class. |
Exception Summary | |
AttributeNotFoundException | Thrown when a attribute is requested but can not be found. |
IntrospectionException | A general for all exceptions thrown during introspection operations on management beans. |
InvalidAttributeValueException | Thrown when a value is given for an attribute which is invalid. |
JMException | A general superclass for all non-runtime management exceptions. |
JMRuntimeException | A general superclass for all runtime management exceptions. |
ListenerNotFoundException | Thrown when a requested listener does not exist. |
MBeanException | Represents an arbitrary exception thrown by a management bean. |
NotCompliantMBeanException | Thrown when a management bean is passed to a method (e.g. to an MBean server to be registered) and it fails to comply with the specifications for such a bean. |
OperationsException | A general superclass for all exceptions thrown by operations on management beans. |
ReflectionException | Represents one of the reflection exceptions thrown by a management bean. |
RuntimeOperationsException | Represents a runtime exception thrown by a management bean operation. |