站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Package javax.management (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Package
javax.management

Packages that use javax.management
javax.management   
javax.management.loading   
javax.management.modelmbean   
javax.management.monitor The JBossMX monitor services
javax.management.openmbean   
javax.management.relation The JBossMX relation service
javax.management.timer The JBossMX timer service
org.jboss.mx.capability   
org.jboss.mx.interceptor   
org.jboss.mx.loading   
org.jboss.mx.metadata   
org.jboss.mx.modelmbean   
org.jboss.mx.notification   
org.jboss.mx.persistence   
org.jboss.mx.server   
org.jboss.mx.server.registry   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Classes in javax.management used by javax.management
Attribute
          A representation of an MBean attribute.
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.
DynamicMBean
          The DynamicMBean interface is implemented by resources that expose their definition at runtime.
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.
MBeanServerConnection
          An interface used to talk to an MBeanServer that is either remote or local.
MBeanServerDelegate
          Mandatory MBean server delegate MBean implementation.
MBeanServerDelegateMBean
          Management interface of the MBean server delegate MBean.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
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.
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.
StringValueExp
          A String that is an arguement to a query.
ValueExp
          A value expression.
 

Classes in javax.management used by javax.management.loading
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.
ObjectName
          Object name represents the MBean reference.
ServiceNotFoundException
          Thrown when a service is not supported.
 

Classes in javax.management used by javax.management.modelmbean
Attribute
          A representation of an MBean attribute.
AttributeChangeNotification
          This is the mandated object for sending notifications of attribute changes.
AttributeList
          A list of a MBean attributes.
AttributeNotFoundException
          Thrown when the attribute does not exist or cannot be retrieved.
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.
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
IntrospectionException
          Thrown when an error occurs introspecting an MBean.
InvalidAttributeValueException
          Thrown when trying to change an attribute to a incorrect value or type.
ListenerNotFoundException
          Thrown when a specified Listener does not exist.
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
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.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
ObjectName
          Object name represents the MBean reference.
PersistentMBean
          This interface should be implemented by all MBeans that wish their state to be persisted.
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.
 

Classes in javax.management used by javax.management.monitor
JMRuntimeException
          Exceptions thrown by JMX implementations.
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.
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.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationBroadcasterSupport
          A helper class for notification broadcasters/emitters
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
ObjectName
          Object name represents the MBean reference.
 

Classes in javax.management used by javax.management.openmbean
JMException
          Exceptions thrown by JMX implementations.
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
 

Classes in javax.management used by javax.management.relation
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
JMException
          Exceptions thrown by JMX implementations.
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.
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.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationBroadcasterSupport
          A helper class for notification broadcasters/emitters
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationFilterSupport
          An implementation of the NotificationFilter interface.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
ObjectName
          Object name represents the MBean reference.
 

Classes in javax.management used by javax.management.timer
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
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.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationBroadcasterSupport
          A helper class for notification broadcasters/emitters
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
ObjectName
          Object name represents the MBean reference.
 

Classes in javax.management used by org.jboss.mx.capability
Attribute
          A representation of an MBean attribute.
AttributeList
          A list of a MBean attributes.
AttributeNotFoundException
          Thrown when the attribute does not exist or cannot be retrieved.
DynamicMBean
          The DynamicMBean interface is implemented by resources that expose their definition at runtime.
IntrospectionException
          Thrown when an error occurs introspecting an MBean.
InvalidAttributeValueException
          Thrown when trying to change an attribute to a incorrect value or type.
MBeanException
          A wrapper for exceptions thrown by MBeans.
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.
MBeanParameterInfo
          Describes an argument of an operation exposed by an MBean
ReflectionException
          Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans.
 

Classes in javax.management used by org.jboss.mx.interceptor
InvalidAttributeValueException
          Thrown when trying to change an attribute to a incorrect value or type.
MalformedObjectNameException
          Thrown when a string used to construct an ObjectName is not valid.
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.
ObjectName
          Object name represents the MBean reference.
 

Classes in javax.management used by org.jboss.mx.loading
AttributeNotFoundException
          Thrown when the attribute does not exist or cannot be retrieved.
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
JMException
          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.
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.
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.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
ObjectName
          Object name represents the MBean reference.
ReflectionException
          Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans.
 

Classes in javax.management used by org.jboss.mx.metadata
Descriptor
          This interface defines behavioral and runtime metadata for ModelMBeans.
MBeanAttributeInfo
          Represents a management attribute in an MBeans' management interface.
MBeanException
          A wrapper for exceptions thrown by MBeans.
MBeanInfo
          Describes an MBeans' management interface.
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
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
 

Classes in javax.management used by org.jboss.mx.modelmbean
Attribute
          A representation of an MBean attribute.
AttributeChangeNotification
          This is the mandated object for sending notifications of attribute changes.
AttributeList
          A list of a MBean attributes.
AttributeNotFoundException
          Thrown when the attribute does not exist or cannot be retrieved.
Descriptor
          This interface defines behavioral and runtime metadata for ModelMBeans.
DynamicMBean
          The DynamicMBean interface is implemented by resources that expose their definition at runtime.
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
InvalidAttributeValueException
          Thrown when trying to change an attribute to a incorrect value or type.
JMException
          Exceptions thrown by JMX implementations.
ListenerNotFoundException
          Thrown when a specified Listener does not exist.
MBeanAttributeInfo
          Represents a management attribute in an MBeans' management interface.
MBeanException
          A wrapper for exceptions thrown by MBeans.
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.
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.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
ObjectName
          Object name represents the MBean reference.
PersistentMBean
          This interface should be implemented by all MBeans that wish their state to be persisted.
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.
 

Classes in javax.management used by org.jboss.mx.notification
JMException
          Exceptions thrown by JMX implementations.
ListenerNotFoundException
          Thrown when a specified Listener does not exist.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
ObjectName
          Object name represents the MBean reference.
 

Classes in javax.management used by org.jboss.mx.persistence
AttributeList
          A list of a MBean attributes.
JMException
          Exceptions thrown by JMX implementations.
MalformedObjectNameException
          Thrown when a string used to construct an ObjectName is not valid.
MBeanException
          A wrapper for exceptions thrown by MBeans.
MBeanInfo
          Describes an MBeans' management interface.
MBeanServer
          The interface used to access the MBean server instances.
ObjectName
          Object name represents the MBean reference.
 

Classes in javax.management used by org.jboss.mx.server
Attribute
          A representation of an MBean attribute.
AttributeList
          A list of a MBean attributes.
AttributeNotFoundException
          Thrown when the attribute does not exist or cannot be retrieved.
Descriptor
          This interface defines behavioral and runtime metadata for ModelMBeans.
DynamicMBean
          The DynamicMBean interface is implemented by resources that expose their definition at runtime.
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.
InvalidAttributeValueException
          Thrown when trying to change an attribute to a incorrect value or type.
JMException
          Exceptions thrown by JMX implementations.
ListenerNotFoundException
          Thrown when a specified Listener does not exist.
MBeanAttributeInfo
          Represents a management attribute in an MBeans' management interface.
MBeanException
          A wrapper for exceptions thrown by MBeans.
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
MBeanRegistration
          This interface is implemented by an MBean that wants to perform operations pre and post registration and deregistration.
MBeanRegistrationException
          A wrapper for exceptions thrown by MBeans that implement MBeanRegistration.
MBeanServer
          The interface used to access the MBean server instances.
MBeanServerBuilder
          The default builder for the MBeanServerFactory.
MBeanServerConnection
          An interface used to talk to an MBeanServer that is either remote or local.
MBeanServerDelegate
          Mandatory MBean server delegate MBean implementation.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
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.
ReflectionException
          Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans.
 

Classes in javax.management used by org.jboss.mx.server.registry
InstanceAlreadyExistsException
          Thrown when an MBean is already registered with the specified ObjectName.
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
MalformedObjectNameException
          Thrown when a string used to construct an ObjectName is not valid.
MBeanException
          A wrapper for exceptions thrown by MBeans.
MBeanInfo
          Describes an MBeans' management interface.
MBeanRegistration
          This interface is implemented by an MBean that wants to perform operations pre and post registration and deregistration.
MBeanRegistrationException
          A wrapper for exceptions thrown by MBeans that implement MBeanRegistration.
MBeanServer
          The interface used to access the MBean server instances.
MBeanServerDelegate
          Mandatory MBean server delegate MBean implementation.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
ObjectInstance
          Information about an object registered in the MBeanServer.
ObjectName
          Object name represents the MBean reference.
ReflectionException
          Thrown by the MBeanServer when an exception occurs using the java.lang.reflect package to invoke methods on MBeans.
 

Classes in javax.management used by org.jboss.mx.util
Attribute
          A representation of an MBean attribute.
AttributeList
          A list of a MBean attributes.
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.
DynamicMBean
          The DynamicMBean interface is implemented by resources that expose their definition at runtime.
InstanceNotFoundException
          Thrown when an MBean is not registered with the specified ObjectName.
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.
MBeanException
          A wrapper for exceptions thrown by MBeans.
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.
MBeanServer
          The interface used to access the MBean server instances.
NotCompliantMBeanException
          Thrown when trying to register an MBean that does not conform the JMX specification.
Notification
          A Notification.
NotificationBroadcaster
          This interface must be implemented by all MBeans that emit notifications.
NotificationEmitter
          This interface must be implemented by all MBeans that emit notifications.
NotificationFilter
          This interface is implemented by any class acting as a notification filter.
NotificationListener
          Must be implemented by objects receiving JMX notifications.
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.
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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.