Uses of Package
javax.management

Packages that use javax.management
javax.management   
javax.management.loading   
javax.management.modelmbean   
javax.management.monitor   
javax.management.openmbean   
javax.management.relation   
javax.management.timer   
org.huihoo.jfox.jmx   
org.huihoo.jfox.jmx.adaptor.http   
org.huihoo.jfox.jmx.interceptor   
org.huihoo.jfox.jmx.loading   
org.huihoo.jfox.jmx.queries   
 

Classes in javax.management used by javax.management
Attribute
          Represents an MBean attribute by associating its name with its value.
AttributeList
          Represents a list of values for attributes of an MBean.
AttributeNotFoundException
          The specified attribute does not exist or cannot be retrieved.
AttributeValueExp
          Note: change from jmx-ri, extends QueryEval
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.
Descriptor
          This interface represents the behavioral metadata set for a JMX Element.
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
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
           
MBeanNotificationInfo
          Describes a notification emitted by an MBean.
MBeanOperationInfo
          Describes a management operation exposed by an MBean.
MBeanParameterInfo
          Describes an argument of an operation exposed by an MBean.
MBeanRegistration
          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
          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.
MBeanServerDelegate
          Represents the Mbean server from the management point of view.
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
          Should be 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
           
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.
OperationsException
          Represents exceptions thrown in the MBean server when performing operations on MBeans.
QueryEval
          Allows a query to be performed in the context of a specific MBean server.
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.
StringValueExp
          Represents strings that are arguments to relational constraints.
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 de-registered from the MBean server.
MBeanServer
          This is the interface for MBean manipulation on the agent side.
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.
ServiceNotFoundException
          Represents exceptions raised when a requested service is not supported.
 

Classes in javax.management used by javax.management.modelmbean
Attribute
          Represents an MBean attribute by associating its name with its value.
AttributeChangeNotification
          Provides definitions of the attribute change notifications sent by MBeans.
AttributeList
          Represents a list of values for attributes of an MBean.
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
           
MBeanNotificationInfo
          Describes a notification emitted by an MBean.
MBeanOperationInfo
          Describes a management operation exposed by an MBean.
MBeanParameterInfo
          Describes an argument of an operation exposed by an MBean.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanServer
          This is the interface for MBean manipulation on the agent side.
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster
          Should be 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
           
ObjectName
          Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
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.
MBeanNotificationInfo
          Describes a notification emitted by an MBean.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanServer
          This is the interface for MBean manipulation on the agent side.
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster
          Should be implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport
          Provides an implementation of NotificationEmitter interface.
NotificationEmitter
          Interface implemented by an MBean that emits Notifications.
ObjectName
          Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
 

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
           
MBeanNotificationInfo
          Describes a notification emitted by an MBean.
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.
MBeanNotificationInfo
          Describes a notification emitted by an MBean.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanServer
          This is the interface for MBean manipulation on the agent side.
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
          Should be 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
           
ObjectName
          Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
 

Classes in javax.management used by javax.management.timer
InstanceNotFoundException
          The specified MBean does not exist in the repository.
MBeanNotificationInfo
          Describes a notification emitted by an MBean.
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanServer
          This is the interface for MBean manipulation on the agent side.
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationBroadcaster
          Should be implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport
          Provides an implementation of NotificationEmitter interface.
NotificationEmitter
          Interface implemented by an MBean that emits Notifications.
ObjectName
          Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
 

Classes in javax.management used by org.huihoo.jfox.jmx
Attribute
          Represents an MBean attribute by associating its name with its value.
AttributeList
          Represents a list of values for attributes of an MBean.
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.
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.
MalformedObjectNameException
          The format of the string does not correspond to a valid ObjectName
MBeanAttributeInfo
          Describes an MBean attribute exposed for management.
MBeanException
          Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanInfo
           
MBeanOperationInfo
          Describes a management operation exposed by an MBean.
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.
MBeanServerDelegate
          Represents the Mbean server from the management point of view.
MBeanServerDelegateMBean
          Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerNotification
          Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
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
          Should be implemented by an MBean that emits Notifications.
NotificationFilter
          To be implemented by a any class acting as a notification filter.
NotificationListener
           
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.
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.
 

Classes in javax.management used by org.huihoo.jfox.jmx.adaptor.http
MBeanRegistration
          Can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanServer
          This is the interface for MBean manipulation on the agent side.
ObjectName
          Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
 

Classes in javax.management used by org.huihoo.jfox.jmx.interceptor
Notification
          The Notification class represents a notification emitted by an MBean.
NotificationFilter
          To be implemented by a any class acting as a notification filter.
NotificationFilterSupport
          Provides an implementation of the NotificationFilter interface.
NotificationListener
           
 

Classes in javax.management used by org.huihoo.jfox.jmx.loading
MBeanException
          Represents "user defined" exceptions thrown by MBean methods in the agent.
ServiceNotFoundException
          Represents exceptions raised when a requested service is not supported.
 

Classes in javax.management used by org.huihoo.jfox.jmx.queries
AttributeValueExp
          Note: change from jmx-ri, extends QueryEval
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.
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.
ObjectName
          Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
QueryEval
          Allows a query to be performed in the context of a specific MBean server.
QueryExp
          Represents relational constraints that can be used in database query "where clauses".
StringValueExp
          Represents strings that are arguments to relational constraints.
ValueExp
          Represents values that can be passed as arguments to relational expressions.