javax.management |
|
Java Source File Name | Type | Comment |
AndQueryExp.java | Class | An And Query Expression.
Returns true only when both expressions are true. |
Attribute.java | Class | A representation of an MBean attribute. |
AttributeChangeNotification.java | Class | This is the mandated object for sending notifications of attribute
changes. |
AttributeChangeNotificationFilter.java | Class | Notification filter support for attribute change notifications. |
AttributeList.java | Class | A list of a MBean attributes. |
AttributeNotFoundException.java | Class | Thrown when the attribute does not exist or cannot be retrieved. |
AttributeValueExp.java | Class | |
BadAttributeValueExpException.java | Class | Thrown when an invalid attribute value is passed to a query construction
method. |
BadBinaryOpValueExpException.java | Class | Thrown when an invalid expression is passed to a query construction
method. |
BadStringOperationException.java | Class | Thrown when an invalid string operation is passed to a query construction
method. |
BetweenQueryExp.java | Class | A Between Query Expression.
Returns true only when the test expression is between the lower and
upper bounds inclusive. |
BinaryOpValueExp.java | Class | A Binary Operation that is an arguement to a query.
Revisions:
20020314 Adrian Brock:
- Added human readable string representation.
|
BinaryRelQueryExp.java | Class | A Binary Comparison query.
Revisions:
20020314 Adrian Brock:
- Added human readable string representation.
|
BooleanValueExp.java | Class | A Boolean that is an arguement to a query. |
ClassAttributeValueExp.java | Class | |
DefaultLoaderRepository.java | Class | Keeps the list of Class Loaders registered in the MBean Server. |
Descriptor.java | Interface | This interface defines behavioral and runtime metadata for ModelMBeans. |
DescriptorAccess.java | Interface | This interface is used to gain access to descriptors of a JMX component.
ModelMBeans use this interface in ModelMBeanInfo classes. |
DynamicMBean.java | Interface | The DynamicMBean interface is implemented by resources that expose
their definition at runtime. |
InQueryExp.java | Class | An In Query Expression.
Returns true only when any of the values are match. |
InstanceAlreadyExistsException.java | Class | Thrown when an MBean is already registered with the specified ObjectName. |
InstanceNotFoundException.java | Class | Thrown when an MBean is not registered with the specified ObjectName. |
IntrospectionException.java | Class | Thrown when an error occurs introspecting an MBean. |
InvalidApplicationException.java | Class | Thrown when an attempt is made to apply either of the following. |
InvalidAttributeValueException.java | Class | Thrown when trying to change an attribute to a incorrect value or type. |
JMException.java | Class | Exceptions thrown by JMX implementations. |
JMRuntimeException.java | Class | Exceptions thrown by JMX implementations. |
ListenerNotFoundException.java | Class | Thrown when a specified Listener does not exist. |
MalformedObjectNameException.java | Class | Thrown when a string used to construct an ObjectName is not valid. |
MatchQueryExp.java | Class | A Match Query Expression.
Returns true when an attribute value matches the string expression. |
MBeanAttributeInfo.java | Class | Represents a management attribute in an MBeans' management interface. |
MBeanConstructorInfo.java | Class | 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.java | Class | A wrapper for exceptions thrown by MBeans. |
MBeanFeatureInfo.java | Class | General information for MBean descriptor objects. |
MBeanInfo.java | Class | Describes an MBeans' management interface. |
MBeanNotificationInfo.java | Class | 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.java | Class | 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.java | Class | |
MBeanPermission.java | Class | Permission controlling access to MBeanServer operations. |
MBeanRegistration.java | Interface | |
MBeanRegistrationException.java | Class | A wrapper for exceptions thrown by MBeans that implement
MBeanRegistration. |
MBeanServer.java | Interface | The interface used to access the MBean server instances. |
MBeanServerBuilder.java | Class | The default builder for the MBeanServerFactory.
To use a different builder, set the system property
javax.management.builder.initial and subclass this class. |
MBeanServerConnection.java | Interface | An interface used to talk to an MBeanServer that is either remote or
local. |
MBeanServerDelegate.java | Class | Mandatory MBean server delegate MBean implementation. |
MBeanServerDelegateMBean.java | Interface | Management interface of the MBean server delegate MBean. |
MBeanServerFactory.java | Class | MBeanServerFactory is used to create instances of MBean servers.
See Also: javax.management.MBeanServer See Also: javax.management.MBeanServerBuilder author: Juha Lindfors. author: Adrian Brock. author: Scott.Stark@jboss.org version: $Revision: 57200 $ version: Revisions: version: 20030806 Juha Lindfors: version: version: version: Attempts a reflected invoke to "releaseServer" method on the MBean server version: instance before letting go of the server reference.
|
MBeanServerInvocationHandler.java | Class | |
MBeanServerNotification.java | Class | |
MBeanServerPermission.java | Class | Controls access to actions performed on MBeanServers. |
MBeanTrustPermission.java | Class | This permission represents "trust" in a signer or codebase.
MBeanTrustPermission contains a target name but no actions list. |
NotCompliantMBeanException.java | Class | Thrown when trying to register an MBean that does not conform the
JMX specification. |
Notification.java | Class | |
NotificationBroadcaster.java | Interface | |
NotificationBroadcasterSupport.java | Class | |
NotificationEmitter.java | Interface | This interface must be implemented by all MBeans that emit notifications. |
NotificationFilter.java | Interface | This interface is implemented by any class acting as a notification
filter.
The filter is used before the notification is sent to see whether
the notification is required. |
NotificationFilterSupport.java | Class | An implementation of the
NotificationFilter interface.
It filters on the notification type. |
NotificationListener.java | Interface | Must be implemented by objects receiving JMX notifications. |
NotQueryExp.java | Class | A NOT Query Expression.
Returns true when either expression is false. |
NumericValueExp.java | Class | A numeric that is an arguement to a query. |
ObjectInstance.java | Class | Information about an object registered in the MBeanServer. |
ObjectName.java | Class | Object name represents the MBean reference. |
OperationsException.java | Class | Thrown when an error occurs performing an operation on an MBean. |
OrQueryExp.java | Class | An OR Query Expression.
Returns true when either expression is true. |
PersistentMBean.java | Interface | This interface should be implemented by all MBeans that wish their state
to be persisted. |
QualifiedAttributeValueExp.java | Class | |
Query.java | Class | This class is a factory for constructing queries.
REVIEW: Full explanation. |
QueryEval.java | Class | Support for evaluting a query in the context of an MBeanServer. |
QueryExp.java | Interface | A query expression.
An implementation of this interface can be used in
a query. |
ReflectionException.java | Class | Thrown by the MBeanServer when an exception occurs using the
java.lang.reflect package to invoke methods on MBeans. |
RuntimeErrorException.java | Class | Thrown when a java.lang.error occurs. |
RuntimeMBeanException.java | Class | Wraps runtime exceptions thrown by MBeans. |
RuntimeOperationsException.java | Class | Wraps runtime exceptions thrown when performing operations on MBeans. |
ServiceNotFoundException.java | Class | Thrown when a service is not supported. |
StandardMBean.java | Class | A helper class to allow standard mbeans greater control over their
management interface.
Extending this class actually makes the mbean a dynamic mbean, but
with the convenience of a standard mbean. |
StringValueExp.java | Class | A String that is an arguement to a query. |
ValueExp.java | Interface | A value expression.
Implementations of this interface represent arguments to expressions. |