Uses of Package
javax.management

Packages that use javax.management
com.sun.jdmk Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. 
com.sun.jdmk.comm Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes. 
javax.management Provides the core JMX classes
javax.management.loading Provides the classes which implement advanced dynamic loading
javax.management.modelmbean Provides the definition of the ModelMBean classes
javax.management.monitor Provides the definition of the monitor classes
javax.management.openmbean Provides the open data types and open mbean descriptors classes. 
javax.management.relation Provides the definition of the Relation service
javax.management.timer Provides the definition of the Timer MBean
 

Classes in javax.management used by com.sun.jdmk
AttributeNotFoundException
          The specified attribute does not exist or cannot be retrieved.
InstanceAlreadyExistsException
          The MBean is already registered in the repository.
InstanceNotFoundException
          The specified MBean does not exist in the repository.
IntrospectionException
          An exception occurred during the introspection of an MBean.
InvalidAttributeValueException
          The value specified is not valid for the attribute.
ListenerNotFoundException
          The specified MBean listener does not exist in the repository.
MBeanException
          Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanRegistrationException
          Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
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.
NotCompliantMBeanException
          Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
Notification
          The Notification class represents a notification emitted by an MBean.
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.
OperationsException
          Represents exceptions thrown in the MBean server when performing operations on MBeans.
ReflectionException
          Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
 

Classes in javax.management used by com.sun.jdmk.comm
AttributeNotFoundException
          The specified attribute does not exist or cannot be retrieved.
DynamicMBean
          Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
InstanceAlreadyExistsException
          The MBean is already registered in the repository.
InstanceNotFoundException
          The specified MBean does not exist in the repository.
InvalidAttributeValueException
          The value specified is not valid for the attribute.
JMException
          Exceptions thrown by JMX implementations.
JMRuntimeException
          Runtime exceptions emitted by JMX implementations.
ListenerNotFoundException
          The specified MBean listener does not exist in the repository.
MalformedObjectNameException
          The format of the string does not correspond to a valid ObjectName.
MBeanException
          Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
MBeanRegistrationException
          Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
NotCompliantMBeanException
          Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
NotificationBroadcaster
          Interface implemented by an MBean that emits Notifications.
ReflectionException
          Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
ServiceNotFoundException
          Represents exceptions raised when a requested service is not supported.
 

Classes in javax.management used by javax.management
AttributeNotFoundException
          The specified attribute does not exist or cannot be retrieved.
BadAttributeValueExpException
          Thrown when an invalid MBean attribute is passed to a query constructing method.
BadBinaryOpValueExpException
          Thrown when an invalid expression is passed to a method for constructing a query.
BadStringOperationException
          Thrown when an invalid string operation is passed to a method for constructing a query.
DynamicMBean
          Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
InstanceAlreadyExistsException
          The MBean is already registered in the repository.
InstanceNotFoundException
          The specified MBean does not exist in the repository.
IntrospectionException
          An exception occurred during the introspection of an MBean.
InvalidApplicationException
          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
          The value specified is not valid for the attribute.
JMException
          Exceptions thrown by JMX implementations.
JMRuntimeException
          Runtime exceptions emitted by JMX implementations.
ListenerNotFoundException
          The specified MBean listener does not exist in the repository.
MalformedObjectNameException
          The format of the string does not correspond to a valid ObjectName.
MBeanException
          Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanFeatureInfo
          Provides general information for an MBean descriptor object.
MBeanRegistrationException
          Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
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.
NotCompliantMBeanException
          Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
Notification
          The Notification class represents a notification emitted by an MBean.
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.
OperationsException
          Represents exceptions thrown in the MBean server when performing operations on MBeans.
QueryExp
          Represents relational constraints that can be used in database query "where clauses".
ReflectionException
          Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
RuntimeOperationsException
          Represents runtime exceptions thrown in the agent when performing operations on MBeans.
ValueExp
          Represents values that can be passed as arguments to relational expressions.
 

Classes in javax.management used by javax.management.loading
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
ServiceNotFoundException
          Represents exceptions raised when a requested service is not supported.
 

Classes in javax.management used by javax.management.modelmbean
AttributeNotFoundException
          The specified attribute does not exist or cannot be retrieved.
Descriptor
          This interface represents the behavioral metadata set 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.
DynamicMBean
          Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
InstanceNotFoundException
          The specified MBean does not exist in the repository.
IntrospectionException
          An exception occurred during the introspection of an MBean.
InvalidAttributeValueException
          The value specified is not valid for the attribute.
ListenerNotFoundException
          The specified MBean listener does not exist in the repository.
MBeanAttributeInfo
          Describes an MBean attribute exposed for management.
MBeanConstructorInfo
          Describes a constructor exposed by an MBean.
MBeanException
          Represents "user defined" exceptions thrown by MBean methods in the agent.
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.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
NotificationBroadcaster
          Interface implemented by an MBean that emits Notifications.
NotificationEmitter
          Interface implemented by an MBean that emits Notifications.
PersistentMBean
          This class is the interface to be implemented by MBeans that are meant to be persistent.
ReflectionException
          Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
RuntimeOperationsException
          Represents runtime exceptions thrown in the agent when performing operations on MBeans.
 

Classes in javax.management used by javax.management.monitor
JMRuntimeException
          Runtime exceptions emitted by JMX implementations.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster
          Interface implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport
          Provides an implementation of NotificationEmitter interface.
NotificationEmitter
          Interface implemented by an MBean that emits Notifications.
 

Classes in javax.management used by javax.management.openmbean
JMException
          Exceptions thrown by JMX implementations.
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.
MBeanOperationInfo
          Describes a management operation exposed by an MBean.
MBeanParameterInfo
          Describes an argument of an operation exposed by an MBean.
 

Classes in javax.management used by javax.management.relation
InstanceNotFoundException
          The specified MBean does not exist in the repository.
JMException
          Exceptions thrown by JMX implementations.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
NotCompliantMBeanException
          Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster
          Interface implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport
          Provides an implementation of NotificationEmitter interface.
NotificationEmitter
          Interface implemented by an MBean that emits Notifications.
NotificationFilter
          To be implemented by a any class acting as a notification filter.
NotificationFilterSupport
          Provides an implementation of the NotificationFilter interface.
NotificationListener
          Should be implemented by an object that wants to receive notifications.
 

Classes in javax.management used by javax.management.timer
InstanceNotFoundException
          The specified MBean does not exist in the repository.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster
          Interface implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport
          Provides an implementation of NotificationEmitter interface.
NotificationEmitter
          Interface implemented by an MBean that emits Notifications.
 


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.