|
|||||||||
Home >> All >> javax >> [ management overview ] | PREV PACKAGE NEXT PACKAGE |
Package javax.management
Interface Summary | |
Descriptor | This interface defines behavioral and runtime metadata for ModelMBeans. |
DescriptorAccess | This interface is used to gain access to descriptors of a JMX component. |
DynamicMBean | The DynamicMBean interface is implemented by resources that expose their definition at runtime. |
MBeanRegistration | This interface is implemented by an MBean that wants to perform operations pre and post registration and deregistration. |
MBeanServer | The interface used to access the MBean server instances. |
MBeanServerDelegateMBean | Management interface of the MBean server delegate MBean. |
NotificationBroadcaster | |
NotificationFilter | This interface is implemented by any class acting as a notification filter. |
NotificationListener | |
PersistentMBean | |
QueryExp | A query expression. |
ValueExp | A value expression. |
Class Summary | |
AndQueryExp | An And Query Expression. |
AnySubStringQueryExp | An Any Substring Query Expression. |
Attribute | Represents an MBean attribute, having the name and the assigned value. |
AttributeChangeNotification | This is the mandated object for sending notifications of attribute changes. |
AttributeChangeNotificationFilter | Notification filter support for attribute change notifications. |
AttributeList | A list of a MBean attributes. |
AttributeValueExp | A String that is an arguement to a query. |
BetweenQueryExp | A Between Query Expression. |
BinaryComparisonQueryExp | A Binary Comparison query. |
BinaryOpValueExp | A Binary Operation that is an arguement to a query. |
BooleanValueExp | A Boolean that is an arguement to a query. |
ClassAttributeValueExp | Get the class name of the mbean |
FinalSubStringQueryExp | A Final Substring Query Expression. |
InitialSubStringQueryExp | An Initial Substring Query Expression. |
InQueryExp | An In Query Expression. |
MatchQueryExp | A Match Query Expression. |
MBeanAttributeInfo | Represents a management attribute in an MBeans' management interface. |
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. |
MBeanFeatureInfo | General information for MBean descriptor objects. |
MBeanInfo | Describes an MBeans' management interface. |
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. |
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. |
MBeanParameterInfo | Describes an argument of an operation exposed by an MBean |
MBeanServerDelegate | Mandatory MBean server delegate MBean implementation. |
MBeanServerFactory | MBeanServerFactory is used to create instances of MBean servers. |
MBeanServerFactory.DefaultLoaderRepositoryWrapper | |
MBeanServerNotification | A notification sent by the MBeanServer delegate when an MBean is registered or unregisterd. |
MBeanServerPermission | Controls access to actions performed on MBeanServers. |
Notification | A Notification. |
NotificationBroadcasterSupport | |
NotificationFilterSupport | An implementation of the NotificationFilter interface. |
NotQueryExp | A NOT Query Expression. |
NumberValueExp | A Number that is an arguement to a query. |
ObjectInstance | Information about an object registered in the MBeanServer. |
ObjectName | Object name represents the MBean reference. |
OrQueryExp | An OR Query Expression. |
QualifiedAttributeValueExp | A qualified string that is an argument to a query. |
Query | This class is a factory for constructing queries. |
QueryEval | Support for evaluting a query in the context of an MBeanServer. |
QueryExpSupport | An implementation of Query expression. |
SingleValueExpSupport | An implementation of single value expression. |
StringValueExp | A String that is an arguement to a query. |
ValueExpSupport | An implementation of Value expression. |
Exception Summary | |
AttributeNotFoundException | Thrown when the attribute does not exist or cannot be retrieved. |
BadAttributeValueExpException | Thrown when an invalid attribute value is passed to a query construction method. |
BadBinaryOpValueExpException | Thrown when an invalid expression is passed to a query construction method. |
BadStringOperationException | Thrown when an invalid string operation is passed to a query construction method. |
InstanceAlreadyExistsException | Thrown when an MBean is already registered with the specified ObjectName. |
InstanceNotFoundException | Thrown when an MBean is not registered with the specified ObjectName. |
IntrospectionException | Thrown when an error occurs introspecting an MBean. |
InvalidApplicationException | Thrown when an attempt is made to apply either of the following. |
InvalidAttributeValueException | Thrown when trying to change an attribute to a incorrect value or type. |
JMException | Exceptions thrown by JMX implementations. |
JMRuntimeException | Exceptions thrown by JMX implementations. |
ListenerNotFoundException | Thrown when a specified Listener does not exist. |
MalformedObjectNameException | Thrown when a string used to construct an ObjectName is not valid. |
MBeanException | A wrapper for exceptions thrown by MBeans. |
MBeanRegistrationException | A wrapper for exceptions thrown by MBeans that implement MBeanRegistration. |
NotCompliantMBeanException | Thrown when trying to register an MBean that does not conform the JMX specification. |
OperationsException | Thrown when an error occurs performing an operation on an MBean. |
ReflectionException | Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans. |
RuntimeErrorException | Thrown when a java.lang.error occurs. |
RuntimeMBeanException | Wraps runtime exceptions thrown by MBeans. |
RuntimeOperationsException | Wraps runtime exceptions thrown when performing operations on MBeans. |
ServiceNotFoundException | Thrown when a service is not supported. |
|
|||||||||
Home >> All >> javax >> [ management overview ] | PREV PACKAGE NEXT PACKAGE |