A B C D E F G H I J K L M N O P Q R S T U V W X

A

ACTION - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a write-like, and would modify the MBean in some way, typically by writing some value or changing a configuration.
ACTION_INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is both read-like and write-like.
ALLOWED_CLASSNAMES - Static variable in class javax.management.openmbean.OpenType
List of the fully qualified names of the Java classes allowed for open data values.
ATTRIBUTE_CHANGE - Static variable in class javax.management.AttributeChangeNotification
Notification type which indicates that the observed MBean attribute value has changed.
ArrayType - class javax.management.openmbean.ArrayType.
The ArrayType class is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values.
ArrayType(int, OpenType) - Constructor for class javax.management.openmbean.ArrayType
Constructs an ArrayType instance describing open data values which are arrays with dimension dimension of elements whose open type is elementType.
Attribute - class javax.management.Attribute.
Represents an MBean attribute by associating its name with its value.
Attribute(String, Object) - Constructor for class javax.management.Attribute
Constructs an Attribute object which associates the given attribute name with the given value.
AttributeChangeNotification - class javax.management.AttributeChangeNotification.
Provides definitions of the attribute change notifications sent by MBeans.
AttributeChangeNotification(Object, long, long, String, String, String, Object, Object) - Constructor for class javax.management.AttributeChangeNotification
Constructs an attribute change notification object.
AttributeChangeNotificationFilter - class javax.management.AttributeChangeNotificationFilter.
This class implements of the NotificationFilter interface for the attribute change notification.
AttributeChangeNotificationFilter() - Constructor for class javax.management.AttributeChangeNotificationFilter
 
AttributeList - class javax.management.AttributeList.
Represents a list of values for attributes of an MBean.
AttributeList() - Constructor for class javax.management.AttributeList
Constructs an empty AttributeList.
AttributeList(int) - Constructor for class javax.management.AttributeList
Constructs an empty AttributeList with the initial capacity specified.
AttributeList(AttributeList) - Constructor for class javax.management.AttributeList
Constructs an AttributeList containing the elements of the AttributeList specified, in the order in which they are returned by the AttributeList's iterator.
AttributeNotFoundException - exception javax.management.AttributeNotFoundException.
The specified attribute does not exist or cannot be retrieved.
AttributeNotFoundException() - Constructor for class javax.management.AttributeNotFoundException
Default constructor.
AttributeNotFoundException(String) - Constructor for class javax.management.AttributeNotFoundException
Constructor that allows a specific error message to be specified.
AttributeValueExp - class javax.management.AttributeValueExp.
Represents attributes used as arguments to relational constraints.
AttributeValueExp() - Constructor for class javax.management.AttributeValueExp
Deprecated. An instance created with this constructor cannot be used in a query.
AttributeValueExp(String) - Constructor for class javax.management.AttributeValueExp
Creates a new AttributeValueExp representing the specified object attribute, named attr.
add(Attribute) - Method in class javax.management.AttributeList
Adds the Attribute specified as the last element of the list.
add(int, Attribute) - Method in class javax.management.AttributeList
Inserts the attribute specified as an element at the position specified.
add(Role) - Method in class javax.management.relation.RoleList
Adds the Role specified as the last element of the list.
add(int, Role) - Method in class javax.management.relation.RoleList
Inserts the role specified as an element at the position specified.
add(RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Adds the RoleUnresolved specified as the last element of the list.
add(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Inserts the unresolved role specified as an element at the position specified.
addAll(AttributeList) - Method in class javax.management.AttributeList
Appends all the elements in the AttributeList specified to the end of the list, in the order in which they are returned by the Iterator of the AttributeList specified.
addAll(int, AttributeList) - Method in class javax.management.AttributeList
Inserts all of the elements in the AttributeList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the AttributeList specified.
addAll(RoleList) - Method in class javax.management.relation.RoleList
Appends all the elements in the RoleList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleList specified.
addAll(int, RoleList) - Method in class javax.management.relation.RoleList
Inserts all of the elements in the RoleList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleList specified.
addAll(RoleUnresolvedList) - Method in class javax.management.relation.RoleUnresolvedList
Appends all the elements in the RoleUnresolvedList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.
addAll(int, RoleUnresolvedList) - Method in class javax.management.relation.RoleUnresolvedList
Inserts all of the elements in the RoleUnresolvedList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Registers an object which implements the NotificationListener interface as a listener.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
 
addNotification(String, String, Object, Date, long, long, boolean) - Method in class javax.management.timer.Timer
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long, long) - Method in class javax.management.timer.Timer
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long) - Method in class javax.management.timer.Timer
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and period and a null number of occurences.
addNotification(String, String, Object, Date) - Method in class javax.management.timer.Timer
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and a null period and number of occurences.
addNotification(String, String, Object, Date, long, long, boolean) - Method in interface javax.management.timer.TimerMBean
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long, long) - Method in interface javax.management.timer.TimerMBean
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long) - Method in interface javax.management.timer.TimerMBean
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and period and a null number of occurences.
addNotification(String, String, Object, Date) - Method in interface javax.management.timer.TimerMBean
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and a null period and number of occurences.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Adds a listener to a registered MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationBroadcaster
Adds a listener to this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
Adds a listener.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
Registers an object which implements the NotificationListener interface as a listener.
addObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Adds the specified object in the set of observed MBeans, if this object is not already present.
addObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Adds the specified object in the set of observed MBeans.
addRelation(ObjectName) - Method in class javax.management.relation.RelationService
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelationType(RelationType) - Method in class javax.management.relation.RelationService
Adds given object as a relation type.
addRelationType(RelationType) - Method in interface javax.management.relation.RelationServiceMBean
Adds given object as a relation type.
addRoleInfo(RoleInfo) - Method in class javax.management.relation.RelationTypeSupport
Add a role info.
addURL(URL) - Method in class javax.management.loading.MLet
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(String) - Method in class javax.management.loading.MLet
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(URL) - Method in interface javax.management.loading.MLetMBean
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(String) - Method in interface javax.management.loading.MLetMBean
Appends the specified URL to the list of URLs to search for classes and resources.
alreadyNotified - Variable in class javax.management.monitor.Monitor
Deprecated. equivalent to Monitor.alreadyNotifieds[0].
alreadyNotifieds - Variable in class javax.management.monitor.Monitor
Selected monitor errors that have already been notified.
and(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the conjunction of two other query expressions.
anySubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
apply(ObjectName) - Method in class javax.management.AttributeValueExp
Applies the AttributeValueExp on an MBean.
apply(ObjectName) - Method in class javax.management.ObjectName
Test whether this ObjectName, which may be a pattern, matches another ObjectName.
apply(ObjectName) - Method in interface javax.management.QueryExp
Applies the QueryExp on an MBean.
apply(ObjectName) - Method in class javax.management.StringValueExp
Applies the ValueExp on a MBean.
apply(ObjectName) - Method in interface javax.management.ValueExp
Applies the ValueExp on a MBean.
attr(String) - Static method in class javax.management.Query
Returns a new attribute expression.
attr(String, String) - Static method in class javax.management.Query
Returns a new qualified attribute expression.

B

BIGDECIMAL - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.math.BigDecimal.
BIGINTEGER - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.math.BigInteger.
BOOLEAN - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Boolean.
BYTE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Byte.
BadAttributeValueExpException - exception javax.management.BadAttributeValueExpException.
Thrown when an invalid MBean attribute is passed to a query constructing method.
BadAttributeValueExpException(Object) - Constructor for class javax.management.BadAttributeValueExpException
Constructs an BadAttributeValueExpException with the specified Object.
BadBinaryOpValueExpException - exception javax.management.BadBinaryOpValueExpException.
Thrown when an invalid expression is passed to a method for constructing a query.
BadBinaryOpValueExpException(ValueExp) - Constructor for class javax.management.BadBinaryOpValueExpException
Constructs a BadBinaryOpValueExpException with the specified ValueExp.
BadStringOperationException - exception javax.management.BadStringOperationException.
Thrown when an invalid string operation is passed to a method for constructing a query.
BadStringOperationException(String) - Constructor for class javax.management.BadStringOperationException
Constructs a BadStringOperationException with the specified detail message.
between(ValueExp, ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents the constraint that one value is between two other values.

C

CHARACTER - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Character.
ClassLoaderRepository - interface javax.management.loading.ClassLoaderRepository.
Instances of this interface are used to keep the list of ClassLoaders registered in an MBean Server.
CompositeData - interface javax.management.openmbean.CompositeData.
The CompositeData interface specifies the behaviour of a specific type of complex open data objects which represent composite data structures.
CompositeDataSupport - class javax.management.openmbean.CompositeDataSupport.
The CompositeDataSupport class is the open data class which implements the CompositeData interface.
CompositeDataSupport(CompositeType, String[], Object[]) - Constructor for class javax.management.openmbean.CompositeDataSupport
Constructs a CompositeDataSupport instance with the specified compositeType, whose item values are specified by itemValues[], in the same order as in itemNames[].
CompositeDataSupport(CompositeType, Map) - Constructor for class javax.management.openmbean.CompositeDataSupport
Constructs a CompositeDataSupport instance with the specified compositeType, whose item names and corresponding values are given by the mappings in the map items.
CompositeType - class javax.management.openmbean.CompositeType.
The CompositeType class is the open type class whose instances describe the types of CompositeData values.
CompositeType(String, String, String[], String[], OpenType[]) - Constructor for class javax.management.openmbean.CompositeType
Constructs a CompositeType instance, checking for the validity of the given parameters.
CounterMonitor - class javax.management.monitor.CounterMonitor.
Defines a monitor MBean designed to observe the values of a counter attribute.
CounterMonitor() - Constructor for class javax.management.monitor.CounterMonitor
Default constructor.
CounterMonitorMBean - interface javax.management.monitor.CounterMonitorMBean.
Exposes the remote management interface of the counter monitor MBean.
cacheMBeanInfo(MBeanInfo) - Method in class javax.management.StandardMBean
Customization hook: cache the MBeanInfo built for this object.
calculateIndex(CompositeData) - Method in interface javax.management.openmbean.TabularData
Calculates the index that would be used in this TabularData instance to refer to the specified composite data value parameter if it were added to this instance.
calculateIndex(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
Calculates the index that would be used in this TabularData instance to refer to the specified composite data value parameter if it were added to this instance.
capacityIncrement - Static variable in class javax.management.monitor.Monitor
The amount by which the capacity of the monitor arrays are automatically incremented when their size becomes greater than their capacity.
check(String, URL, String, MLetContent) - Method in class javax.management.loading.MLet
This method is to be overridden when extending this service to support caching and versioning.
checkMaxDegree(int) - Method in class javax.management.relation.RoleInfo
Returns a boolean to specify if given value is less or equal than expected maximum degree (true if yes).
checkMinDegree(int) - Method in class javax.management.relation.RoleInfo
Returns a boolean to specify if given value is greater or equal than expected minimum degree (true if yes).
checkRoleReading(String, String) - Method in class javax.management.relation.RelationService
Checks if given Role can be read in a relation of the given type.
checkRoleReading(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if given Role can be read in a relation of the given type.
checkRoleWriting(Role, String, Boolean) - Method in class javax.management.relation.RelationService
Checks if given Role can be set in a relation of given type.
checkRoleWriting(Role, String, Boolean) - Method in interface javax.management.relation.RelationServiceMBean
Checks if given Role can be set in a relation of given type.
classattr() - Static method in class javax.management.Query
Returns a new class attribute expression which can be used in any Query call that expects a ValueExp.
clear() - Method in interface javax.management.openmbean.TabularData
Removes all CompositeData values (ie rows) from this TabularData instance.
clear() - Method in class javax.management.openmbean.TabularDataSupport
Removes all rows from this TabularDataSupport instance.
clone() - Method in interface javax.management.Descriptor
Returns a new Descriptor which is a duplicate of the Descriptor.
clone() - Method in class javax.management.MBeanAttributeInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanConstructorInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanNotificationInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanOperationInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanParameterInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.modelmbean.DescriptorSupport
Returns a new Descriptor which is a duplicate of the Descriptor.
clone() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
clone() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
clone() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Creates and returns a new ModelMBeanNotificationInfo which is a duplicate of this ModelMBeanNotificationInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Creates and returns a new ModelMBeanOperationInfo which is a duplicate of this ModelMBeanOperationInfo.
clone() - Method in class javax.management.openmbean.TabularDataSupport
Returns a clone of this TabularDataSupport instance: the clone is obtained by calling super.clone(), and then cloning the underlying map.
clone() - Method in class javax.management.relation.Role
Clone the role object.
clone() - Method in class javax.management.relation.RoleUnresolved
Clone this object.
containsKey(String) - Method in interface javax.management.openmbean.CompositeData
Returns true if and only if this CompositeData instance contains an item whose name is key.
containsKey(String) - Method in class javax.management.openmbean.CompositeDataSupport
Returns true if and only if this CompositeData instance contains an item whose name is key.
containsKey(String) - Method in class javax.management.openmbean.CompositeType
Returns true if this CompositeType instance defines an item whose name is itemName.
containsKey(Object[]) - Method in interface javax.management.openmbean.TabularData
Returns true if and only if this TabularData instance contains a CompositeData value (ie a row) whose index is the specified key.
containsKey(Object) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains a CompositeData value (ie a row) whose index is the specified key.
containsKey(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains a CompositeData value (ie a row) whose index is the specified key.
containsObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Tests whether the specified object is in the set of observed MBeans.
containsObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Tests whether the specified object is in the set of observed MBeans.
containsValue(Object) - Method in interface javax.management.openmbean.CompositeData
Returns true if and only if this CompositeData instance contains an item whose value is value.
containsValue(Object) - Method in class javax.management.openmbean.CompositeDataSupport
Returns true if and only if this CompositeData instance contains an item whose value is value.
containsValue(CompositeData) - Method in interface javax.management.openmbean.TabularData
Returns true if and only if this TabularData instance contains the specified CompositeData value.
containsValue(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains the specified CompositeData value.
containsValue(Object) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains the specified value.
createMBean(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBeanServer() - Static method in class javax.management.MBeanServerFactory
Return a new object implementing the MBeanServer interface with a standard default domain name.
createMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Return a new object implementing the MBeanServer interface with the specified default domain name.
createRelation(String, String, RoleList) - Method in class javax.management.relation.RelationService
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
createRelation(String, String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
createRelationType(String, RoleInfo[]) - Method in class javax.management.relation.RelationService
Creates a relation type (a RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
createRelationType(String, RoleInfo[]) - Method in interface javax.management.relation.RelationServiceMBean
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.

D

DATE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.util.Date.
DIV - Static variable in class javax.management.Query
A code representing the Query.div(javax.management.ValueExp, javax.management.ValueExp) expression.
DOUBLE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Double.
DefaultLoaderRepository - class javax.management.DefaultLoaderRepository.
Deprecated. Use MBeanServer.getClassLoaderRepository()} instead.
DefaultLoaderRepository() - Constructor for class javax.management.DefaultLoaderRepository
Deprecated.  
DefaultLoaderRepository - class javax.management.loading.DefaultLoaderRepository.
Deprecated. Use MBeanServer.getClassLoaderRepository()} instead.
DefaultLoaderRepository() - Constructor for class javax.management.loading.DefaultLoaderRepository
Deprecated.  
Descriptor - interface javax.management.Descriptor.
This interface represents the behavioral metadata set for a JMX Element.
DescriptorAccess - interface javax.management.DescriptorAccess.
This interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.e.
DescriptorSupport - class javax.management.modelmbean.DescriptorSupport.
This class represents the metadata set for a ModelMBean element.
DescriptorSupport() - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor default constructor.
DescriptorSupport(int) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor.
DescriptorSupport(DescriptorSupport) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor taking a Descriptor as parameter.
DescriptorSupport(String) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor taking an XML String.
DescriptorSupport(String[], Object[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Constructor taking field names and field values.
DescriptorSupport(String[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Constructor taking fields in the fieldName=fieldValue format.
DynamicMBean - interface javax.management.DynamicMBean.
Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).
dbgTag - Variable in class javax.management.monitor.Monitor
Deprecated. No replacement.
description - Variable in class javax.management.MBeanFeatureInfo
The human-readable description of the feature.
deserialize(ObjectName, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. Use getClassLoaderFor to obtain the appropriate class loader for deserialization.
deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. Use MBeanServer.getClassLoaderRepository() to obtain the class loader repository and use it to deserialize.
deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. Use getClassLoader to obtain the class loader for deserialization.
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute names.
disableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables any MBeanServerNotification (all ObjectNames are deselected).
disableAllTypes() - Method in class javax.management.NotificationFilterSupport
Disables all notification types.
disableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute change notifications the attribute name of which equals the specified attribute name to be sent to the listener.
disableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables MBeanServerNotifications concerning given ObjectName.
disableType(String) - Method in class javax.management.NotificationFilterSupport
Removes the given prefix from the prefix list.
div(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the quotient of two numeric values.

E

EQ - Static variable in class javax.management.Query
A code representing the Query.eq(javax.management.ValueExp, javax.management.ValueExp) query.
elementCount - Variable in class javax.management.monitor.Monitor
The number of valid components in the vector of observed objects.
enableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables all MBeanServerNotifications (all ObjectNames are selected).
enableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Enables all the attribute change notifications the attribute name of which equals the specified name to be sent to the listener.
enableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables MBeanServerNotifications concerning given ObjectName.
enableType(String) - Method in class javax.management.NotificationFilterSupport
Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.
entrySet() - Method in class javax.management.openmbean.TabularDataSupport
Returns a collection view of the index to row mappings contained in this TabularDataSupport instance.
eq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents an equality constraint on two values.
equals(Object) - Method in class javax.management.Attribute
Compares the current Attribute Object with another Attribute Object.
equals(Object) - Method in class javax.management.MBeanAttributeInfo
Compare this MBeanAttributeInfo to another.
equals(Object) - Method in class javax.management.MBeanConstructorInfo
Compare this MBeanConstructorInfo to another.
equals(Object) - Method in class javax.management.MBeanFeatureInfo
Compare this MBeanFeatureInfo to another.
equals(Object) - Method in class javax.management.MBeanInfo
Compare this MBeanInfo to another.
equals(Object) - Method in class javax.management.MBeanNotificationInfo
Compare this MBeanAttributeInfo to another.
equals(Object) - Method in class javax.management.MBeanOperationInfo
Compare this MBeanOperationInfo to another.
equals(Object) - Method in class javax.management.MBeanParameterInfo
Compare this MBeanParameterInfo to another.
equals(Object) - Method in class javax.management.MBeanPermission
Checks two MBeanPermission objects for equality.
equals(Object) - Method in class javax.management.MBeanServerPermission
Checks two MBeanServerPermission objects for equality.
equals(Object) - Method in class javax.management.ObjectInstance
Compares the current object instance with another object instance.
equals(Object) - Method in class javax.management.ObjectName
Compares the current object name with another object name.
equals(Object) - Method in class javax.management.openmbean.ArrayType
Compares the specified obj parameter with this ArrayType instance for equality.
equals(Object) - Method in interface javax.management.openmbean.CompositeData
Compares the specified obj parameter with this CompositeData instance for equality.
equals(Object) - Method in class javax.management.openmbean.CompositeDataSupport
Compares the specified obj parameter with this CompositeDataSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.CompositeType
Compares the specified obj parameter with this CompositeType instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Compares the specified obj parameter with this OpenMBeanAttributeInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Compares the specified obj parameter with this OpenMBeanAttributeInfoSupport instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Compares the specified obj parameter with this OpenMBeanConstructorInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Compares the specified obj parameter with this OpenMBeanConstructorInfoSupport instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanInfo
Compares the specified obj parameter with this OpenMBeanInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanInfoSupport
Compares the specified obj parameter with this OpenMBeanInfoSupport instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Compares the specified obj parameter with this OpenMBeanOperationInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Compares the specified obj parameter with this OpenMBeanOperationInfoSupport instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Compares the specified obj parameter with this OpenMBeanParameterInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Compares the specified obj parameter with this OpenMBeanParameterInfoSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenType
Compares the specified obj parameter with this open type instance for equality.
equals(Object) - Method in class javax.management.openmbean.SimpleType
Compares the specified obj parameter with this SimpleType instance for equality.
equals(Object) - Method in interface javax.management.openmbean.TabularData
Compares the specified obj parameter with this TabularData instance for equality.
equals(Object) - Method in class javax.management.openmbean.TabularDataSupport
Compares the specified obj parameter with this TabularDataSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.TabularType
Compares the specified obj parameter with this TabularType instance for equality.

F

FLOAT - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Float.
finalSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
findAssociatedMBeans(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the MBeans associated to given one in a relation.
findAssociatedMBeans(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the MBeans associated to given one in a relation.
findClass(String) - Method in class javax.management.loading.MLet
This is the main method for class loaders that is being redefined.
findLibrary(String) - Method in class javax.management.loading.MLet
Returns the absolute path name of a native library.
findMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Return a list of registered MBeanServer objects.
findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the relations where a given MBean is referenced.
findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relations where a given MBean is referenced.
findRelationsOfType(String) - Method in class javax.management.relation.RelationService
Returns the relation ids for relations of the given type.
findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation ids for relations of the given type.

G

GE - Static variable in class javax.management.Query
A code representing the Query.geq(javax.management.ValueExp, javax.management.ValueExp) query.
GT - Static variable in class javax.management.Query
A code representing the Query.gt(javax.management.ValueExp, javax.management.ValueExp) query.
GaugeMonitor - class javax.management.monitor.GaugeMonitor.
Defines a monitor MBean designed to observe the values of a gauge attribute.
GaugeMonitor() - Constructor for class javax.management.monitor.GaugeMonitor
Default constructor.
GaugeMonitorMBean - interface javax.management.monitor.GaugeMonitorMBean.
Exposes the remote management interface of the gauge monitor MBean.
geq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "greater than or equal to" constraint on two values.
get(String) - Method in interface javax.management.openmbean.CompositeData
Returns the value of the item whose name is key.
get(String) - Method in class javax.management.openmbean.CompositeDataSupport
Returns the value of the item whose name is key.
get(Object[]) - Method in interface javax.management.openmbean.TabularData
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls get((Object[]) key).
get(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
getActions() - Method in class javax.management.MBeanPermission
Returns the "canonical string representation" of the actions.
getAll(String[]) - Method in interface javax.management.openmbean.CompositeData
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
getAll(String[]) - Method in class javax.management.openmbean.CompositeDataSupport
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
getAllNotificationIDs() - Method in class javax.management.timer.Timer
Gets all timer notification identifiers registered into the list of notifications.
getAllNotificationIDs() - Method in interface javax.management.timer.TimerMBean
Gets all timer notification identifiers registered into the list of notifications.
getAllRelationIds() - Method in class javax.management.relation.RelationService
Returns all the relation ids for all the relations handled by the Relation Service.
getAllRelationIds() - Method in interface javax.management.relation.RelationServiceMBean
Returns all the relation ids for all the relations handled by the Relation Service.
getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
Retrieves names of all known relation types.
getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves names of all known relation types.
getAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles present in the relation.
getAllRoles(String) - Method in class javax.management.relation.RelationService
Returns all roles present in the relation.
getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns all roles present in the relation.
getAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles present in the relation.
getAttribute(ObjectName) - Method in class javax.management.AttributeValueExp
Return the value of the given attribute in the named MBean.
getAttribute(String) - Method in interface javax.management.DynamicMBean
Obtain the value of a specific attribute of the Dynamic MBean.
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
Gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServerConnection
Gets the value of a specific attribute of a named MBean.
getAttribute(String) - Method in class javax.management.StandardMBean
 
getAttribute(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanAttributeInfo requested by name.
getAttribute(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getAttribute(String) - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the value of a specific attribute defined for this ModelMBean.
getAttributeName() - Method in class javax.management.AttributeChangeNotification
Gets the name of the attribute which has changed.
getAttributeName() - Method in class javax.management.AttributeValueExp
Returns a string representation of the name of the attribute.
getAttributeType() - Method in class javax.management.AttributeChangeNotification
Gets the type of the attribute which has changed.
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Get the values of several attributes of the Dynamic MBean.
getAttributes() - Method in class javax.management.MBeanInfo
Returns the list of attributes exposed for management.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
Gets the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServerConnection
Enables the values of several attributes of a named MBean.
getAttributes(String[]) - Method in class javax.management.StandardMBean
 
getAttributes() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of attributes exposed for management.
getAttributes(String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the values of several attributes in the ModelMBean.
getAttributes() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by this OpenMBeanInfo instance.
getCachedMBeanInfo() - Method in class javax.management.StandardMBean
Customization hook: Return the MBeanInfo cached for this object.
getCanonicalKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties, in which the key properties are sorted in lexical order.
getCanonicalName() - Method in class javax.management.ObjectName
Returns the canonical form of the name; that is, a string representation where the properties are sorted in lexical order.
getCause() - Method in class javax.management.MBeanException
Return the actual Exception thrown.
getCause() - Method in class javax.management.ReflectionException
Returns the actual Exception thrown.
getCause() - Method in class javax.management.RuntimeErrorException
Returns the actual Error thrown.
getCause() - Method in class javax.management.RuntimeMBeanException
Returns the actual RuntimeException thrown.
getCause() - Method in class javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
getClassLoader(ObjectName) - Method in interface javax.management.MBeanServer
Return the named ClassLoader.
getClassLoaderFor(ObjectName) - Method in interface javax.management.MBeanServer
Return the ClassLoader that was used for loading the class of the named MBean.
getClassLoaderRepository() - Method in interface javax.management.MBeanServer
Return the ClassLoaderRepository for this MBeanServer.
getClassLoaderRepository(MBeanServer) - Static method in class javax.management.MBeanServerFactory
Return the ClassLoaderRepository used by the given MBeanServer.
getClassLoaderRepository() - Method in class javax.management.modelmbean.RequiredModelMBean
Return the Class Loader Repository used to perform class loading.
getClassName() - Method in class javax.management.MBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName() - Method in class javax.management.ObjectInstance
Returns the class part.
getClassName(MBeanInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.
getClassName() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns the fully qualified Java class name of the open MBean instances this OpenMBeanInfo describes.
getClassName() - Method in class javax.management.openmbean.OpenType
Returns the fully qualified Java class name of the open data values this open type describes.
getCompositeType() - Method in interface javax.management.openmbean.CompositeData
Returns the composite type of this composite data instance.
getCompositeType() - Method in class javax.management.openmbean.CompositeDataSupport
Returns the composite type of this composite data instance.
getConstructor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the ModelMBeanConstructorInfo requested by name.
getConstructors() - Method in class javax.management.MBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors(MBeanConstructorInfo[], Object) - Method in class javax.management.StandardMBean
Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.
getConstructors() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by this OpenMBeanInfo instance.
getDate(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the date associated to a timer notification.
getDate(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the date associated to a timer notification.
getDefaultDomain() - Method in interface javax.management.MBeanServer
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in interface javax.management.MBeanServerConnection
Returns the default domain used for naming the MBean.
getDefaultValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the default value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getDefaultValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the default value for this parameter, if it has one, or null otherwise.
getDefaultValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the default value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getDerivedGauge(ObjectName) - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge() - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by getDerivedGauge(ObjectName)
getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge(ObjectName) - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge() - Method in class javax.management.monitor.GaugeMonitor
Deprecated. As of JMX 1.2, replaced by GaugeMonitor.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in interface javax.management.monitor.GaugeMonitorMBean
Deprecated. As of JMX 1.2, replaced by GaugeMonitorMBean.getDerivedGauge(ObjectName)
getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge() - Method in class javax.management.monitor.MonitorNotification
Gets the derived gauge of this monitor notification.
getDerivedGauge(ObjectName) - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge() - Method in class javax.management.monitor.StringMonitor
Deprecated. As of JMX 1.2, replaced by StringMonitor.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in interface javax.management.monitor.StringMonitorMBean
Deprecated. As of JMX 1.2, replaced by StringMonitorMBean.getDerivedGauge(ObjectName)
getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.GaugeMonitor
Deprecated. As of JMX 1.2, replaced by GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.GaugeMonitorMBean
Deprecated. As of JMX 1.2, replaced by GaugeMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.StringMonitor
Deprecated. As of JMX 1.2, replaced by StringMonitor.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.StringMonitorMBean
Deprecated. As of JMX 1.2, replaced by StringMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDescription() - Method in class javax.management.MBeanFeatureInfo
Returns the human-readable description of the feature.
getDescription() - Method in class javax.management.MBeanInfo
Returns a human readable description of the MBean.
getDescription(MBeanInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.
getDescription(MBeanFeatureInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanFeatureInfo returned by this MBean.
getDescription(MBeanAttributeInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.
getDescription(MBeanConstructorInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.
getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
getDescription(MBeanOperationInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.
getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
getDescription() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a human readable description of the MBean.
getDescription(String) - Method in class javax.management.openmbean.CompositeType
Returns the description of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns a human readable description of the constructor described by this OpenMBeanConstructorInfo instance.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns a human readable description of the type of open MBean instances this OpenMBeanInfo describes.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns a human readable description of the operation described by this OpenMBeanOperationInfo instance.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns a human readable description of the parameter described by this OpenMBeanParameterInfo instance.
getDescription() - Method in class javax.management.openmbean.OpenType
Returns the text description of this OpenType instance.
getDescription() - Method in class javax.management.relation.RoleInfo
Returns description text for the role.
getDescriptor() - Method in interface javax.management.DescriptorAccess
Returns a copy of Descriptor.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a copy of the associated Descriptor.
getDescriptor(String, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor requested by name and descriptorType.
getDescriptor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a Descriptor requested by name.
getDescriptor(String, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.
getDescriptors(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
getDescriptors(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getDifferenceMode() - Method in class javax.management.monitor.CounterMonitor
Gets the difference mode flag value common to all observed MBeans.
getDifferenceMode() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the difference mode flag value.
getDifferenceMode() - Method in class javax.management.monitor.GaugeMonitor
Gets the difference mode flag value common to all observed MBeans.
getDifferenceMode() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the difference mode flag value.
getDimension() - Method in class javax.management.openmbean.ArrayType
Returns the dimension of arrays described by this ArrayType instance.
getDisabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames disabled.
getDomain() - Method in class javax.management.ObjectName
Returns the domain part.
getDomains() - Method in interface javax.management.MBeanServer
Returns the list of domains in which any MBean is currently registered.
getDomains() - Method in interface javax.management.MBeanServerConnection
Returns the list of domains in which any MBean is currently registered.
getElementOpenType() - Method in class javax.management.openmbean.ArrayType
Returns the open type of element values contained in the arrays described by this ArrayType instance.
getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Gets all the enabled attribute names for this filter.
getEnabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames enabled.
getEnabledTypes() - Method in class javax.management.NotificationFilterSupport
Gets all the enabled notification types for this filter.
getExp() - Method in class javax.management.BadBinaryOpValueExpException
Returns the ValueExp that originated the exception.
getFieldNames() - Method in interface javax.management.Descriptor
Returns all the fields names in the descriptor.
getFieldNames() - Method in class javax.management.modelmbean.DescriptorSupport
Returns all the fields names in the descriptor.
getFieldValue(String) - Method in interface javax.management.Descriptor
Returns the value for a specific fieldname.
getFieldValue(String) - Method in class javax.management.modelmbean.DescriptorSupport
Returns the value for a specific fieldname.
getFieldValues(String[]) - Method in interface javax.management.Descriptor
Returns all the field values in the descriptor as an array of Objects.
getFieldValues(String[]) - Method in class javax.management.modelmbean.DescriptorSupport
Returns all the field values in the descriptor as an array of Objects.
getFields() - Method in interface javax.management.Descriptor
Returns all of the fields contained in this descriptor as a string array.
getFields() - Method in class javax.management.modelmbean.DescriptorSupport
Returns all the fields in the descriptor.
getFixedRate(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the flag indicating whether a peridic notification is executed at fixed-delay or at fixed-rate.
getFixedRate(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the flag indicating whether a peridic notification is executed at fixed-delay or at fixed-rate.
getGranularityPeriod() - Method in class javax.management.monitor.Monitor
Gets the granularity period (in milliseconds).
getGranularityPeriod() - Method in interface javax.management.monitor.MonitorMBean
Gets the granularity period (in milliseconds).
getHighThreshold() - Method in class javax.management.monitor.GaugeMonitor
Gets the high threshold value common to all observed MBeans.
getHighThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the high threshold value.
getImpact() - Method in class javax.management.MBeanOperationInfo
Returns the impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN.
getImpact(MBeanOperationInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the impact flag of the operation that will be used in the MBeanOperationInfo returned by this MBean.
getImpact() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns an int constant qualifying the impact of the operation described by this OpenMBeanOperationInfo instance.
getImplementation() - Method in class javax.management.StandardMBean
Get the implementation of this MBean.
getImplementationClass() - Method in class javax.management.StandardMBean
Get the class of the implementation of this MBean.
getImplementationName() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation name (the name of this product).
getImplementationName() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation name (the name of this product).
getImplementationVendor() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVersion() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation version (the version of this product).
getImplementationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation version (the version of this product).
getIndexNames() - Method in class javax.management.openmbean.TabularType
Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this TabularType instance.
getInitThreshold() - Method in class javax.management.monitor.CounterMonitor
Gets the initial threshold value common to all observed objects.
getInitThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the initial threshold value common to all observed objects.
getInstance(String) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(name) can be used.
getInstance(String, String, String) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, key, value) can be used.
getInstance(String, Hashtable) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, table) can be used.
getInstance(ObjectName) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere the given object can be used.
getKeyProperty(String) - Method in class javax.management.ObjectName
Obtains the value associated with a key in a key property.
getKeyPropertyList() - Method in class javax.management.ObjectName
Returns the key properties as a Hashtable.
getKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties specified at creation time.
getLegalValues() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns an unmodifiable Set of legal values for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getLegalValues() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the set of legal values for this parameter, if it has one, or null otherwise.
getLegalValues() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns an unmodifiable Set of legal values for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getLibraryDirectory() - Method in class javax.management.loading.MLet
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLibraryDirectory() - Method in interface javax.management.loading.MLetMBean
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLowThreshold() - Method in class javax.management.monitor.GaugeMonitor
Gets the low threshold value common to all observed MBeans.
getLowThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the low threshold value.
getMBeanCount() - Method in interface javax.management.MBeanServer
Returns the number of MBeans registered in the MBean server.
getMBeanCount() - Method in interface javax.management.MBeanServerConnection
Returns the number of MBeans registered in the MBean server.
getMBeanDescriptor() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the ModelMBean's descriptor which contains MBean wide policies.
getMBeanDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getMBeanInfo() - Method in interface javax.management.DynamicMBean
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServerConnection
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo() - Method in class javax.management.StandardMBean
Get the MBeanInfo for this MBean.
getMBeanInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the attributes, operations, constructors and notifications that this RequiredModelMBean exposes for management.
getMBeanInterface() - Method in class javax.management.StandardMBean
Get the Management Interface of this MBean.
getMBeanName() - Method in class javax.management.MBeanServerNotification
Returns the object name of the MBean that caused the notification.
getMBeanServer() - Static method in class javax.management.QueryEval
Return the MBean server that was most recently given to the setMBeanServer method by this thread.
getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
Returns the MBean server agent identity.
getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the MBean server agent identity.
getMBeansFromURL(URL) - Method in class javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(String) - Method in class javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(String) - Method in interface javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(URL) - Method in interface javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansToUnregister() - Method in class javax.management.relation.RelationNotification
Returns the list of ObjectNames of MBeans expected to be unregistered due to a relation removal (only for relation removal).
getMaxDegree() - Method in class javax.management.relation.RoleInfo
Returns maximum degree for corresponding role reference.
getMaxValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the maximal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getMaxValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the maximal value for this parameter, if it has one, or null otherwise.
getMaxValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the maximal value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getMessage() - Method in class javax.management.Notification
Get the notification message.
getMinDegree() - Method in class javax.management.relation.RoleInfo
Returns minimum degree for corresponding role reference.
getMinValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the minimal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getMinValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the minimal value for this parameter, if it has one, or null otherwise.
getMinValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the minimal value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getModulus() - Method in class javax.management.monitor.CounterMonitor
Gets the modulus value common to all observed MBeans.
getModulus() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the modulus value.
getName() - Method in class javax.management.Attribute
Returns a String containing the name of the attribute.
getName() - Method in class javax.management.MBeanFeatureInfo
Returns the name of the feature.
getName() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns the name of the constructor described by this OpenMBeanConstructorInfo instance.
getName() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the name of the operation described by this OpenMBeanOperationInfo instance.
getName() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the name of the parameter described by this OpenMBeanParameterInfo instance.
getName() - Method in class javax.management.relation.RoleInfo
Returns the name of the role.
getNbNotifications() - Method in class javax.management.timer.Timer
Gets the number of timer notifications registered into the list of notifications.
getNbNotifications() - Method in interface javax.management.timer.TimerMBean
Gets the number of timer notifications registered into the list of notifications.
getNbOccurences(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the remaining number of occurences associated to a timer notification.
getNbOccurences(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the remaining number of occurences associated to a timer notification.
getNewRoleValue() - Method in class javax.management.relation.RelationNotification
Returns new value of updated role (only for role update).
getNewValue() - Method in class javax.management.AttributeChangeNotification
Gets the new value of the attribute which has changed.
getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
Returns the array of strings (in dot notation) containing the notification types that the MBean may emit.
getNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanNotificationInfo requested by name.
getNotification(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getNotificationID() - Method in class javax.management.timer.TimerNotification
Gets the identifier of this timer notification.
getNotificationIDs(String) - Method in class javax.management.timer.Timer
Gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationIDs(String) - Method in interface javax.management.timer.TimerMBean
Gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationInfo() - Method in class javax.management.MBeanServerDelegate
 
getNotificationInfo() - Method in interface javax.management.NotificationBroadcaster
Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.
getNotificationInfo() - Method in class javax.management.NotificationBroadcasterSupport
 
getNotificationInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the array of Notifications always generated by the RequiredModelMBean.
getNotificationInfo() - Method in class javax.management.monitor.CounterMonitor
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the counter monitor.
getNotificationInfo() - Method in class javax.management.monitor.GaugeMonitor
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the gauge monitor.
getNotificationInfo() - Method in class javax.management.monitor.StringMonitor
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the string monitor.
getNotificationInfo() - Method in class javax.management.relation.RelationService
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent.
getNotificationMessage(Integer) - Method in class javax.management.timer.Timer
Gets the timer notification detailed message corresponding to the specified identifier.
getNotificationMessage(Integer) - Method in interface javax.management.timer.TimerMBean
Gets the timer notification detailed message corresponding to the specified identifier.
getNotificationType(Integer) - Method in class javax.management.timer.Timer
Gets the timer notification type corresponding to the specified identifier.
getNotificationType(Integer) - Method in interface javax.management.timer.TimerMBean
Gets the timer notification type corresponding to the specified identifier.
getNotificationUserData(Integer) - Method in class javax.management.timer.Timer
Gets the timer notification user data object corresponding to the specified identifier.
getNotificationUserData(Integer) - Method in interface javax.management.timer.TimerMBean
Gets the timer notification user data object corresponding to the specified identifier.
getNotifications() - Method in class javax.management.MBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
getNotify() - Method in class javax.management.monitor.CounterMonitor
Gets the notification's on/off switch value common to all observed MBeans.
getNotify() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the notification's on/off switch value.
getNotifyDiffer() - Method in class javax.management.monitor.StringMonitor
Gets the differing notification's on/off switch value common to all observed MBeans.
getNotifyDiffer() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the differing notification's on/off switch value.
getNotifyHigh() - Method in class javax.management.monitor.GaugeMonitor
Gets the high notification's on/off switch value common to all observed MBeans.
getNotifyHigh() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the high notification's on/off switch value.
getNotifyLow() - Method in class javax.management.monitor.GaugeMonitor
Gets the low notification's on/off switch value common to all observed MBeans.
getNotifyLow() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the low notification's on/off switch value.
getNotifyMatch() - Method in class javax.management.monitor.StringMonitor
Gets the matching notification's on/off switch value common to all observed MBeans.
getNotifyMatch() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the matching notification's on/off switch value.
getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServer
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServerConnection
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectName() - Method in class javax.management.ObjectInstance
Returns the object name part.
getObjectName() - Method in class javax.management.relation.RelationNotification
Returns the ObjectName of the created/removed/updated relation.
getObservedAttribute() - Method in class javax.management.monitor.Monitor
Gets the attribute being observed.
getObservedAttribute() - Method in interface javax.management.monitor.MonitorMBean
Gets the attribute being observed.
getObservedAttribute() - Method in class javax.management.monitor.MonitorNotification
Gets the observed attribute of this monitor notification.
getObservedObject() - Method in class javax.management.monitor.Monitor
Deprecated. As of JMX 1.2, replaced by Monitor.getObservedObjects()
getObservedObject() - Method in interface javax.management.monitor.MonitorMBean
Deprecated. As of JMX 1.2, replaced by MonitorMBean.getObservedObjects()
getObservedObject() - Method in class javax.management.monitor.MonitorNotification
Gets the observed object of this monitor notification.
getObservedObjects() - Method in class javax.management.monitor.Monitor
Returns an array containing the objects being observed.
getObservedObjects() - Method in interface javax.management.monitor.MonitorMBean
Returns an array containing the objects being observed.
getOffset() - Method in class javax.management.monitor.CounterMonitor
Gets the offset value common to all observed MBeans.
getOffset() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the offset value.
getOldRoleValue() - Method in class javax.management.relation.RelationNotification
Returns old value of updated role (only for role update).
getOldValue() - Method in class javax.management.AttributeChangeNotification
Gets the old value of the attribute which has changed.
getOpenType() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the open type for the values of the attribute described by this OpenMBeanAttributeInfoSupport instance.
getOpenType() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the open type of the values of the parameter described by this OpenMBeanParameterInfo instance.
getOpenType() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the open type for the values of the parameter described by this OpenMBeanParameterInfoSupport instance.
getOperation(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanOperationInfo requested by name.
getOperation(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getOperations() - Method in class javax.management.MBeanInfo
Returns the list of operations of the MBean.
getOperations() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of operations of the MBean.
getOperations() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by this OpenMBeanInfo instance.
getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
getPeriod(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the period (in milliseconds) associated to a timer notification.
getPeriod(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the period (in milliseconds) associated to a timer notification.
getProblemType() - Method in class javax.management.relation.RoleUnresolved
Retrieves problem type.
getPurgeFlag() - Method in class javax.management.relation.RelationService
Returns the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
getPurgeFlag() - Method in interface javax.management.relation.RelationServiceMBean
Returns the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed, or if that will be performed only when the purgeRelations method is explicitly called.
getRefMBeanClassName() - Method in class javax.management.relation.RoleInfo
Returns name of type of MBean expected to be referenced in corresponding role.
getReferencedMBeans() - Method in interface javax.management.relation.Relation
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - Method in class javax.management.relation.RelationService
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans() - Method in class javax.management.relation.RelationSupport
Retrieves MBeans referenced in the various roles of the relation.
getRelationId() - Method in interface javax.management.relation.Relation
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationId() - Method in class javax.management.relation.RelationNotification
Returns the relation identifier of created/removed/updated relation.
getRelationId() - Method in class javax.management.relation.RelationSupport
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationServiceName() - Method in interface javax.management.relation.Relation
Returns ObjectName of the Relation Service handling the relation.
getRelationServiceName() - Method in class javax.management.relation.RelationSupport
Returns ObjectName of the Relation Service handling the relation.
getRelationTypeName() - Method in interface javax.management.relation.Relation
Returns name of associated relation type.
getRelationTypeName() - Method in class javax.management.relation.RelationNotification
Returns the relation type name of created/removed/updated relation.
getRelationTypeName(String) - Method in class javax.management.relation.RelationService
Returns name of associated relation type for given relation.
getRelationTypeName(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns name of associated relation type for given relation.
getRelationTypeName() - Method in class javax.management.relation.RelationSupport
Returns name of associated relation type.
getRelationTypeName() - Method in interface javax.management.relation.RelationType
Returns the relation type name.
getRelationTypeName() - Method in class javax.management.relation.RelationTypeSupport
Returns the relation type name.
getResource(String) - Method in interface javax.management.loading.MLetMBean
Finds the resource with the given name.
getResourceAsStream(String) - Method in interface javax.management.loading.MLetMBean
Returns an input stream for reading the specified resource.
getResources(String) - Method in interface javax.management.loading.MLetMBean
Finds all the resources with the given name.
getReturnOpenType() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReturnOpenType() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReturnType() - Method in class javax.management.MBeanOperationInfo
Returns the type of the method's return value.
getReturnType() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the fully qualified Java class name of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getRole(String) - Method in interface javax.management.relation.Relation
Retrieves role value for given role name.
getRole(String, String) - Method in class javax.management.relation.RelationService
Retrieves role value for given role name in given relation.
getRole(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role value for given role name in given relation.
getRole(String) - Method in class javax.management.relation.RelationSupport
Retrieves role value for given role name.
getRoleCardinality(String) - Method in interface javax.management.relation.Relation
Returns the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - Method in class javax.management.relation.RelationService
Retrieves the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the number of MBeans currently referenced in the given role.
getRoleCardinality(String) - Method in class javax.management.relation.RelationSupport
Returns the number of MBeans currently referenced in the given role.
getRoleInfo(String, String) - Method in class javax.management.relation.RelationService
Retrieves role info for given role name of a given relation type.
getRoleInfo(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role info for given role of a given relation type.
getRoleInfo(String) - Method in interface javax.management.relation.RelationType
Returns the role info (RoleInfo object) for the given role info name (null if not found).
getRoleInfo(String) - Method in class javax.management.relation.RelationTypeSupport
Returns the role info (RoleInfo object) for the given role info name (null if not found).
getRoleInfos(String) - Method in class javax.management.relation.RelationService
Retrieves list of role infos (RoleInfo objects) of a given relation type.
getRoleInfos(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves list of role infos (RoleInfo objects) of a given relation type.
getRoleInfos() - Method in interface javax.management.relation.RelationType
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleInfos() - Method in class javax.management.relation.RelationTypeSupport
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleName() - Method in class javax.management.relation.RelationNotification
Returns name of updated role of updated relation (only for role update).
getRoleName() - Method in class javax.management.relation.Role
Retrieves role name.
getRoleName() - Method in class javax.management.relation.RoleUnresolved
Retrieves role name.
getRoleValue() - Method in class javax.management.relation.Role
Retrieves role value.
getRoleValue() - Method in class javax.management.relation.RoleUnresolved
Retrieves role value.
getRoles(String[]) - Method in interface javax.management.relation.Relation
Retrieves values of roles with given names.
getRoles(String, String[]) - Method in class javax.management.relation.RelationService
Retrieves values of roles with given names in given relation.
getRoles(String, String[]) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves values of roles with given names in given relation.
getRoles(String[]) - Method in class javax.management.relation.RelationSupport
Retrieves values of roles with given names.
getRoles() - Method in class javax.management.relation.RoleResult
Retrieves list of roles successfully accessed.
getRolesUnresolved() - Method in class javax.management.relation.RoleResult
Retrieves list of roles unsuccessfully accessed.
getRowType() - Method in class javax.management.openmbean.TabularType
Returns the type of the row elements of tabular data values described by this TabularType instance.
getSendPastNotifications() - Method in class javax.management.timer.Timer
Gets the flag indicating whether or not the timer sends past notifications.
getSendPastNotifications() - Method in interface javax.management.timer.TimerMBean
Gets the flag indicating whether or not the timer sends past notifications.
getSequenceNumber() - Method in class javax.management.Notification
Get the notification sequence number.
getSignature() - Method in class javax.management.MBeanConstructorInfo
Returns the list of parameters for this constructor.
getSignature() - Method in class javax.management.MBeanOperationInfo
Returns the list of parameters for this operation.
getSignature() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this OpenMBeanConstructorInfo instance.
getSignature() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance.
getSpecificationName() - Method in class javax.management.MBeanServerDelegate
Returns the full name of the JMX specification implemented by this product.
getSpecificationName() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the full name of the JMX specification implemented by this product.
getSpecificationVendor() - Method in class javax.management.MBeanServerDelegate
Returns the vendor of the JMX specification implemented by this product.
getSpecificationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the vendor of the JMX specification implemented by this product.
getSpecificationVersion() - Method in class javax.management.MBeanServerDelegate
Returns the version of the JMX specification implemented by this product.
getSpecificationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the version of the JMX specification implemented by this product.
getStringToCompare() - Method in class javax.management.monitor.StringMonitor
Gets the string to compare with the observed attribute common to all observed MBeans.
getStringToCompare() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the string to compare with the observed attribute.
getTabularType() - Method in interface javax.management.openmbean.TabularData
Returns the tabular type describing this TabularData instance.
getTabularType() - Method in class javax.management.openmbean.TabularDataSupport
Returns the tabular type describing this TabularData instance.
getTargetError() - Method in class javax.management.RuntimeErrorException
Returns the actual Error thrown.
getTargetException() - Method in class javax.management.MBeanException
Return the actual Exception thrown.
getTargetException() - Method in class javax.management.ReflectionException
Returns the actual Exception thrown.
getTargetException() - Method in class javax.management.RuntimeMBeanException
Returns the actual RuntimeException thrown.
getTargetException() - Method in class javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
getThreshold(ObjectName) - Method in class javax.management.monitor.CounterMonitor
Gets the current threshold value of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getThreshold() - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.getThreshold(ObjectName)
getThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by getThreshold(ObjectName)
getThreshold(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the threshold value for the specified MBean.
getTimeStamp() - Method in class javax.management.Notification
Get the notification timestamp.
getTrigger() - Method in class javax.management.monitor.MonitorNotification
Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
getType() - Method in class javax.management.MBeanAttributeInfo
Returns the class name of the attribute.
getType() - Method in class javax.management.MBeanParameterInfo
Returns the type or class name of the data.
getType() - Method in class javax.management.Notification
Get the notification type.
getType(String) - Method in class javax.management.openmbean.CompositeType
Returns the open type of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
getTypeName() - Method in class javax.management.openmbean.OpenType
Returns the name of this OpenType instance.
getURLs() - Method in class javax.management.loading.MLet
Returns the search path of URLs for loading classes and resources.
getURLs() - Method in interface javax.management.loading.MLetMBean
Returns the search path of URLs for loading classes and resources.
getUserData() - Method in class javax.management.Notification
Get the user data.
getValue() - Method in class javax.management.Attribute
Returns an Object that is the value of this attribute.
getValue() - Method in class javax.management.StringValueExp
Returns the string represented by the StringValueExp instance.
gt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "greater than" constraint on two values.

H

handleMBeanUnregistration(ObjectName, String) - Method in interface javax.management.relation.Relation
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
handleMBeanUnregistration(ObjectName, String) - Method in class javax.management.relation.RelationSupport
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
handleNotification(NotificationListener, Notification, Object) - Method in class javax.management.NotificationBroadcasterSupport
This method is called by sendNotification for each listener in order to send the notification to that listener.
handleNotification(Notification, Object) - Method in interface javax.management.NotificationListener
Invoked when a JMX notification occurs.
handleNotification(Notification, Object) - Method in class javax.management.relation.RelationService
Invoked when a JMX notification occurs.
hasDefaultValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null default value for the described attribute, false otherwise.
hasDefaultValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified default value, or false otherwise.
hasDefaultValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null default value for the described parameter, false otherwise.
hasLegalValues() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null set of legal values for the described attribute, false otherwise.
hasLegalValues() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified set of legal values, or false otherwise.
hasLegalValues() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null set of legal values for the described parameter, false otherwise.
hasMaxValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null maximal value for the described attribute, false otherwise.
hasMaxValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified maximal value, or false otherwise.
hasMaxValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null maximal value for the described parameter, false otherwise.
hasMinValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null minimal value for the described attribute, false otherwise.
hasMinValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified minimal value, or false otherwise.
hasMinValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null minimal value for the described parameter, false otherwise.
hasRelation(String) - Method in class javax.management.relation.RelationService
Checks if there is a relation identified in Relation Service with given relation id.
hasRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if there is a relation identified in Relation Service with given relation id.
hashCode() - Method in class javax.management.MBeanAttributeInfo
 
hashCode() - Method in class javax.management.MBeanConstructorInfo
 
hashCode() - Method in class javax.management.MBeanFeatureInfo
 
hashCode() - Method in class javax.management.MBeanInfo
 
hashCode() - Method in class javax.management.MBeanNotificationInfo
 
hashCode() - Method in class javax.management.MBeanOperationInfo
 
hashCode() - Method in class javax.management.MBeanParameterInfo
 
hashCode() - Method in class javax.management.MBeanPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.management.MBeanServerPermission
 
hashCode() - Method in class javax.management.ObjectInstance
 
hashCode() - Method in class javax.management.ObjectName
Returns a hash code for this object name.
hashCode() - Method in class javax.management.openmbean.ArrayType
Returns the hash code value for this ArrayType instance.
hashCode() - Method in interface javax.management.openmbean.CompositeData
Returns the hash code value for this CompositeData instance.
hashCode() - Method in class javax.management.openmbean.CompositeDataSupport
Returns the hash code value for this CompositeDataSupport instance.
hashCode() - Method in class javax.management.openmbean.CompositeType
Returns the hash code value for this CompositeType instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns the hash code value for this OpenMBeanAttributeInfo instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the hash code value for this OpenMBeanAttributeInfoSupport instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns the hash code value for this OpenMBeanConstructorInfo instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Returns the hash code value for this OpenMBeanConstructorInfoSupport instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns the hash code value for this OpenMBeanInfo instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanInfoSupport
Returns the hash code value for this OpenMBeanInfoSupport instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the hash code value for this OpenMBeanOperationInfo instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the hash code value for this OpenMBeanOperationInfoSupport instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the hash code value for this OpenMBeanParameterInfo instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the hash code value for this OpenMBeanParameterInfoSupport instance.
hashCode() - Method in class javax.management.openmbean.OpenType
 
hashCode() - Method in class javax.management.openmbean.SimpleType
Returns the hash code value for this SimpleType instance.
hashCode() - Method in interface javax.management.openmbean.TabularData
Returns the hash code value for this TabularData instance.
hashCode() - Method in class javax.management.openmbean.TabularDataSupport
Returns the hash code value for this TabularDataSupport instance.
hashCode() - Method in class javax.management.openmbean.TabularType
Returns the hash code value for this TabularType instance.

I

INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is read-like, it basically returns information.
INTEGER - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Integer.
InstanceAlreadyExistsException - exception javax.management.InstanceAlreadyExistsException.
The MBean is already registered in the repository.
InstanceAlreadyExistsException() - Constructor for class javax.management.InstanceAlreadyExistsException
Default constructor.
InstanceAlreadyExistsException(String) - Constructor for class javax.management.InstanceAlreadyExistsException
Constructor that allows a specific error message to be specified.
InstanceNotFoundException - exception javax.management.InstanceNotFoundException.
The specified MBean does not exist in the repository.
InstanceNotFoundException() - Constructor for class javax.management.InstanceNotFoundException
Default constructor.
InstanceNotFoundException(String) - Constructor for class javax.management.InstanceNotFoundException
Constructor that allows a specific error message to be specified.
IntrospectionException - exception javax.management.IntrospectionException.
An exception occurred during the introspection of an MBean.
IntrospectionException() - Constructor for class javax.management.IntrospectionException
Default constructor.
IntrospectionException(String) - Constructor for class javax.management.IntrospectionException
Constructor that allows a specific error message to be specified.
InvalidApplicationException - exception javax.management.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.
InvalidApplicationException(Object) - Constructor for class javax.management.InvalidApplicationException
Constructs an InvalidApplicationException with the specified Object.
InvalidAttributeValueException - exception javax.management.InvalidAttributeValueException.
The value specified is not valid for the attribute.
InvalidAttributeValueException() - Constructor for class javax.management.InvalidAttributeValueException
Default constructor.
InvalidAttributeValueException(String) - Constructor for class javax.management.InvalidAttributeValueException
Constructor that allows a specific error message to be specified.
InvalidKeyException - exception javax.management.openmbean.InvalidKeyException.
This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.
InvalidKeyException() - Constructor for class javax.management.openmbean.InvalidKeyException
An InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for class javax.management.openmbean.InvalidKeyException
An InvalidKeyException with a detail message.
InvalidOpenTypeException - exception javax.management.openmbean.InvalidOpenTypeException.
This runtime exception is thrown to indicate that the open type of an open data value is not the one expected.
InvalidOpenTypeException() - Constructor for class javax.management.openmbean.InvalidOpenTypeException
An InvalidOpenTypeException with no detail message.
InvalidOpenTypeException(String) - Constructor for class javax.management.openmbean.InvalidOpenTypeException
An InvalidOpenTypeException with a detail message.
InvalidRelationIdException - exception javax.management.relation.InvalidRelationIdException.
This exception is raised when relation id provided for a relation is already used.
InvalidRelationIdException() - Constructor for class javax.management.relation.InvalidRelationIdException
Default constructor, no message put in exception.
InvalidRelationIdException(String) - Constructor for class javax.management.relation.InvalidRelationIdException
Constructor with given message put in exception.
InvalidRelationServiceException - exception javax.management.relation.InvalidRelationServiceException.
This exception is raised when an invalid Relation Service is provided.
InvalidRelationServiceException() - Constructor for class javax.management.relation.InvalidRelationServiceException
Default constructor, no message put in exception.
InvalidRelationServiceException(String) - Constructor for class javax.management.relation.InvalidRelationServiceException
Constructor with given message put in exception.
InvalidRelationTypeException - exception javax.management.relation.InvalidRelationTypeException.
Invalid relation type.
InvalidRelationTypeException() - Constructor for class javax.management.relation.InvalidRelationTypeException
Default constructor, no message put in exception.
InvalidRelationTypeException(String) - Constructor for class javax.management.relation.InvalidRelationTypeException
Constructor with given message put in exception.
InvalidRoleInfoException - exception javax.management.relation.InvalidRoleInfoException.
This exception is raised when, in a role info, its minimum degree is greater than its maximum degree.
InvalidRoleInfoException() - Constructor for class javax.management.relation.InvalidRoleInfoException
Default constructor, no message put in exception.
InvalidRoleInfoException(String) - Constructor for class javax.management.relation.InvalidRoleInfoException
Constructor with given message put in exception.
InvalidRoleValueException - exception javax.management.relation.InvalidRoleValueException.
Role value is invalid.
InvalidRoleValueException() - Constructor for class javax.management.relation.InvalidRoleValueException
Default constructor, no message put in exception.
InvalidRoleValueException(String) - Constructor for class javax.management.relation.InvalidRoleValueException
Constructor with given message put in exception.
InvalidTargetObjectTypeException - exception javax.management.modelmbean.InvalidTargetObjectTypeException.
Exception thrown when an invalid target object type is specified.
InvalidTargetObjectTypeException() - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Default constructor.
InvalidTargetObjectTypeException(String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Constructor from a string.
InvalidTargetObjectTypeException(Exception, String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Constructor taking an exception and a string.
implies(Permission) - Method in class javax.management.MBeanPermission
Checks if this MBeanPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.management.MBeanServerPermission
Checks if this MBeanServerPermission object "implies" the specified permission.
in(ValueExp, ValueExp[]) - Static method in class javax.management.Query
Returns an expression constraining a value to be one of an explicit list.
initialSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
instantiate(String) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server's Class Loader Repository.
instantiate(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server Class Loader Repository.
instantiate(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object.
invoke(String, Object[], String[]) - Method in interface javax.management.DynamicMBean
Allows an action to be invoked on the Dynamic MBean.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServer
Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServerConnection
Invokes an operation on an MBean.
invoke(Object, Method, Object[]) - Method in class javax.management.MBeanServerInvocationHandler
 
invoke(String, Object[], String[]) - Method in class javax.management.StandardMBean
 
invoke(String, Object[], String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
isActive() - Method in class javax.management.monitor.Monitor
Tests whether the monitor MBean is active.
isActive() - Method in interface javax.management.monitor.MonitorMBean
Tests if the monitor MBean is active.
isActive() - Method in class javax.management.relation.RelationService
Checks if the Relation Service is active.
isActive() - Method in interface javax.management.relation.RelationServiceMBean
Checks if the Relation Service is active.
isActive() - Method in class javax.management.timer.Timer
Tests whether the timer MBean is active.
isActive() - Method in interface javax.management.timer.TimerMBean
Tests whether the timer MBean is active.
isArray() - Method in class javax.management.openmbean.OpenType
Returns true if the open data values this open type describes are arrays, false otherwise.
isDomainPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern on the domain part.
isEmpty() - Method in interface javax.management.openmbean.TabularData
Returns true if the number of CompositeData values (ie the number of rows) contained in this TabularData instance is zero.
isEmpty() - Method in class javax.management.openmbean.TabularDataSupport
Returns true if this TabularDataSupport instance contains no rows.
isEmpty() - Method in class javax.management.timer.Timer
Tests whether the list of timer notifications is empty.
isEmpty() - Method in interface javax.management.timer.TimerMBean
Tests whether the list of timer notifications is empty.
isInRelationService() - Method in class javax.management.relation.RelationSupport
Returns an internal flag specifying if the object is still handled by the Relation Service.
isInRelationService() - Method in interface javax.management.relation.RelationSupportMBean
Returns an internal flag specifying if the object is still handled by the Relation Service.
isInstanceOf(ObjectName, String) - Method in interface javax.management.MBeanServer
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in interface javax.management.MBeanServerConnection
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isIs() - Method in class javax.management.MBeanAttributeInfo
Indicates if this attribute has an "is" getter.
isIs() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns true if the attribute described by this OpenMBeanAttributeInfo instance is accessed through a isXXX getter (applies only to boolean and Boolean values), false otherwise.
isNotificationEnabled(Notification) - Method in class javax.management.AttributeChangeNotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in interface javax.management.NotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class javax.management.NotificationFilterSupport
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class javax.management.relation.MBeanServerNotificationFilter
Invoked before sending the specified notification to the listener.
isPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern.
isPropertyPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern on the key properties.
isReadable() - Method in class javax.management.MBeanAttributeInfo
Whether the value of the attribute can be read.
isReadable() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns true if the attribute described by this OpenMBeanAttributeInfo instance is readable, false otherwise.
isReadable() - Method in class javax.management.relation.RoleInfo
Returns read access mode for the role (true if it is readable).
isRegistered(ObjectName) - Method in interface javax.management.MBeanServer
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in interface javax.management.MBeanServerConnection
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRelation(ObjectName) - Method in class javax.management.relation.RelationService
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
isRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
isRelationMBean(String) - Method in class javax.management.relation.RelationService
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRelationMBean(String) - Method in interface javax.management.relation.RelationServiceMBean
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRoleStatus(int) - Static method in class javax.management.relation.RoleStatus
Returns true if given value corresponds to a known role status, false otherwise.
isValid() - Method in interface javax.management.Descriptor
Returns true if all of the fields have legal values given their names.
isValid() - Method in class javax.management.modelmbean.DescriptorSupport
Returns true if all of the fields have legal values given their names.
isValue(Object) - Method in class javax.management.openmbean.ArrayType
Tests whether obj is a value for this ArrayType instance.
isValue(Object) - Method in class javax.management.openmbean.CompositeType
Tests whether obj is a value which could be described by this CompositeType instance.
isValue(Object) - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Tests whether obj is a valid value for the attribute described by this OpenMBeanAttributeInfoSupport instance.
isValue(Object) - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Tests whether obj is a valid value for the parameter described by this OpenMBeanParameterInfo instance.
isValue(Object) - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Tests whether obj is a valid value for the parameter described by this OpenMBeanParameterInfo instance.
isValue(Object) - Method in class javax.management.openmbean.OpenType
Tests whether obj is a value for this open type.
isValue(Object) - Method in class javax.management.openmbean.SimpleType
Tests whether obj is a value for this SimpleType instance.
isValue(Object) - Method in class javax.management.openmbean.TabularType
Tests whether obj is a value which could be described by this TabularType instance.
isWritable() - Method in class javax.management.MBeanAttributeInfo
Whether new values can be written to the attribute.
isWritable() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns true if the attribute described by this OpenMBeanAttributeInfo instance is writable, false otherwise.
isWritable() - Method in class javax.management.relation.RoleInfo
Returns write access mode for the role (true if it is writable).

J

JMException - exception javax.management.JMException.
Exceptions thrown by JMX implementations.
JMException() - Constructor for class javax.management.JMException
Default constructor.
JMException(String) - Constructor for class javax.management.JMException
Constructor that allows a specific error message to be specified.
JMRuntimeException - exception javax.management.JMRuntimeException.
Runtime exceptions emitted by JMX implementations.
JMRuntimeException() - Constructor for class javax.management.JMRuntimeException
Default constructor.
JMRuntimeException(String) - Constructor for class javax.management.JMRuntimeException
Constructor that allows a specific error message to be specified.
javax.management - package javax.management
Provides the core JMX classes.
javax.management.loading - package javax.management.loading
Provides the classes which implement advanced dynamic loading.
javax.management.modelmbean - package javax.management.modelmbean
Provides the definition of the ModelMBean classes.
javax.management.monitor - package javax.management.monitor
Provides the definition of the monitor classes.
javax.management.openmbean - package javax.management.openmbean
Provides the open data types and open mbean descriptors classes.
javax.management.relation - package javax.management.relation
Provides the definition of the Relation service.
javax.management.timer - package javax.management.timer
Provides the definition of the Timer MBean.

K

KeyAlreadyExistsException - exception javax.management.openmbean.KeyAlreadyExistsException.
This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance.
KeyAlreadyExistsException() - Constructor for class javax.management.openmbean.KeyAlreadyExistsException
A KeyAlreadyExistsException with no detail message.
KeyAlreadyExistsException(String) - Constructor for class javax.management.openmbean.KeyAlreadyExistsException
A KeyAlreadyExistsException with a detail message.
keySet() - Method in class javax.management.openmbean.CompositeType
Returns an unmodifiable Set view of all the item names defined by this CompositeType instance.
keySet() - Method in interface javax.management.openmbean.TabularData
Returns a set view of the keys (ie the index values) of the CompositeData values (ie the rows) contained in this TabularData instance.
keySet() - Method in class javax.management.openmbean.TabularDataSupport
Returns a set view of the keys contained in the underlying map of this TabularDataSupport instance, and used to index the rows.

L

LE - Static variable in class javax.management.Query
A code representing the Query.leq(javax.management.ValueExp, javax.management.ValueExp) query.
LESS_THAN_MIN_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value with less ObjectNames than the minimum expected cardinality.
LONG - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Long.
LT - Static variable in class javax.management.Query
A code representing the Query.lt(javax.management.ValueExp, javax.management.ValueExp) query.
ListenerNotFoundException - exception javax.management.ListenerNotFoundException.
The specified MBean listener does not exist in the repository.
ListenerNotFoundException() - Constructor for class javax.management.ListenerNotFoundException
Default constructor.
ListenerNotFoundException(String) - Constructor for class javax.management.ListenerNotFoundException
Constructor that allows a specific error message to be specified.
leq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than or equal to" constraint on two values.
load() - Method in interface javax.management.PersistentMBean
Instantiates thisMBean instance with the data found for the MBean in the persistent store.
load() - Method in class javax.management.modelmbean.RequiredModelMBean
Persistence is not supported by the this Model MBean implementation.
loadClass(String) - Static method in class javax.management.DefaultLoaderRepository
Deprecated. Go through the list of class loaders and try to load the requested class.
loadClass(String) - Method in interface javax.management.loading.ClassLoaderRepository
Load the given class name through the list of class loaders.
loadClass(String) - Static method in class javax.management.loading.DefaultLoaderRepository
Deprecated. Go through the list of class loaders and try to load the requested class.
loadClass(String, ClassLoaderRepository) - Method in class javax.management.loading.MLet
Load a class, using the given ClassLoaderRepository if the class is not found in this MLet's URLs.
loadClassBefore(ClassLoader, String) - Method in interface javax.management.loading.ClassLoaderRepository
Load the given class name through the list of class loaders, stopping at the given one.
loadClassWithout(ClassLoader, String) - Static method in class javax.management.DefaultLoaderRepository
Deprecated. Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
loadClassWithout(ClassLoader, String) - Method in interface javax.management.loading.ClassLoaderRepository
Load the given class name through the list of class loaders, excluding the given one.
loadClassWithout(ClassLoader, String) - Static method in class javax.management.loading.DefaultLoaderRepository
Deprecated. Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
lt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than" constraint on two values.

M

MBeanAttributeInfo - class javax.management.MBeanAttributeInfo.
Describes an MBean attribute exposed for management.
MBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.MBeanAttributeInfo
Constructs an MBeanAttributeInfo object.
MBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.MBeanAttributeInfo
This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.
MBeanConstructorInfo - class javax.management.MBeanConstructorInfo.
Describes a constructor exposed by an MBean.
MBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanException - exception javax.management.MBeanException.
Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanException(Exception) - Constructor for class javax.management.MBeanException
Creates an MBeanException that wraps the actual java.lang.Exception.
MBeanException(Exception, String) - Constructor for class javax.management.MBeanException
Creates an MBeanException that wraps the actual java.lang.Exception with a detail message.
MBeanFeatureInfo - class javax.management.MBeanFeatureInfo.
Provides general information for an MBean descriptor object.
MBeanFeatureInfo(String, String) - Constructor for class javax.management.MBeanFeatureInfo
Constructs an MBeanFeatureInfo object.
MBeanInfo - class javax.management.MBeanInfo.
Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.MBeanInfo
Constructs an MBeanInfo.
MBeanNotificationInfo - class javax.management.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.
MBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.MBeanNotificationInfo
Constructs an MBeanNotificationInfo object.
MBeanOperationInfo - class javax.management.MBeanOperationInfo.
Describes a management operation exposed by an MBean.
MBeanOperationInfo(String, Method) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanParameterInfo - class javax.management.MBeanParameterInfo.
Describes an argument of an operation exposed by an MBean.
MBeanParameterInfo(String, String, String) - Constructor for class javax.management.MBeanParameterInfo
Constructs a MBeanParameterInfo object.
MBeanPermission - class javax.management.MBeanPermission.
Permission controlling access to MBeanServer operations.
MBeanPermission(String, String) - Constructor for class javax.management.MBeanPermission
Create a new MBeanPermission object with the specified target name and actions.
MBeanPermission(String, String, ObjectName, String) - Constructor for class javax.management.MBeanPermission
Create a new MBeanPermission object with the specified target name (class name, member, object name) and actions.
MBeanRegistration - interface javax.management.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 - exception javax.management.MBeanRegistrationException.
Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
MBeanRegistrationException(Exception) - Constructor for class javax.management.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.
MBeanRegistrationException(Exception, String) - Constructor for class javax.management.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.
MBeanServer - interface javax.management.MBeanServer.
This is the interface for MBean manipulation on the agent side.
MBeanServerBuilder - class javax.management.MBeanServerBuilder.
This class represents a builder that creates a default MBeanServer implementation.
MBeanServerBuilder() - Constructor for class javax.management.MBeanServerBuilder
Public default constructor.
MBeanServerConnection - interface javax.management.MBeanServerConnection.
This interface represents a way to talk to an MBean server, whether local or remote.
MBeanServerDelegate - class javax.management.MBeanServerDelegate.
Represents the MBean server from the management point of view.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
Create a MBeanServerDelegate object.
MBeanServerDelegateMBean - interface javax.management.MBeanServerDelegateMBean.
Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerFactory - class javax.management.MBeanServerFactory.
Provides MBean server references.
MBeanServerInvocationHandler - class javax.management.MBeanServerInvocationHandler.
InvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.
MBeanServerInvocationHandler(MBeanServerConnection, ObjectName) - Constructor for class javax.management.MBeanServerInvocationHandler
Invocation handler that forwards methods through an MBean server.
MBeanServerNotification - class javax.management.MBeanServerNotification.
Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
MBeanServerNotification(String, Object, long, ObjectName) - Constructor for class javax.management.MBeanServerNotification
Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type.
MBeanServerNotificationFilter - class javax.management.relation.MBeanServerNotificationFilter.
Filter for MBeanServerNotification.
MBeanServerNotificationFilter() - Constructor for class javax.management.relation.MBeanServerNotificationFilter
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.
MBeanServerPermission - class javax.management.MBeanServerPermission.
A Permission to perform actions related to MBeanServers.
MBeanServerPermission(String) - Constructor for class javax.management.MBeanServerPermission
Create a new MBeanServerPermission with the given name.
MBeanServerPermission(String, String) - Constructor for class javax.management.MBeanServerPermission
Create a new MBeanServerPermission with the given name.
MBeanTrustPermission - class javax.management.MBeanTrustPermission.
This permission represents "trust" in a signer or codebase.
MBeanTrustPermission(String) - Constructor for class javax.management.MBeanTrustPermission
Create a new MBeanTrustPermission with the given name.
MBeanTrustPermission(String, String) - Constructor for class javax.management.MBeanTrustPermission
Create a new MBeanTrustPermission with the given name.
MINUS - Static variable in class javax.management.Query
A code representing the Query.minus(javax.management.ValueExp, javax.management.ValueExp) expression.
MLet - class javax.management.loading.MLet.
Allows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL.
MLet() - Constructor for class javax.management.loading.MLet
Constructs a new MLet using the default delegation parent ClassLoader.
MLet(URL[]) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
MLet(URL[], ClassLoader) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the given URLs.
MLet(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
MLet(URL[], boolean) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
MLet(URL[], ClassLoader, boolean) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the given URLs.
MLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
MLetMBean - interface javax.management.loading.MLetMBean.
Exposes the remote management interface of the MLet MBean.
MORE_THAN_MAX_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value with more ObjectNames than the maximum expected cardinality.
MalformedObjectNameException - exception javax.management.MalformedObjectNameException.
The format of the string does not correspond to a valid ObjectName.
MalformedObjectNameException() - Constructor for class javax.management.MalformedObjectNameException
Default constructor.
MalformedObjectNameException(String) - Constructor for class javax.management.MalformedObjectNameException
Constructor that allows a specific error message to be specified.
ModelMBean - interface javax.management.modelmbean.ModelMBean.
This interface must be implemented by the ModelMBeans.
ModelMBeanAttributeInfo - class javax.management.modelmbean.ModelMBeanAttributeInfo.
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
ModelMBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanAttributeInfo(String, String, Method, Method, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object.
ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.
ModelMBeanConstructorInfo - class javax.management.modelmbean.ModelMBeanConstructorInfo.
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
ModelMBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object with a default descriptor.
ModelMBeanConstructorInfo(String, Constructor, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object.
ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a ModelMBeanConstructorInfo object with a default descriptor.
ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object.
ModelMBeanInfo - interface javax.management.modelmbean.ModelMBeanInfo.
This interface is implemented by the ModelMBeanInfo for every ModelMBean.
ModelMBeanInfoSupport - class javax.management.modelmbean.ModelMBeanInfoSupport.
This class represents the meta data for ModelMBeans.
ModelMBeanInfoSupport(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
constructs a ModelMBeanInfoSupport which is a duplicate of the one passed in.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
ModelMBeanNotificationBroadcaster - interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster.
This interface must be implemented by the ModelMBeans.
ModelMBeanNotificationInfo - class javax.management.modelmbean.ModelMBeanNotificationInfo.
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
ModelMBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a ModelMBeanNotificationInfo object with a default descriptor.
ModelMBeanNotificationInfo(String[], String, String, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a ModelMBeanNotificationInfo object.
ModelMBeanNotificationInfo(ModelMBeanNotificationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a new ModelMBeanNotificationInfo object from this ModelMBeanNotfication Object.
ModelMBeanOperationInfo - class javax.management.modelmbean.ModelMBeanOperationInfo.
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
ModelMBeanOperationInfo(String, Method) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a ModelMBeanOperationInfo object with a default descriptor.
ModelMBeanOperationInfo(String, Method, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a ModelMBeanOperationInfo object.
ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a ModelMBeanOperationInfo object with a default descriptor.
ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a ModelMBeanOperationInfo object.
ModelMBeanOperationInfo(ModelMBeanOperationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a new ModelMBeanOperationInfo object from this ModelMBeanOperation Object.
Monitor - class javax.management.monitor.Monitor.
Defines the common part to all monitor MBeans.
Monitor() - Constructor for class javax.management.monitor.Monitor
 
MonitorMBean - interface javax.management.monitor.MonitorMBean.
Exposes the remote management interface of monitor MBeans.
MonitorNotification - class javax.management.monitor.MonitorNotification.
Provides definitions of the notifications sent by monitor MBeans.
MonitorSettingException - exception javax.management.monitor.MonitorSettingException.
Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
MonitorSettingException() - Constructor for class javax.management.monitor.MonitorSettingException
Default constructor.
MonitorSettingException(String) - Constructor for class javax.management.monitor.MonitorSettingException
Constructor that allows an error message to be specified.
match(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
minus(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the difference between two numeric values.

N

NO_ROLE_WITH_NAME - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to access an unknown role.
NotCompliantMBeanException - exception javax.management.NotCompliantMBeanException.
Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
NotCompliantMBeanException() - Constructor for class javax.management.NotCompliantMBeanException
Default constructor.
NotCompliantMBeanException(String) - Constructor for class javax.management.NotCompliantMBeanException
Constructor that allows a specific error message to be specified.
Notification - class javax.management.Notification.
The Notification class represents a notification emitted by an MBean.
Notification(String, Object, long) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, String) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, long) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, long, String) - Constructor for class javax.management.Notification
Creates a Notification object.
NotificationBroadcaster - interface javax.management.NotificationBroadcaster.
Interface implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
Provides an implementation of NotificationEmitter interface.
NotificationBroadcasterSupport() - Constructor for class javax.management.NotificationBroadcasterSupport
 
NotificationEmitter - interface javax.management.NotificationEmitter.
Interface implemented by an MBean that emits Notifications.
NotificationFilter - interface javax.management.NotificationFilter.
To be implemented by a any class acting as a notification filter.
NotificationFilterSupport - class javax.management.NotificationFilterSupport.
Provides an implementation of the NotificationFilter interface.
NotificationFilterSupport() - Constructor for class javax.management.NotificationFilterSupport
 
NotificationListener - interface javax.management.NotificationListener.
Should be implemented by an object that wants to receive notifications.
name - Variable in class javax.management.MBeanFeatureInfo
The name of the feature.
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class javax.management.MBeanServerBuilder
This method creates a new MBeanServer implementation object.
newMBeanServer() - Static method in class javax.management.MBeanServerFactory
Return a new object implementing the MBeanServer interface with a standard default domain name, without keeping an internal reference to this new object.
newMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Return a new object implementing the MBeanServer interface with the specified default domain name, without keeping an internal reference to this new object.
newMBeanServerDelegate() - Method in class javax.management.MBeanServerBuilder
This method creates a new MBeanServerDelegate for a new MBeanServer.
newPermissionCollection() - Method in class javax.management.MBeanServerPermission
 
newProxyInstance(MBeanServerConnection, ObjectName, Class, boolean) - Static method in class javax.management.MBeanServerInvocationHandler
Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean.
not(QueryExp) - Static method in class javax.management.Query
Returns a constraint that is the negation of its argument.

O

OBJECTNAME - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is javax.management.ObjectName.
OBSERVED_ATTRIBUTE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute is not contained in the observed object.
OBSERVED_ATTRIBUTE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed attribute.
OBSERVED_ATTRIBUTE_TYPE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the type of the observed attribute is not correct.
OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
OBSERVED_OBJECT_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed object is not registered in the MBean server.
OBSERVED_OBJECT_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed object.
ONE_DAY - Static variable in class javax.management.timer.Timer
Number of milliseconds in one day.
ONE_HOUR - Static variable in class javax.management.timer.Timer
Number of milliseconds in one hour.
ONE_MINUTE - Static variable in class javax.management.timer.Timer
Number of milliseconds in one minute.
ONE_SECOND - Static variable in class javax.management.timer.Timer
Number of milliseconds in one second.
ONE_WEEK - Static variable in class javax.management.timer.Timer
Number of milliseconds in one week.
ObjectInstance - class javax.management.ObjectInstance.
Used to represent the object name of an MBean and its class name.
ObjectInstance(String, String) - Constructor for class javax.management.ObjectInstance
Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
ObjectInstance(ObjectName, String) - Constructor for class javax.management.ObjectInstance
Allows an object instance to be created given an object name and the full class name, including the package name.
ObjectName - class javax.management.ObjectName.
Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
ObjectName(String) - Constructor for class javax.management.ObjectName
Construct an object name from the given string.
ObjectName(String, String, String) - Constructor for class javax.management.ObjectName
Construct an object name with exactly one key property.
ObjectName(String, Hashtable) - Constructor for class javax.management.ObjectName
Construct an object name with several key properties from a Hashtable.
OpenDataException - exception javax.management.openmbean.OpenDataException.
This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.
OpenDataException() - Constructor for class javax.management.openmbean.OpenDataException
An OpenDataException with no detail message.
OpenDataException(String) - Constructor for class javax.management.openmbean.OpenDataException
An OpenDataException with a detail message.
OpenMBeanAttributeInfo - interface javax.management.openmbean.OpenMBeanAttributeInfo.
Describes an attribute of an open MBean.
OpenMBeanAttributeInfoSupport - class javax.management.openmbean.OpenMBeanAttributeInfoSupport.
Describes an attribute of an open MBean.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name, openType and description, and the specified read/write access properties.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name, openType, description and defaultValue, and the specified read/write access properties.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Object[]) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name, openType, description, defaultValue and legalValues, and the specified read/write access properties.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Comparable, Comparable) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue, minValue and maxValue.
OpenMBeanConstructorInfo - interface javax.management.openmbean.OpenMBeanConstructorInfo.
Describes a constructor of an Open MBean.
OpenMBeanConstructorInfoSupport - class javax.management.openmbean.OpenMBeanConstructorInfoSupport.
Describes a constructor of an Open MBean.
OpenMBeanConstructorInfoSupport(String, String, OpenMBeanParameterInfo[]) - Constructor for class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Constructs an OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified name, description and signature.
OpenMBeanInfo - interface javax.management.openmbean.OpenMBeanInfo.
Describes an Open MBean: an Open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class which implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport.
OpenMBeanInfoSupport - class javax.management.openmbean.OpenMBeanInfoSupport.
The OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface.
OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.openmbean.OpenMBeanInfoSupport
Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className, description, openAttributes, openConstructors , openOperations and notifications.
OpenMBeanOperationInfo - interface javax.management.openmbean.OpenMBeanOperationInfo.
Describes an operation of an Open MBean.
OpenMBeanOperationInfoSupport - class javax.management.openmbean.OpenMBeanOperationInfoSupport.
Describes an operation of an Open MBean.
OpenMBeanOperationInfoSupport(String, String, OpenMBeanParameterInfo[], OpenType, int) - Constructor for class javax.management.openmbean.OpenMBeanOperationInfoSupport
Constructs an OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified name, description, signature, returnOpenType and impact.
OpenMBeanParameterInfo - interface javax.management.openmbean.OpenMBeanParameterInfo.
Describes a parameter used in one or more operations or constructors of an open MBean.
OpenMBeanParameterInfoSupport - class javax.management.openmbean.OpenMBeanParameterInfoSupport.
Describes a parameter used in one or more operations or constructors of an open MBean.
OpenMBeanParameterInfoSupport(String, String, OpenType) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType and description.
OpenMBeanParameterInfoSupport(String, String, OpenType, Object) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description and defaultValue.
OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Object[]) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue and legalValues.
OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Comparable, Comparable) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue, minValue and maxValue.
OpenType - class javax.management.openmbean.OpenType.
The OpenType class is the parent abstract class of all classes which describe the actual open type of open data values.
OpenType(String, String, String) - Constructor for class javax.management.openmbean.OpenType
Constructs an OpenType instance (actually a subclass instance as OpenType is abstract), checking for the validity of the given parameters.
OperationsException - exception javax.management.OperationsException.
Represents exceptions thrown in the MBean server when performing operations on MBeans.
OperationsException() - Constructor for class javax.management.OperationsException
Default constructor.
OperationsException(String) - Constructor for class javax.management.OperationsException
Constructor that allows a specific error message to be specified.
or(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the disjunction of two other query expressions.

P

PLUS - Static variable in class javax.management.Query
A code representing the Query.plus(javax.management.ValueExp, javax.management.ValueExp) expression.
PersistentMBean - interface javax.management.PersistentMBean.
This class is the interface to be implemented by MBeans that are meant to be persistent.
PrivateClassLoader - interface javax.management.loading.PrivateClassLoader.
Marker interface indicating that a ClassLoader should not be added to the ClassLoaderRepository.
PrivateMLet - class javax.management.loading.PrivateMLet.
An MLet that is not added to the ClassLoaderRepository.
PrivateMLet(URL[], boolean) - Constructor for class javax.management.loading.PrivateMLet
Constructs a new PrivateMLet for the specified URLs using the default delegation parent ClassLoader.
PrivateMLet(URL[], ClassLoader, boolean) - Constructor for class javax.management.loading.PrivateMLet
Constructs a new PrivateMLet for the given URLs.
PrivateMLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) - Constructor for class javax.management.loading.PrivateMLet
Constructs a new PrivateMLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
plus(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the sum of two numeric values, or the concatenation of two string values.
postDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations needed after having been unregistered in the MBean server.
postDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations needed after having been unregistered in the MBean server.
postDeregister() - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations needed after having been unregistered in the MBean server.
postDeregister() - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations needed after having been unregistered by the MBean server.
postDeregister() - Method in class javax.management.relation.RelationService
 
postDeregister() - Method in class javax.management.relation.RelationSupport
 
postDeregister() - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations needed after having been unregistered by the MBean server.
postRegister(Boolean) - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class javax.management.relation.RelationService
 
postRegister(Boolean) - Method in class javax.management.relation.RelationSupport
 
postRegister(Boolean) - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
preDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.monitor.CounterMonitor
Allows the counter monitor MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.relation.RelationService
 
preDeregister() - Method in class javax.management.relation.RelationSupport
 
preDeregister() - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations it needs before being unregistered by the MBean server.
preRegister(MBeanServer, ObjectName) - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationService
 
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationSupport
 
preRegister(MBeanServer, ObjectName) - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations it needs before being registered in the MBean server.
purgeRelations() - Method in class javax.management.relation.RelationService
Purges the relations.
purgeRelations() - Method in interface javax.management.relation.RelationServiceMBean
Purges the relations.
put(CompositeData) - Method in interface javax.management.openmbean.TabularData
Adds value to this TabularData instance.
put(Object, Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls put((CompositeData) value) and therefore ignores its key parameter which can be null.
put(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
 
putAll(CompositeData[]) - Method in interface javax.management.openmbean.TabularData
Add all the elements in values to this TabularData instance.
putAll(Map) - Method in class javax.management.openmbean.TabularDataSupport
Add all the values contained in the specified map t to this TabularData instance.
putAll(CompositeData[]) - Method in class javax.management.openmbean.TabularDataSupport
Add all the elements in values to this TabularData instance.

Q

Query - class javax.management.Query.
Constructs query object constraints.
Query() - Constructor for class javax.management.Query
Basic constructor.
QueryEval - class javax.management.QueryEval.
Allows a query to be performed in the context of a specific MBean server.
QueryEval() - Constructor for class javax.management.QueryEval
 
QueryExp - interface javax.management.QueryExp.
Represents relational constraints that can be used in database query "where clauses".
queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
Gets MBeans controlled by the MBean server.
queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServerConnection
Gets MBeans controlled by the MBean server.
queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
Gets the names of MBeans controlled by the MBean server.
queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServerConnection
Gets the names of MBeans controlled by the MBean server.
quote(String) - Static method in class javax.management.ObjectName
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.

R

REF_MBEAN_NOT_REGISTERED - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value including the ObjectName of a MBean not registered in the MBean Server.
REF_MBEAN_OF_INCORRECT_CLASS - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value including the ObjectName of a MBean not of the class expected for that role.
REGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that an MBean has been registered.
RELATION_BASIC_CREATION - Static variable in class javax.management.relation.RelationNotification
Type for the creation of an internal relation.
RELATION_BASIC_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Type for the removal from the Relation Service of an internal relation.
RELATION_BASIC_UPDATE - Static variable in class javax.management.relation.RelationNotification
Type for an update of an internal relation.
RELATION_MBEAN_CREATION - Static variable in class javax.management.relation.RelationNotification
Type for the relation MBean added into the Relation Service.
RELATION_MBEAN_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Type for the removal from the Relation Service of a relation MBean.
RELATION_MBEAN_UPDATE - Static variable in class javax.management.relation.RelationNotification
Type for the update of a relation MBean.
RESET_FLAGS_ALREADY_NOTIFIED - Static variable in class javax.management.monitor.Monitor
This flag is used to reset the alreadyNotifieds monitor attribute.
ROLE_CARDINALITY_INFINITY - Static variable in class javax.management.relation.RoleInfo
To specify an unlimited cardinality.
ROLE_NOT_READABLE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to read a non-readable attribute.
ROLE_NOT_WRITABLE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to update a non-writable attribute.
RUNTIME_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute.
RUNTIME_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
ReflectionException - exception javax.management.ReflectionException.
Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
ReflectionException(Exception) - Constructor for class javax.management.ReflectionException
Creates a ReflectionException that wraps the actual java.lang.Exception.
ReflectionException(Exception, String) - Constructor for class javax.management.ReflectionException
Creates a ReflectionException that wraps the actual java.lang.Exception with a detail message.
Relation - interface javax.management.relation.Relation.
This interface has to be implemented by any MBean class expected to represent a relation managed using the Relation Service.
RelationException - exception javax.management.relation.RelationException.
This class is the superclass of any exception which can be raised during relation management.
RelationException() - Constructor for class javax.management.relation.RelationException
Default constructor, no message put in exception.
RelationException(String) - Constructor for class javax.management.relation.RelationException
Constructor with given message put in exception.
RelationNotFoundException - exception javax.management.relation.RelationNotFoundException.
This exception is raised when there is no relation for a given relation id in a Relation Service.
RelationNotFoundException() - Constructor for class javax.management.relation.RelationNotFoundException
Default constructor, no message put in exception.
RelationNotFoundException(String) - Constructor for class javax.management.relation.RelationNotFoundException
Constructor with given message put in exception.
RelationNotification - class javax.management.relation.RelationNotification.
A notification of a change in the Relation Service.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for a role update in a relation.
RelationService - class javax.management.relation.RelationService.
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
RelationService(boolean) - Constructor for class javax.management.relation.RelationService
Constructor.
RelationServiceMBean - interface javax.management.relation.RelationServiceMBean.
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
RelationServiceNotRegisteredException - exception javax.management.relation.RelationServiceNotRegisteredException.
This exception is raised when an access is done to the Relation Service and that one is not registered.
RelationServiceNotRegisteredException() - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Default constructor, no message put in exception.
RelationServiceNotRegisteredException(String) - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Constructor with given message put in exception.
RelationSupport - class javax.management.relation.RelationSupport.
A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.
RelationSupport(String, ObjectName, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Creates object.
RelationSupport(String, ObjectName, MBeanServer, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Creates object.
RelationSupportMBean - interface javax.management.relation.RelationSupportMBean.
A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.
RelationType - interface javax.management.relation.RelationType.
The RelationType interface has to be implemented by any class expected to represent a relation type.
RelationTypeNotFoundException - exception javax.management.relation.RelationTypeNotFoundException.
This exception is raised when there is no relation type with given name in Relation Service.
RelationTypeNotFoundException() - Constructor for class javax.management.relation.RelationTypeNotFoundException
Default constructor, no message put in exception.
RelationTypeNotFoundException(String) - Constructor for class javax.management.relation.RelationTypeNotFoundException
Constructor with given message put in exception.
RelationTypeSupport - class javax.management.relation.RelationTypeSupport.
A RelationTypeSupport object implements the RelationType interface.
RelationTypeSupport(String, RoleInfo[]) - Constructor for class javax.management.relation.RelationTypeSupport
Constructor where all role definitions are dynamically created and passed as parameter.
RelationTypeSupport(String) - Constructor for class javax.management.relation.RelationTypeSupport
Constructor to be used for subclasses.
RequiredModelMBean - class javax.management.modelmbean.RequiredModelMBean.
This class is the implementation of a ModelMBean.
RequiredModelMBean() - Constructor for class javax.management.modelmbean.RequiredModelMBean
Constructs an RequiredModelMBean with an empty ModelMBeanInfo.
RequiredModelMBean(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.RequiredModelMBean
Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
Role - class javax.management.relation.Role.
Represents a role: includes a role name and referenced MBeans (via their ObjectNames).
Role(String, List) - Constructor for class javax.management.relation.Role
Make a new Role object.
RoleInfo - class javax.management.relation.RoleInfo.
A RoleInfo object summarises a role in a relation type.
RoleInfo(String, String, boolean, boolean, int, int, String) - Constructor for class javax.management.relation.RoleInfo
Constructor.
RoleInfo(String, String, boolean, boolean) - Constructor for class javax.management.relation.RoleInfo
Constructor.
RoleInfo(String, String) - Constructor for class javax.management.relation.RoleInfo
Constructor.
RoleInfo(RoleInfo) - Constructor for class javax.management.relation.RoleInfo
Copy constructor.
RoleInfoNotFoundException - exception javax.management.relation.RoleInfoNotFoundException.
This exception is raised when there is no role info with given name in a given relation type.
RoleInfoNotFoundException() - Constructor for class javax.management.relation.RoleInfoNotFoundException
Default constructor, no message put in exception.
RoleInfoNotFoundException(String) - Constructor for class javax.management.relation.RoleInfoNotFoundException
Constructor with given message put in exception.
RoleList - class javax.management.relation.RoleList.
A RoleList represents a list of roles (Role objects).
RoleList() - Constructor for class javax.management.relation.RoleList
Constructs an empty RoleList.
RoleList(int) - Constructor for class javax.management.relation.RoleList
Constructs an empty RoleList with the initial capacity specified.
RoleList(List) - Constructor for class javax.management.relation.RoleList
Constructs a RoleList containing the elements of the List specified, in the order in which they are returned by the List's iterator.
RoleNotFoundException - exception javax.management.relation.RoleNotFoundException.
This exception is raised when a role in a relation does not exist, or is not readable, or is not settable.
RoleNotFoundException() - Constructor for class javax.management.relation.RoleNotFoundException
Default constructor, no message put in exception.
RoleNotFoundException(String) - Constructor for class javax.management.relation.RoleNotFoundException
Constructor with given message put in exception.
RoleResult - class javax.management.relation.RoleResult.
Represents the result of a multiple access to several roles of a relation (either for reading or writing).
RoleResult(RoleList, RoleUnresolvedList) - Constructor for class javax.management.relation.RoleResult
Constructor.
RoleStatus - class javax.management.relation.RoleStatus.
This class describes the various problems which can be encountered when accessing a role.
RoleStatus() - Constructor for class javax.management.relation.RoleStatus
 
RoleUnresolved - class javax.management.relation.RoleUnresolved.
Represents an unresolved role: a role not retrieved from a relation due to a problem.
RoleUnresolved(String, List, int) - Constructor for class javax.management.relation.RoleUnresolved
Constructor.
RoleUnresolvedList - class javax.management.relation.RoleUnresolvedList.
A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered when trying to access (read or write to roles).
RoleUnresolvedList() - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs an empty RoleUnresolvedList.
RoleUnresolvedList(int) - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs an empty RoleUnresolvedList with the initial capacity specified.
RoleUnresolvedList(List) - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs a RoleUnresolvedList containing the elements of the List specified, in the order in which they are returned by the List's iterator.
RuntimeErrorException - exception javax.management.RuntimeErrorException.
When a java.lang.Error occurs in the agent it should be caught and re-thrown as a RuntimeErrorException.
RuntimeErrorException(Error) - Constructor for class javax.management.RuntimeErrorException
Default constructor.
RuntimeErrorException(Error, String) - Constructor for class javax.management.RuntimeErrorException
Constructor that allows a specific error message to be specified.
RuntimeMBeanException - exception javax.management.RuntimeMBeanException.
Represents runtime exceptions thrown by MBean methods in the agent.
RuntimeMBeanException(RuntimeException) - Constructor for class javax.management.RuntimeMBeanException
Creates a RuntimeMBeanException that wraps the actual java.lang.RuntimeException.
RuntimeMBeanException(RuntimeException, String) - Constructor for class javax.management.RuntimeMBeanException
Creates a RuntimeMBeanException that wraps the actual java.lang.RuntimeException with a detailed message.
RuntimeOperationsException - exception javax.management.RuntimeOperationsException.
Represents runtime exceptions thrown in the agent when performing operations on MBeans.
RuntimeOperationsException(RuntimeException) - Constructor for class javax.management.RuntimeOperationsException
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException.
RuntimeOperationsException(RuntimeException, String) - Constructor for class javax.management.RuntimeOperationsException
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.
readExternal(ObjectInput) - Method in class javax.management.loading.MLet
Restore this MLet's contents from the given ObjectInput.
readResolve() - Method in class javax.management.openmbean.SimpleType
Replace an object read from an ObjectInputStream with the unique instance for that value.
registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
Registers a pre-existing object as an MBean with the MBean server.
releaseMBeanServer(MBeanServer) - Static method in class javax.management.MBeanServerFactory
Remove internal MBeanServerFactory references to a created MBeanServer.
remove(Object[]) - Method in interface javax.management.openmbean.TabularData
Removes the CompositeData value whose index is key from this TabularData instance, and returns the removed value, or returns null if there is no value whose index is key.
remove(Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls remove((Object[]) key).
remove(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Removes the CompositeData value whose index is key from this TabularData instance, and returns the removed value, or returns null if there is no value whose index is key.
removeAllNotifications() - Method in class javax.management.timer.Timer
Removes all the timer notifications from the list of notifications and resets the counter used to update the timer notification identifiers.
removeAllNotifications() - Method in interface javax.management.timer.TimerMBean
Removes all the timer notifications from the list of notifications and resets the counter used to update the timer notification identifiers.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
removeField(String) - Method in interface javax.management.Descriptor
Removes a field from the descriptor.
removeField(String) - Method in class javax.management.modelmbean.DescriptorSupport
Removes a field from the descriptor.
removeNotification(Integer) - Method in class javax.management.timer.Timer
Removes the timer notification corresponding to the specified identifier from the list of notifications.
removeNotification(Integer) - Method in interface javax.management.timer.TimerMBean
Removes the timer notification corresponding to the specified identifier from the list of notifications.
removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
 
removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
 
removeNotificationListener(NotificationListener) - Method in interface javax.management.NotificationBroadcaster
Removes a listener from this MBean.
removeNotificationListener(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationEmitter
Removes a listener from this MBean.
removeNotificationListener(NotificationListener) - Method in class javax.management.modelmbean.RequiredModelMBean
Removes a listener for Notifications from the RequiredModelMBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
 
removeNotifications(String) - Method in class javax.management.timer.Timer
Removes all the timer notifications corresponding to the specified type from the list of notifications.
removeNotifications(String) - Method in interface javax.management.timer.TimerMBean
Removes all the timer notifications corresponding to the specified type from the list of notifications.
removeObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Removes the specified object from the set of observed MBeans.
removeObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Removes the specified object from the set of observed MBeans.
removeRelation(String) - Method in class javax.management.relation.RelationService
Removes given relation from the Relation Service.
removeRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation from the Relation Service.
removeRelationType(String) - Method in class javax.management.relation.RelationService
Removes given relation type from Relation Service.
removeRelationType(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation type from Relation Service.
retrieveAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles in the relation without checking read mode.
retrieveAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles in the relation without checking read mode.
roleValueToString(List) - Static method in class javax.management.relation.Role
Returns a string for the given role value.

S

SHORT - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Short.
STRING - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.String.
STRING_TO_COMPARE_VALUE_DIFFERED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has differed from the "string to compare" value.
STRING_TO_COMPARE_VALUE_MATCHED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has matched the "string to compare" value.
ServiceNotFoundException - exception javax.management.ServiceNotFoundException.
Represents exceptions raised when a requested service is not supported.
ServiceNotFoundException() - Constructor for class javax.management.ServiceNotFoundException
Default constructor.
ServiceNotFoundException(String) - Constructor for class javax.management.ServiceNotFoundException
Constructor that allows a specific error message to be specified.
SimpleType - class javax.management.openmbean.SimpleType.
The SimpleType class is the open type class whose instances describe all open data values which are neither arrays, nor CompositeData values, nor TabularData values.
StandardMBean - class javax.management.StandardMBean.
An MBean whose management interface is determined by reflection on a Java interface.
StandardMBean(Object, Class) - Constructor for class javax.management.StandardMBean
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
StandardMBean(Class) - Constructor for class javax.management.StandardMBean
Make a DynamicMBean out of this, using the specified mbeanInterface class.
StringMonitor - class javax.management.monitor.StringMonitor.
Defines a monitor MBean designed to observe the values of a string attribute.
StringMonitor() - Constructor for class javax.management.monitor.StringMonitor
Default constructor.
StringMonitorMBean - interface javax.management.monitor.StringMonitorMBean.
Exposes the remote management interface of the string monitor MBean.
StringValueExp - class javax.management.StringValueExp.
Represents strings that are arguments to relational constraints.
StringValueExp() - Constructor for class javax.management.StringValueExp
Basic constructor.
StringValueExp(String) - Constructor for class javax.management.StringValueExp
Creates a new StringValueExp representing the given string.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
sendAttributeChangeNotification(Attribute, Attribute) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendAttributeChangeNotification(Attribute, Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendNotification(Notification) - Method in class javax.management.MBeanServerDelegate
Enables the MBean server to send a notification.
sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
Sends a notification.
sendNotification(Notification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification.
sendNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
sendNotification(Notification) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendNotification(String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendRelationCreationNotification(String) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation creation.
sendRelationCreationNotification(String) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation creation.
sendRelationRemovalNotification(String, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation removal.
sendRelationRemovalNotification(String, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation removal.
sendRoleUpdateNotification(String, Role, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a role update in the given relation.
sendRoleUpdateNotification(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a role update in the given relation.
server - Variable in class javax.management.monitor.Monitor
Reference on the MBean server.
set(int, Attribute) - Method in class javax.management.AttributeList
Sets the element at the position specified to be the attribute specified.
set(int, Role) - Method in class javax.management.relation.RoleList
Sets the element at the position specified to be the role specified.
set(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Sets the element at the position specified to be the unresolved role specified.
setAttribute(Attribute) - Method in interface javax.management.DynamicMBean
Set the value of a specific attribute of the Dynamic MBean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServer
Sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServerConnection
Sets the value of a specific attribute of a named MBean.
setAttribute(Attribute) - Method in class javax.management.StandardMBean
 
setAttribute(Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the value of a specific attribute of a named ModelMBean.
setAttributes(AttributeList) - Method in interface javax.management.DynamicMBean
Sets the values of several attributes of the Dynamic MBean.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServer
Sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServerConnection
Sets the values of several attributes of a named MBean.
setAttributes(AttributeList) - Method in class javax.management.StandardMBean
 
setAttributes(AttributeList) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the values of an array of attributes of this ModelMBean.
setDescriptor(Descriptor) - Method in interface javax.management.DescriptorAccess
Sets Descriptor (full replace).
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.
setDescriptor(Descriptor, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
setDescriptor(Descriptor, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Sets associated Descriptor (full replace) for the ModelMBeanNotificationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Sets associated Descriptor (full replace) for the ModelMBeanOperationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
setDescriptors(Descriptor[]) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Adds or replaces descriptors in the ModelMBeanInfo.
setDescriptors(Descriptor[]) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setDifferenceMode(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the difference mode flag value common to all observed MBeans.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the difference mode flag value.
setDifferenceMode(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the difference mode flag value common to all observed MBeans.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the difference mode flag value.
setField(String, Object) - Method in interface javax.management.Descriptor
Sets the value for a specific fieldname.
setField(String, Object) - Method in class javax.management.modelmbean.DescriptorSupport
Sets the string value for a specific fieldname.
setFields(String[], Object[]) - Method in interface javax.management.Descriptor
Sets all Fields in the list to the new value in with the same index in the fieldValue array.
setFields(String[], Object[]) - Method in class javax.management.modelmbean.DescriptorSupport
Sets all Fields in the list to the new value in with the same index in the fieldValue array.
setGranularityPeriod(long) - Method in class javax.management.monitor.CounterMonitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in class javax.management.monitor.GaugeMonitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in class javax.management.monitor.Monitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in interface javax.management.monitor.MonitorMBean
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in class javax.management.monitor.StringMonitor
Sets the granularity period (in milliseconds).
setImplementation(Object) - Method in class javax.management.StandardMBean
Replace the implementation object wrapped in this object.
setInitThreshold(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the initial threshold value common to all observed objects.
setInitThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the initial threshold value common to all observed MBeans.
setLibraryDirectory(String) - Method in class javax.management.loading.MLet
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
setLibraryDirectory(String) - Method in interface javax.management.loading.MLetMBean
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
setMBeanDescriptor(Descriptor) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Sets the ModelMBean's descriptor.
setMBeanDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setMBeanServer(MBeanServer) - Method in class javax.management.AttributeValueExp
Sets the MBean server on which the query is to be performed.
setMBeanServer(MBeanServer) - Method in class javax.management.ObjectName
 
setMBeanServer(MBeanServer) - Method in class javax.management.QueryEval
Sets the MBean server on which the query is to be performed.
setMBeanServer(MBeanServer) - Method in interface javax.management.QueryExp
Sets the MBean server on which the query is to be performed.
setMBeanServer(MBeanServer) - Method in class javax.management.StringValueExp
Sets the MBean server on which the query is to be performed.
setMBeanServer(MBeanServer) - Method in interface javax.management.ValueExp
Deprecated. This method is not needed because a ValueExp can access the MBean server in which it is being evaluated by using QueryEval.getMBeanServer().
setManagedResource(Object, String) - Method in interface javax.management.modelmbean.ModelMBean
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
setManagedResource(Object, String) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
setModelMBeanInfo(ModelMBeanInfo) - Method in interface javax.management.modelmbean.ModelMBean
Initializes a ModelMBean object using ModelMBeanInfo passed in.
setModelMBeanInfo(ModelMBeanInfo) - Method in class javax.management.modelmbean.RequiredModelMBean
Initializes a ModelMBean object using ModelMBeanInfo passed in.
setModulus(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the modulus value common to all observed MBeans.
setModulus(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the modulus value.
setNotify(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the notification's on/off switch value common to all observed MBeans.
setNotify(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the notification's on/off switch value.
setNotifyDiffer(boolean) - Method in class javax.management.monitor.StringMonitor
Sets the differing notification's on/off switch value common to all observed MBeans.
setNotifyDiffer(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the differing notification's on/off switch value.
setNotifyHigh(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the high notification's on/off switch value common to all observed MBeans.
setNotifyHigh(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the high notification's on/off switch value.
setNotifyLow(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the low notification's on/off switch value common to all observed MBeans.
setNotifyLow(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the low notification's on/off switch value.
setNotifyMatch(boolean) - Method in class javax.management.monitor.StringMonitor
Sets the matching notification's on/off switch value common to all observed MBeans.
setNotifyMatch(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the matching notification's on/off switch value.
setObservedAttribute(String) - Method in class javax.management.monitor.Monitor
Sets the attribute to observe.
setObservedAttribute(String) - Method in interface javax.management.monitor.MonitorMBean
Sets the attribute to observe.
setObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Deprecated. As of JMX 1.2, replaced by Monitor.addObservedObject(javax.management.ObjectName)
setObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Deprecated. As of JMX 1.2, replaced by MonitorMBean.addObservedObject(javax.management.ObjectName)
setOffset(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the offset value common to all observed MBeans.
setOffset(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the offset value.
setProblemType(int) - Method in class javax.management.relation.RoleUnresolved
Sets problem type.
setPurgeFlag(boolean) - Method in class javax.management.relation.RelationService
Sets the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
setPurgeFlag(boolean) - Method in interface javax.management.relation.RelationServiceMBean
Sets the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed, or if that will be performed only when the purgeRelations method is explicitly called.
setRelationServiceManagementFlag(Boolean) - Method in class javax.management.relation.RelationSupport
 
setRelationServiceManagementFlag(Boolean) - Method in interface javax.management.relation.RelationSupportMBean
Specifies whether this relation is handled by the Relation Service.
setRole(Role) - Method in interface javax.management.relation.Relation
Sets the given role.
setRole(String, Role) - Method in class javax.management.relation.RelationService
Sets the given role in given relation.
setRole(String, Role) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given role in given relation.
setRole(Role) - Method in class javax.management.relation.RelationSupport
Sets the given role.
setRoleName(String) - Method in class javax.management.relation.Role
Sets role name.
setRoleName(String) - Method in class javax.management.relation.RoleUnresolved
Sets role name.
setRoleValue(List) - Method in class javax.management.relation.Role
Sets role value.
setRoleValue(List) - Method in class javax.management.relation.RoleUnresolved
Sets role value.
setRoles(RoleList) - Method in interface javax.management.relation.Relation
Sets the given roles.
setRoles(String, RoleList) - Method in class javax.management.relation.RelationService
Sets the given roles in given relation.
setRoles(String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given roles in given relation.
setRoles(RoleList) - Method in class javax.management.relation.RelationSupport
Sets the given roles.
setRoles(RoleList) - Method in class javax.management.relation.RoleResult
Sets list of roles successfully accessed.
setRolesUnresolved(RoleUnresolvedList) - Method in class javax.management.relation.RoleResult
Sets list of roles unsuccessfully accessed.
setSendPastNotifications(boolean) - Method in class javax.management.timer.Timer
Sets the flag indicating whether the timer sends past notifications or not.
setSendPastNotifications(boolean) - Method in interface javax.management.timer.TimerMBean
Sets the flag indicating whether the timer sends past notifications or not.
setSequenceNumber(long) - Method in class javax.management.Notification
Set the notification sequence number.
setSource(Object) - Method in class javax.management.Notification
Sets the source.
setStringToCompare(String) - Method in class javax.management.monitor.StringMonitor
Sets the string to compare with the observed attribute common to all observed MBeans.
setStringToCompare(String) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the string to compare with the observed attribute.
setThreshold(Number) - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.setInitThreshold(java.lang.Number)
setThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by setInitThreshold(java.lang.Number)
setThresholds(Number, Number) - Method in class javax.management.monitor.GaugeMonitor
Sets the high and the low threshold values common to all observed MBeans.
setThresholds(Number, Number) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the high and the low threshold values.
setTimeStamp(long) - Method in class javax.management.Notification
Set the notification timestamp.
setUserData(Object) - Method in class javax.management.Notification
Set the user data.
size() - Method in interface javax.management.openmbean.TabularData
Returns the number of CompositeData values (ie the number of rows) contained in this TabularData instance.
size() - Method in class javax.management.openmbean.TabularDataSupport
Returns the number of rows in this TabularDataSupport instance.
source - Variable in class javax.management.Notification
This field hides the EventObject.source field in the parent class to make it non-transient and therefore part of the serialized form.
start() - Method in class javax.management.monitor.CounterMonitor
Starts the counter monitor.
start() - Method in class javax.management.monitor.GaugeMonitor
Starts the gauge monitor.
start() - Method in class javax.management.monitor.Monitor
Starts the monitor.
start() - Method in interface javax.management.monitor.MonitorMBean
Starts the monitor.
start() - Method in class javax.management.monitor.StringMonitor
Starts the string monitor.
start() - Method in class javax.management.timer.Timer
Starts the timer.
start() - Method in interface javax.management.timer.TimerMBean
Starts the timer.
stop() - Method in class javax.management.monitor.CounterMonitor
Stops the counter monitor.
stop() - Method in class javax.management.monitor.GaugeMonitor
Stops the gauge monitor.
stop() - Method in class javax.management.monitor.Monitor
Stops the monitor.
stop() - Method in interface javax.management.monitor.MonitorMBean
Stops the monitor.
stop() - Method in class javax.management.monitor.StringMonitor
Stops the string monitor.
stop() - Method in class javax.management.timer.Timer
Stops the timer.
stop() - Method in interface javax.management.timer.TimerMBean
Stops the timer.
store() - Method in interface javax.management.PersistentMBean
Captures the current state of this MBean instance and writes it out to the persistent store.
store() - Method in class javax.management.modelmbean.RequiredModelMBean
Persistence is not supported by the this Model MBean implementation.

T

THRESHOLD_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the type of the thresholds, offset or modulus is not correct.
THRESHOLD_HIGH_VALUE_EXCEEDED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has exceeded the threshold high value.
THRESHOLD_LOW_VALUE_EXCEEDED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has exceeded the threshold low value.
THRESHOLD_VALUE_EXCEEDED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has reached the threshold value.
TIMES - Static variable in class javax.management.Query
A code representing the Query.times(javax.management.ValueExp, javax.management.ValueExp) expression.
TabularData - interface javax.management.openmbean.TabularData.
The TabularData interface specifies the behaviour of a specific type of complex open data objects which represent tabular data structures.
TabularDataSupport - class javax.management.openmbean.TabularDataSupport.
The TabularDataSupport class is the open data class which implements the TabularData and the Map interfaces, and which is internally based on a hash map data structure.
TabularDataSupport(TabularType) - Constructor for class javax.management.openmbean.TabularDataSupport
Creates an empty TabularDataSupport instance whose open-type is tabularType, and whose underlying HashMap has a default initial capacity (101) and default load factor (0.75).
TabularDataSupport(TabularType, int, float) - Constructor for class javax.management.openmbean.TabularDataSupport
Creates an empty TabularDataSupport instance whose open-type is tabularType, and whose underlying HashMap has the specified initial capacity and load factor.
TabularType - class javax.management.openmbean.TabularType.
The TabularType class is the open type class whose instances describe the types of TabularData values.
TabularType(String, String, CompositeType, String[]) - Constructor for class javax.management.openmbean.TabularType
Constructs a TabularType instance, checking for the validity of the given parameters.
Timer - class javax.management.timer.Timer.
Provides the implementation of the timer MBean.
Timer() - Constructor for class javax.management.timer.Timer
Default constructor.
TimerAlarmClockNotification - class javax.management.timer.TimerAlarmClockNotification.
Deprecated. This class is of no use to user code. It is retained purely for compatibility reasons.
TimerAlarmClockNotification(TimerAlarmClock) - Constructor for class javax.management.timer.TimerAlarmClockNotification
Deprecated. Constructor.
TimerMBean - interface javax.management.timer.TimerMBean.
Exposes the management interface of the timer MBean.
TimerNotification - class javax.management.timer.TimerNotification.
This class provides definitions of the notifications sent by timer MBeans.
TimerNotification(String, Object, long, long, String, Integer) - Constructor for class javax.management.timer.TimerNotification
Creates a timer notification object.
times(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the product of two numeric values.
toString() - Method in class javax.management.AttributeValueExp
Returns the string representing its value.
toString() - Method in class javax.management.BadAttributeValueExpException
Returns the string representing the object.
toString() - Method in class javax.management.BadBinaryOpValueExpException
Returns the string representing the object.
toString() - Method in class javax.management.BadStringOperationException
Returns the string representing the object.
toString() - Method in class javax.management.ObjectName
Returns a string representation of the object name.
toString() - Method in class javax.management.StringValueExp
Returns the string representing the object.
toString() - Method in class javax.management.modelmbean.DescriptorSupport
Returns a human readable string representing the descriptor.
toString() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Returns a human-readable version of the ModelMBeanAttributeInfo instance.
toString() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.
toString() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a human readable string containing ModelMBeanNotificationInfo.
toString() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a string containing the entire contents of the ModelMBeanOperationInfo in human readable form.
toString() - Method in class javax.management.openmbean.ArrayType
Returns a string representation of this ArrayType instance.
toString() - Method in interface javax.management.openmbean.CompositeData
Returns a string representation of this CompositeData instance.
toString() - Method in class javax.management.openmbean.CompositeDataSupport
Returns a string representation of this CompositeDataSupport instance.
toString() - Method in class javax.management.openmbean.CompositeType
Returns a string representation of this CompositeType instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns a string representation of this OpenMBeanAttributeInfo instance.
toString() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns a string representation of this OpenMBeanAttributeInfoSupport instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns a string representation of this OpenMBeanConstructorInfo instance.
toString() - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Returns a string representation of this OpenMBeanConstructorInfoSupport instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns a string representation of this OpenMBeanInfo instance.
toString() - Method in class javax.management.openmbean.OpenMBeanInfoSupport
Returns a string representation of this OpenMBeanInfoSupport instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns a string representation of this OpenMBeanOperationInfo instance.
toString() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns a string representation of this OpenMBeanOperationInfoSupport instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns a string representation of this OpenMBeanParameterInfo instance.
toString() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns a string representation of this OpenMBeanParameterInfoSupport instance.
toString() - Method in class javax.management.openmbean.OpenType
Returns a string representation of this open type instance.
toString() - Method in class javax.management.openmbean.SimpleType
Returns a string representation of this SimpleType instance.
toString() - Method in interface javax.management.openmbean.TabularData
Returns a string representation of this TabularData instance.
toString() - Method in class javax.management.openmbean.TabularDataSupport
Returns a string representation of this TabularDataSupport instance.
toString() - Method in class javax.management.openmbean.TabularType
Returns a string representation of this TabularType instance.
toString() - Method in class javax.management.relation.Role
Returns a string describing the role.
toString() - Method in class javax.management.relation.RoleInfo
Returns a string describing the role info.
toString() - Method in class javax.management.relation.RoleUnresolved
Return a string describing this object.
toXMLString() - Method in class javax.management.modelmbean.DescriptorSupport
Returns an XML String representing the descriptor.

U

UNKNOWN - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation has an "unknown" nature.
UNREGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that an MBean has been unregistered.
unquote(String) - Static method in class javax.management.ObjectName
Returns an unquoted form of the given String.
unregisterMBean(ObjectName) - Method in interface javax.management.MBeanServer
Unregisters an MBean from the MBean server.
unregisterMBean(ObjectName) - Method in interface javax.management.MBeanServerConnection
Unregisters an MBean from the MBean server.
updateRoleMap(String, Role, List) - Method in class javax.management.relation.RelationService
Handles update of the Relation Service role map for the update of given role in given relation.
updateRoleMap(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Handles update of the Relation Service role map for the update of given role in given relation.

V

VOID - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Void.
ValueExp - interface javax.management.ValueExp.
Represents values that can be passed as arguments to relational expressions.
value(String) - Static method in class javax.management.Query
Returns a new string expression.
value(Number) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(int) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(long) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(float) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(double) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(boolean) - Static method in class javax.management.Query
Returns a boolean value expression that can be used in any Query call that expects a ValueExp.
values() - Method in interface javax.management.openmbean.CompositeData
Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.
values() - Method in class javax.management.openmbean.CompositeDataSupport
Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.
values() - Method in interface javax.management.openmbean.TabularData
Returns a collection view of the CompositeData values (ie the rows) contained in this TabularData instance.
values() - Method in class javax.management.openmbean.TabularDataSupport
Returns a collection view of the rows contained in this TabularDataSupport instance.

W

writeExternal(ObjectOutput) - Method in class javax.management.loading.MLet
Save this MLet's contents to the given ObjectOutput.

X

XMLParseException - exception javax.management.modelmbean.XMLParseException.
This exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects.
XMLParseException() - Constructor for class javax.management.modelmbean.XMLParseException
Default constructor .
XMLParseException(String) - Constructor for class javax.management.modelmbean.XMLParseException
Constructor taking a string.
XMLParseException(Exception, String) - Constructor for class javax.management.modelmbean.XMLParseException
Constructor taking a string and an exception.

A B C D E F G H I J K L M N O P Q R S T U V W X
Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.