Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.management

Classes in javax.management used by javax.management
Attribute
          Represents an MBean attribute, having the name and the assigned value.
AttributeList
          A list of a MBean attributes.
AttributeNotFoundException
          Thrown when the attribute does not exist or cannot be retrieved.
AttributeValueExp
          A String that is an arguement to a query.
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.
Descriptor
          This interface defines behavioral and runtime metadata for ModelMBeans.
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.
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.
MBeanException
          A wrapper for exceptions thrown by MBeans.
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
MBeanRegistrationException
          A wrapper for exceptions thrown by MBeans that implement MBeanRegistration.
MBeanServer
          The interface used to access the MBean server instances.
MBeanServerDelegateMBean
          Management interface of the MBean server delegate MBean.
MBeanServerPermission
          Controls access to actions performed on MBeanServers.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
Notification
          A Notification.
NotificationBroadcaster
           
NotificationBroadcasterSupport
           
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
           
ObjectInstance
          Information about an object registered in the MBeanServer.
ObjectName
          Object name represents the MBean reference.
OperationsException
          Thrown when an error occurs performing an operation on an MBean.
QueryExp
          A query expression.
QueryExpSupport
          An implementation of Query expression.
ReflectionException
          Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans.
RuntimeOperationsException
          Wraps runtime exceptions thrown when performing operations on MBeans.
SingleValueExpSupport
          An implementation of single value expression.
StringValueExp
          A String that is an arguement to a query.
ValueExp
          A value expression.
ValueExpSupport
          An implementation of Value expression.