javax.management |
|
Java Source File Name | Type | Comment |
Attribute.java | Class | Represents an MBean attribute by associating its name with its value. |
AttributeChangeNotification.java | Class | Provides definitions of the attribute change notifications sent by MBeans. |
AttributeChangeNotificationFilter.java | Class | This class implements of the
javax.management.NotificationFilter NotificationFilter interface for the
javax.management.AttributeChangeNotification attribute change notification . |
AttributeList.java | Class | Represents a list of values for attributes of an MBean. |
AttributeNotFoundException.java | Class | The specified attribute does not exist or cannot be retrieved. |
AttributeValueExp.java | Class | This class represents attributes used as arguments to relational constraints. |
BadAttributeValueExpException.java | Class | The BadAttributeValueExpException is thrown when an invalid MBean attribute
is passed to a query constructing method. |
BadBinaryOpValueExpException.java | Class | This exception is thrown when an invalid expression is passed to a method
for constructing a query. |
BadStringOperationException.java | Class | This exception is thrown when an invalid string operation is passed to a
method for constructing a query. |
Descriptor.java | Interface | This interface represents the behavioral metadata set for a JMX Element.
For examples, a descriptor is part of the ModelMBeanInfo,
ModelMBeanNotificationInfo, ModelMBeanAttributeInfo,
ModelMBeanConstructorInfo, and ModelMBeanParameterInfo.
A descriptor consists of a collection of fields. |
DescriptorAccess.java | Interface | This interface is used to gain access to descriptors of the Descriptor class
which are associated with a JMX component,
i.e. |
DynamicMBean.java | Interface | Defines the methods that should be implemented by a Dynamic MBean
(MBean that exposes a dynamic management interface). |
InstanceAlreadyExistsException.java | Class | The MBean is already registered. |
InstanceNotFoundException.java | Class | The specified MBean does not exist in the MBeanServer . |
IntrospectionException.java | Class | An exception occured during the introspection of an MBean. |
InvalidApplicationException.java | Class | |
InvalidAttributeValueException.java | Class | The specified value is not a valid value for the attribute. |
JMException.java | Class | This class represents exceptions thrown by JMX implementations. |
JMRuntimeException.java | Class | This class represents runtime exceptions emitted by JMX implementations. |
ListenerNotFoundException.java | Class | The specified MBean listener does not exist. |
MalformedObjectNameException.java | Class | The format of the string does not correspond to a valid ObjectName. |
MBeanAttributeInfo.java | Class | Describes an MBean attribute exposed for management. |
MBeanConstructorInfo.java | Class | Describes a constructor exposed by an MBean. |
MBeanException.java | Class | This class represents "user defined" exceptions thrown by Mbean methods
in the agent. |
MBeanFeatureInfo.java | Class | Provides general information for an MBean descriptor object. |
MBeanInfo.java | Class | Allows to discover the management interface exposed by an MBean; that is, the
set of attributes and operations which are available for management operations. |
MBeanNotificationInfo.java | Class | Describes describes a notification emitted by an MBean. |
MBeanOperationInfo.java | Class | Describes a management operation exposed by an MBean. |
MBeanParameterInfo.java | Class | Describes an argument of an operation or constructor exposed by a MBean. |
MBeanRegistration.java | Interface | This can be implemented by an MBean in order to carry out operations before
and after being registered or de-registered from the MBean server. |
MBeanRegistrationException.java | Class | This class wraps exceptions thrown by the preRegister(), preDeregister()
methods of the MBeanRegistration . |
MBeanServer.java | Interface | This is the interface for MBean manipulation on the agent side. |
MBeanServerDelegate.java | Class | Represents the MBeanServer from the management point of view. |
MBeanServerDelegateMBean.java | Interface | Defines the management interface of an object of class MBeanServerDelegate. |
MBeanServerFactory.java | Class | Provides references to the MBeanServer objects and acts as a
factory for creating creating and releasing the references of
MBeanServer objects. |
MBeanServerNotification.java | Class | The MBeanServerNotification class represents an notification emitted by the
MBean Server. |
NotCompliantMBeanException.java | Class | This exception occurs when trying to register in the MBeanServer an object
that is not a JMX compliant MBean. |
Notification.java | Class | The Notification class represents a notification emitted by an MBean. |
NotificationBroadcaster.java | Interface | Should be implemented by an MBean that emits Notifications. |
NotificationBroadcasterSupport.java | Class | This class provides an implementation of NotificationBroadcaster. |
NotificationFilter.java | Interface | To be implemented by a any class acting as a notification filter. |
NotificationFilterSupport.java | Class | Provides an implementation of the
javax.management.NotificationFilter interface. |
NotificationListener.java | Interface | Should be implemented by an object that wants to receive notifications. |
ObjectInstance.java | Class | This class is used for representing an object instance; that is,
an object name and class. |
ObjectName.java | Class | This class represents the object name of an MBean. |
OperationsException.java | Class | This class represents exceptions thrown in the MBeanServer when performing
operations on MBeans. |
PersistentMBean.java | Interface | This class is the interface to be implemented by MBeans that are meant to
be persistent. |
Query.java | Class | This Query class supports construction of query object constraints.
The static methods provided return query expressions that may be used in
listing and enumerating MBeans. |
QueryEval.java | Class | Allows a query to be accessed in the context of a specific MBeanServer. |
QueryExp.java | Interface | QueryExp interface represents relational constraints that can be used
in database query "where clauses." Instances of QueryExp are returned by
the static methods of the Query class. |
QueryExpSupport.java | Class | The QueryExpSupport class represents relational constraints that can be used
in database query "where clauses." Instances of QueryExpSupport are returned
by the static methods of the Query class. |
ReflectionException.java | Class | This class represents exceptions thrown in the MBeanServer when using the
java.lang.reflect classes to invoke methods on MBeans. |
RuntimeErrorException.java | Class | When a java.lang.Error occurs in the agent it should be caught
and re-thrown as a RuntimeErrorException . |
RuntimeMBeanException.java | Class | This class represents runtime exceptions thrown by MBean methods in the agent.
It "wraps" the actual java.lang.RuntimeException exception thrown. |
RuntimeOperationsException.java | Class | This class represents runtime exceptions thrown in the agent when
performing operations on MBeans. |
ServiceNotFoundException.java | Class | |
StringValueExp.java | Class | Represents strings that are arguments to relational constraints. |
ValueExp.java | Interface | ValueExp interface represents values that can be passed as arguments to
relational expressions. |