API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.management
Author(s)
Since
1.5
Version
Serial
Description
  Provides the core classes for the Java Management Extensions.
Attribute View Source Represents an MBean attribute by associating its name with its value.
AttributeChangeNotification View Source Provides definitions of the attribute change notifications sent by MBeans.
AttributeChangeNotificationFilter View Source This class implements of the NotificationFilter interface for the attribute change notification.
AttributeList View Source Represents a list of values for attributes of an MBean.
AttributeNotFoundException View Source The specified attribute does not exist or cannot be retrieved.
AttributeValueExp View Source Represents attributes used as arguments to relational constraints.
BadAttributeValueExpException View Source Thrown when an invalid MBean attribute is passed to a query constructing method.
BadBinaryOpValueExpException View Source Thrown when an invalid expression is passed to a method for constructing a query.
BadStringOperationException View Source Thrown when an invalid string operation is passed to a method for constructing a query.
DefaultLoaderRepository View Source Keeps the list of Class Loaders registered in the MBean Server.
Descriptor View Source Additional metadata for a JMX element.
DescriptorAccess View Source This interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.e.
DescriptorKey View Source Meta-annotation that describes how an annotation element relates to a field in a Descriptor.
DescriptorRead View Source Interface to read the Descriptor of a management interface element such as an MBeanInfo.
DynamicMBean View Source Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
ImmutableDescriptor View Source An immutable descriptor.
InstanceAlreadyExistsException View Source The MBean is already registered in the repository.
InstanceNotFoundException View Source The specified MBean does not exist in the repository.
IntrospectionException View Source An exception occurred during the introspection of an MBean.
InvalidApplicationException View Source Thrown when an attempt is made to apply either of the following: A subquery expression to an MBean or a qualified attribute expression to an MBean of the wrong class.
InvalidAttributeValueException View Source The value specified is not valid for the attribute.
JMException View Source Exceptions thrown by JMX implementations.
JMRuntimeException View Source Runtime exceptions emitted by JMX implementations.
JMX View Source Static methods from the JMX API.
ListenerNotFoundException View Source The specified MBean listener does not exist in the repository.
MalformedObjectNameException View Source The format of the string does not correspond to a valid ObjectName.
MBeanAttributeInfo View Source Describes an MBean attribute exposed for management.
MBeanConstructorInfo View Source Describes a constructor exposed by an MBean.
MBeanException View Source Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanFeatureInfo View Source Provides general information for an MBean descriptor object.
MBeanInfo View Source Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
MBeanNotificationInfo View Source The MBeanNotificationInfo class is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.
MBeanOperationInfo View Source Describes a management operation exposed by an MBean.
MBeanParameterInfo View Source Describes an argument of an operation exposed by an MBean.
MBeanPermission View Source Permission controlling access to MBeanServer operations.
MBeanRegistration View Source Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
MBeanRegistrationException View Source Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
MBeanServer View Source This is the interface for MBean manipulation on the agent side.
MBeanServerBuilder View Source This class represents a builder that creates a default MBeanServer implementation.
MBeanServerConnection View Source This interface represents a way to talk to an MBean server, whether local or remote.
MBeanServerDelegate View Source Represents the MBean server from the management point of view.
MBeanServerDelegateMBean View Source Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerFactory View Source Provides MBean server references.
MBeanServerInvocationHandler View Source InvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.
MBeanServerNotification View Source Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
MBeanServerPermission View Source A Permission to perform actions related to MBeanServers.
MBeanTrustPermission View Source This permission represents "trust" in a signer or codebase.
MXBean View Source Annotation to mark an interface explicitly as being an MXBean interface, or as not being an MXBean interface.
NotCompliantMBeanException View Source Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
Notification View Source The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster View Source Interface implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport View Source Provides an implementation of NotificationEmitter interface.
NotificationEmitter View Source Interface implemented by an MBean that emits Notifications.
NotificationFilter View Source To be implemented by a any class acting as a notification filter.
NotificationFilterSupport View Source Provides an implementation of the NotificationFilter interface.
NotificationListener View Source Should be implemented by an object that wants to receive notifications.
ObjectInstance View Source Used to represent the object name of an MBean and its class name.
ObjectName View Source Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
OperationsException View Source Represents exceptions thrown in the MBean server when performing operations on MBeans.
PersistentMBean View Source This class is the interface to be implemented by MBeans that are meant to be persistent.
Query View Source Constructs query object constraints.
QueryEval View Source Allows a query to be performed in the context of a specific MBean server.
QueryExp View Source Represents relational constraints that can be used in database query "where clauses".
ReflectionException View Source Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
RuntimeErrorException View Source When a java.lang.Error occurs in the agent it should be caught and re-thrown as a RuntimeErrorException.
RuntimeMBeanException View Source Represents runtime exceptions thrown by MBean methods in the agent.
RuntimeOperationsException View Source Represents runtime exceptions thrown in the agent when performing operations on MBeans.
ServiceNotFoundException View Source Represents exceptions raised when a requested service is not supported.
StandardEmitterMBean View Source An MBean whose management interface is determined by reflection on a Java interface, and that emits notifications.
StandardMBean View Source An MBean whose management interface is determined by reflection on a Java interface.
StringValueExp View Source Represents strings that are arguments to relational constraints.
ValueExp View Source Represents values that can be passed as arguments to relational expressions.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar