This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Interface Summary |
Descriptor |
Additional metadata for a JMX element. |
DescriptorAccess |
This interface is used to gain access to descriptors of the Descriptor class
which are associated with a JMX component, i.e. |
DescriptorRead |
Interface to read the Descriptor of a management interface element
such as an MBeanInfo. |
DynamicMBean |
Defines the methods that should be implemented by
a Dynamic MBean (MBean that exposes a dynamic management interface). |
MBeanRegistration |
Can be implemented by an MBean in order to
carry out operations before and after being registered or unregistered from
the MBean server. |
MBeanServer |
This is the interface for MBean manipulation on the agent
side. |
MBeanServerConnection |
This interface represents a way to talk to an MBean server, whether
local or remote. |
MBeanServerDelegateMBean |
Defines the management interface of an object of class MBeanServerDelegate. |
NotificationBroadcaster |
Interface implemented by an MBean that emits Notifications. |
NotificationEmitter |
Interface implemented by an MBean that emits Notifications. |
NotificationFilter |
To be implemented by a any class acting as a notification filter. |
NotificationListener |
Should be implemented by an object that wants to receive notifications. |
PersistentMBean |
This class is the interface to be implemented by MBeans that are meant to be
persistent. |
QueryExp |
Represents relational constraints that can be used in database
query "where clauses". |
ValueExp |
Represents values that can be passed as arguments to
relational expressions. |
Class Summary |
Attribute |
Represents an MBean attribute by associating its name with its value. |
AttributeChangeNotification |
Provides definitions of the attribute change notifications sent by MBeans. |
AttributeChangeNotificationFilter |
This class implements of the javax.management.NotificationFilter
interface for the javax.management.AttributeChangeNotification. |
AttributeList |
Represents a list of values for attributes of an MBean. |
AttributeValueExp |
Represents attributes used as arguments to relational constraints. |
DefaultLoaderRepository |
Keeps the list of Class Loaders registered in the MBean Server. |
ImmutableDescriptor |
An immutable descriptor. |
JMX |
Static methods from the JMX API. |
MBeanAttributeInfo |
Describes an MBean attribute exposed for management. |
MBeanConstructorInfo |
Describes a constructor exposed by an MBean. |
MBeanFeatureInfo |
Provides general information for an MBean descriptor object. |
MBeanInfo |
Describes the management interface exposed by an MBean; that is,
the set of attributes and operations which are available for
management operations. |
MBeanNotificationInfo |
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 |
Describes a management operation exposed by an MBean. |
MBeanParameterInfo |
Describes an argument of an operation exposed by an MBean. |
MBeanPermission |
Permission controlling access to MBeanServer operations. |
MBeanServerBuilder |
This class represents a builder that creates a default
javax.management.MBeanServer implementation. |
MBeanServerDelegate |
Represents the MBean server from the management point of view. |
MBeanServerFactory |
Provides MBean server references. |
MBeanServerInvocationHandler |
java.lang.reflect.InvocationHandler that forwards methods in an MBean's
management interface through the MBean server to the MBean. |
MBeanServerNotification |
Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean. |
MBeanServerPermission |
A Permission to perform actions related to MBeanServers. |
MBeanTrustPermission |
This permission represents "trust" in a signer or codebase. |
Notification |
The Notification class represents a notification emitted by an
MBean. |
NotificationBroadcasterSupport |
Provides an implementation of javax.management.NotificationEmitter
interface. |
NotificationFilterSupport |
Provides an implementation of the javax.management.NotificationFilter interface. |
ObjectInstance |
Used to represent the object name of an MBean and its class name. |
ObjectName |
Represents the object name of an MBean, or a pattern that can
match the names of several MBeans. |
Query |
Constructs query object constraints. |
QueryEval |
Allows a query to be performed in the context of a specific MBean server. |
StandardEmitterMBean |
An MBean whose management interface is determined by reflection
on a Java interface, and that emits notifications. |
StandardMBean |
An MBean whose management interface is determined by reflection
on a Java interface. |
StringValueExp |
Represents strings that are arguments to relational constraints. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.