A B C D E F G H I J 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 a read/write-like.
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(int, Role) - Method in class javax.management.relation.RoleList
Inserts the role specified as an element at the position specified.
add(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Inserts the roleUnresolved 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(RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Adds the RoleUnresolved specified as the last element of the list.
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(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(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.
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(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.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Registers an object which implements the NotificationListener interface as a listener for AttributeChangeNotifications.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
Registers an object which implements the NotificationListener interface as a listener.
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) - 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.
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, 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, 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, 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.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
Adds a listener to a registered MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
Enables to add a listener to a registered MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationBroadcaster
Adds a listener to a registered MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
Registers an object which implements the NotificationListener interface as a listener.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Enables to add a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Enables to add a listener to a registered MBean.
addRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Adds a MBean created by te user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelation(ObjectName) - Method in class javax.management.relation.RelationService
Adds a MBean created by te user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelationType(RelationType) - Method in interface javax.management.relation.RelationServiceMBean
Adds given object as a relation type.
addRelationType(RelationType) - Method in class javax.management.relation.RelationService
Adds given object as a relation type.
addRoleInfo(RoleInfo) - Method in class javax.management.relation.RelationTypeSupport
 
addURL(String) - 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 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(URL) - Method in class javax.management.loading.MLet
Appends the specified URL to the list of URLs to search for classes and resources.
alreadyNotified - 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 interface javax.management.ValueExp
Applies the ValueExp on a MBean
apply(ObjectName) - Method in class javax.management.AttributeValueExp
Applies the AttributeValueExp on an MBean.
apply(ObjectName) - Method in class javax.management.StringValueExp
Applies the ValueExp on a MBean.
apply(ObjectName) - Method in interface javax.management.QueryExp
Applies the QueryExp on an 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.
Attribute - class javax.management.Attribute.
Represents an MBean attribute by associating its name with its value.
ATTRIBUTE_CHANGE - Static variable in class javax.management.AttributeChangeNotification
Notification type which indicates that the observed MBean attribute value has changed.
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(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.
AttributeList(int) - Constructor for class javax.management.AttributeList
Constructs an empty AttributeList with the initial capacity specified.
AttributeNotFoundException - exception javax.management.AttributeNotFoundException.
Thrown when 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
Basic costructor
AttributeValueExp(String) - Constructor for class javax.management.AttributeValueExp
Creates a new AttributeValueExp representing the specified object attribute, named val.

B

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 an BadStringOperationException with the specified detailed 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

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 interface javax.management.relation.RelationServiceMBean
Checks if given Role can be read in a relation of the given type.
checkRoleReading(String, String) - Method in class javax.management.relation.RelationService
Checks if given Role can be read in a relation of the 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.
checkRoleWriting(Role, String, Boolean) - Method in class javax.management.relation.RelationService
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.
clone() - Method in class javax.management.MBeanOperationInfo
Creates and returns a copy of this object.
clone() - Method in interface javax.management.Descriptor
Returns a new Descriptor which is a duplicate of the Descriptor.
clone() - Method in class javax.management.MBeanInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanNotificationInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanParameterInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanAttributeInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanConstructorInfo
Creates and returns a copy of this object.
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.ModelMBeanNotificationInfo
Creates and returns a new ModelMBeanNotificationInfo which is a duplicate of this ModelMBeanNotificationInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
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.ModelMBeanOperationInfo
Creates and returns a new ModelMBeanOperationInfo which is a duplicate of this ModelMBeanOperationInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
returns a new ModelMBeanInfoSupport object that is a copy of this ModelMBeanInfoSupport.
clone() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Overrides: clone in class java.lang.Object (We can't find a way to write 'Overrides' to generate a javadoc)
clone() - Method in class javax.management.relation.Role
Cloning.
clone() - Method in class javax.management.relation.RoleUnresolvedList
Cloning
clone() - Method in class javax.management.relation.RoleList
Cloning
clone() - Method in class javax.management.relation.RoleUnresolved
Clone
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.
createMBean(String, 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) - 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.
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 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.
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.
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.
createRelationType(String, RoleInfo[]) - Method in class javax.management.relation.RelationService
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
currClass - Variable in class javax.management.modelmbean.DescriptorSupport
 

D

dbgTag - Variable in class javax.management.monitor.Monitor
 
DefaultLoaderRepository - class javax.management.loading.DefaultLoaderRepository.
Keeps the list of Class Loaders registered in the MBean Server.
DefaultLoaderRepository() - Constructor for class javax.management.loading.DefaultLoaderRepository
Public constructor.
description - Variable in class javax.management.MBeanFeatureInfo
The human readable description of the feature.
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(DescriptorSupport) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor taking a Descriptor as parameter.
DescriptorSupport(int) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor.
DescriptorSupport(String) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor taking an XML String.
DescriptorSupport(String[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Constructor taking fields in the fieldName=fieldValue format.
DescriptorSupport(String[], Object[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Constructor taking field names and field values.
deserialize(ObjectName, byte[]) - Method in interface javax.management.MBeanServer
De-serializes a byte array in the context of the class loader of an MBean.
deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
De-serializes a byte array in the context of a given MBean class loader.
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute names.
disableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables any MBeanServerNotification (i.e.
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
Disables all notifications the type of which starts with the specified prefix to be sent to the listener.
DIV - Static variable in class javax.management.Query
 
div(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the quotient of two numeric values.
DynamicMBean - interface javax.management.DynamicMBean.
Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).

E

enableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables all MBeanServerNotifications (i.e.
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.
EQ - Static variable in class javax.management.Query
 
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.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.Attribute
Compares the current Attribute Object with another Attribute Object.

F

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 interface javax.management.relation.RelationServiceMBean
Retrieves the MBeans associated to given one in a relation.
findAssociatedMBeans(ObjectName, String, String) - Method in class javax.management.relation.RelationService
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 objects implementing the MBeanServer interface.
findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relations where a given MBean is referenced.
findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the relations where a given MBean is referenced.
findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation ids for relations of the given type.
findRelationsOfType(String) - Method in class javax.management.relation.RelationService
Returns the relation ids for relations of the given type.

G

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.
GE - Static variable in class javax.management.Query
 
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.
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 interface javax.management.relation.RelationServiceMBean
Returns all the relation ids for all the relations handled by the Relation Service
getAllRelationIds() - Method in class javax.management.relation.RelationService
Returns all the relation ids for all the relations handled by the Relation Service
getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves names of all known relation types
getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
Retrieves names of all known relation types
getAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles present in the relation .
getAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles present in the relation .
getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns all roles present in the relation
getAllRoles(String) - Method in class javax.management.relation.RelationService
Returns all roles present in the relation
getAttribute(ObjectName) - Method in class javax.management.AttributeValueExp
 
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
Gets the value of a specific attribute of a named MBean.
getAttribute(String) - Method in interface javax.management.DynamicMBean
Obtains the value of a specific attribute of the Dynamic MBean.
getAttribute(String) - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the value of a specific attribute defined for this ModelMBean.
getAttribute(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanAttributeInfo requested by name.
getAttribute(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
returns a ModelMBeanAttributeInfo requested by name.
getAttributeName() - Method in class javax.management.AttributeValueExp
Returns a string representation of the name of the attribute.
getAttributeName() - Method in class javax.management.AttributeChangeNotification
Gets the name of the attribute which has changed.
getAttributes() - Method in class javax.management.MBeanInfo
Returns the list of attributes exposed for management.
getAttributes() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the list of attributes exposed for management as ModelMBeanAttributeInfo objects.
getAttributes() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
Enables the values of several attributes of a named MBean.
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Enables the values of several attributes of the Dynamic MBean.
getAttributes(String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the values of several attributes in the ModelMBean.
getAttributeType() - Method in class javax.management.AttributeChangeNotification
Gets the type of the attribute which has changed.
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.
getClassName() - Method in class javax.management.ObjectInstance
Returns the class part.
getClassName() - Method in class javax.management.MBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
getConstructor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanConstructorInfo requested by name.
getConstructors() - Method in class javax.management.MBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the list of constructors exposed for management as ModelMBeanConstructorInfo objects.
getConstructors() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
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.
getDerivedGauge() - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.MonitorNotification
Gets the derived gauge of this monitor notification.
getDerivedGauge() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge timestamp.
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() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
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 Specified by: getDescriptor in interface DescriptorAccess
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo Specified by: getDescriptor in interface DescriptorAccess
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a copy of the associated Descriptor Specified by: getDescriptor in interface DescriptorAccess
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo Specified by: getDescriptor in interface DescriptorAccess
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
Returns a Descriptor requested by name and descriptorType.
getDescriptor(String, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
returns a Descriptor requested by name and descriptorType.
getDescriptors(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a DescriptorList.
getDescriptors(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo including the MBean Descriptor, attribute Descriptors, operation Descriptors, constructor Descriptors, and notification Descriptors.
getDifferenceMode() - Method in class javax.management.monitor.CounterMonitor
Gets the difference mode flag value.
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.
getDifferenceMode() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the difference mode flag value.
getDisabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames disabled.
getDomain() - Method in class javax.management.ObjectName
Returns the domain part.
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.
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 Specified by: getFields in interface 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 string value for a specific fieldname Specified by:(We can't find a way to write 'Specified by' to generate a javadoc) getFieldValue in interface Descriptor
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.
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.
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.
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).
getKeyProperty(String) - Method in class javax.management.ObjectName
Obtains the value of a key property in a key property.
getKeyPropertyList() - Method in class javax.management.ObjectName
Returns a pointer to the list of key properties.
getKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties specified at creation time.
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.
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.
getLowThreshold() - Method in class javax.management.monitor.GaugeMonitor
Gets the low threshold value.
getLowThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the low threshold value.
getMaxDegree() - Method in class javax.management.relation.RoleInfo
Returns maximum degree for corresponding role reference
getMBeanCount() - Method in interface javax.management.MBeanServer
Returns the number of MBeans registered in the MBean server.
getMBeanDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the ModelMBean's descriptor which contains mbean wide policies.
getMBeanDescriptor() - Method in interface javax.management.modelmbean.ModelMBeanInfo
returns a MBean's descriptor.
getMBeanInfo() - Method in interface javax.management.DynamicMBean
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the attributes, operations, and notifications that this RequiredModelMBean exposes for management.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanName() - Method in class javax.management.MBeanServerNotification
Returns the object name of the MBean that caused the notification
getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
Returns the MBean server agent identification
getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the MBean server agent identification
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(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(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.
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.
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)
getMessage() - Method in class javax.management.Notification
Get the notification message
getMessage() - Method in class javax.management.modelmbean.XMLParseException
Override Throwable getMessage() Overrides: getMessage in class java.lang.Throwable
getMessage() - Method in class javax.management.modelmbean.InvalidTargetObjectTypeException
Override Throwables getMessage
getMinDegree() - Method in class javax.management.relation.RoleInfo
Returns minimum degree for corresponding role reference
getModulus() - Method in class javax.management.monitor.CounterMonitor
Gets the modulus value.
getModulus() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the modulus value.
getName() - Method in class javax.management.MBeanFeatureInfo
Returns the name of the feature.
getName() - Method in class javax.management.Attribute
Returns a String containing the name of the attribute.
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.
getNotification(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanNotificationInfo requested by name.
getNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
returns a ModelMBeanNotificationInfo requested by name.
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.NotificationBroadcasterSupport
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class javax.management.MBeanServerDelegate
 
getNotificationInfo() - Method in interface javax.management.NotificationBroadcaster
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
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.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.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 counter 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.
getNotifications() - Method in class javax.management.MBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the list of notifications exposed for management as ModelMBeanNotificationInfo objects.
getNotifications() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
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.
getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
Returns the notification type string (in dot notation) of the notification.
getNotify() - Method in class javax.management.monitor.CounterMonitor
Gets the notification's on/off switch value.
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.
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.
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.
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.
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.
getObjectName() - Method in class javax.management.ObjectInstance
Returns the object name part.
getObjectName() - Method in class javax.management.relation.RelationNotification
Returns the ObjectName (if the relation is a MBean, else null) 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
Gets the object name of the object being observed.
getObservedObject() - Method in interface javax.management.monitor.MonitorMBean
Gets the object name of the object being observed.
getObservedObject() - Method in class javax.management.monitor.MonitorNotification
Gets the observed object of this monitor notification.
getOffset() - Method in class javax.management.monitor.CounterMonitor
Gets the offset value.
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.
getOperation(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanOperationInfo requested by name.
getOperation(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
returns a ModelMBeanOperationInfo requested by name.
getOperations() - Method in class javax.management.MBeanInfo
Returns the list of operations of the MBean.
getOperations() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the list of operations exposed for management as ModelMBeanOperationInfo objects.
getOperations() - Method in interface javax.management.modelmbean.ModelMBeanInfo
 
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 interface javax.management.relation.RelationServiceMBean
Returns the flag to indicate if when a notification is received for the unregistration of a 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 class javax.management.relation.RelationService
Returns the flag to indicate if when a notification is received for the unregistration of a 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.
getReferencedMBeans() - Method in interface javax.management.relation.Relation
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.
getReferencedMBeans(String) - Method in interface javax.management.relation.RelationServiceMBean
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.
getRefMBeanClassName() - Method in class javax.management.relation.RoleInfo
Returns name of class of MBean expected to be referenced in corresponding role
getRelationId() - Method in class javax.management.relation.RelationNotification
Returns the relation identifier of created/removed/updated 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.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.RelationType
Returns the relation type name.
getRelationTypeName() - Method in class javax.management.relation.RelationNotification
Returns the relation type name of created/removed/updated relation
getRelationTypeName() - Method in interface javax.management.relation.Relation
Returns name of associated relation type.
getRelationTypeName() - Method in class javax.management.relation.RelationSupport
Returns name of associated relation type.
getRelationTypeName() - Method in class javax.management.relation.RelationTypeSupport
Returns the relation type name.
getRelationTypeName(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns name of associated relation type for given relation.
getRelationTypeName(String) - Method in class javax.management.relation.RelationService
Returns name of associated relation type for given relation.
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.
getReturnType() - Method in class javax.management.MBeanOperationInfo
Returns the description of the method's return value.
getRole(String) - Method in interface javax.management.relation.Relation
Retrieves role value for given role name.
getRole(String) - Method in class javax.management.relation.RelationSupport
Retrieves role value for given role name.
getRole(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role value for given role name in given relation.
getRole(String, String) - Method in class javax.management.relation.RelationService
Retrieves role value for given role name in given relation.
getRoleCardinality(String) - Method in interface javax.management.relation.Relation
Returns 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.
getRoleCardinality(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves 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
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).
getRoleInfo(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role info for given role of a given relation type
getRoleInfo(String, String) - Method in class javax.management.relation.RelationService
Retrieves role info for given role 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).
getRoleInfos(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves list of role infos (RoleInfo objects) of a given relation type
getRoleInfos(String) - Method in class javax.management.relation.RelationService
Retrieves list of role infos (RoleInfo objects) of a given relation type
getRoleName() - Method in class javax.management.relation.Role
Retrieves role name
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.RoleUnresolved
Retrieves role name
getRoles() - Method in class javax.management.relation.RoleResult
Retrieves list of roles successfully accessed
getRoles(String[]) - Method in interface javax.management.relation.Relation
Retrieves values of roles with given names
getRoles(String[]) - Method in class javax.management.relation.RelationSupport
Retrieves values of roles with given names
getRoles(String, String[]) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves values of roles with given names in given relation.
getRoles(String, String[]) - Method in class javax.management.relation.RelationService
Retrieves values of roles with given names in given relation.
getRolesUnresolved() - Method in class javax.management.relation.RoleResult
Retrieves list of roles unsuccessfully accessed
getRoleValue() - Method in class javax.management.relation.Role
Retrieves role value
getRoleValue() - Method in class javax.management.relation.RoleUnresolved
Retrieves role value
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.MBeanOperationInfo
Returns the signature of the method, that is, information on the operation's arguments.
getSignature() - Method in class javax.management.MBeanConstructorInfo
Returns the signature of the method, that is, information on the operation's arguments.
getSource() - Method in class javax.management.Notification
Get the source object name
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.
getStringToCompare() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the string to compare with the observed attribute.
getTargetError() - Method in class javax.management.RuntimeErrorException
 
getTargetException() - Method in class javax.management.ReflectionException
 
getTargetException() - Method in class javax.management.MBeanException
 
getTargetException() - Method in class javax.management.RuntimeOperationsException
 
getTargetException() - Method in class javax.management.RuntimeMBeanException
 
getThreshold() - Method in class javax.management.monitor.CounterMonitor
Gets the threshold value.
getThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the threshold value.
getTimeStamp() - Method in class javax.management.Notification
Get the notification time stamp
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.Notification
Get the notification type.
getType() - Method in class javax.management.MBeanParameterInfo
Returns the type or class name of the data.
getType() - Method in class javax.management.MBeanAttributeInfo
Returns the class name of the attribute.
getURLs() - Method in interface javax.management.loading.MLetMBean
Returns the search path of URLs for loading classes and resources.
getURLs() - Method in class javax.management.loading.MLet
Returns the search path of URLs for loading classes and resources.
getUserData() - Method in class javax.management.Notification
Get the notification 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 - Static variable in class javax.management.Query
 
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(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.
hashCode() - Method in class javax.management.ObjectName
Returns a hash code for this object name.
hasRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if there is a relation identified in Relation Service with given relation id.
hasRelation(String) - Method in class javax.management.relation.RelationService
Checks if there is a relation identified in Relation Service with given relation id.

I

in(ValueExp, ValueExp[]) - Static method in class javax.management.Query
Returns an expression constraining a value to be one of an explicit list.
INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is read-like, it basically returns information.
initialSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
InstanceAlreadyExistsException - exception javax.management.InstanceAlreadyExistsException.
Thrown when 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.
Thrown when 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.
instantiate(String) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository).
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 (Default Loader Repository).
instantiate(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object.
IntrospectionException - exception javax.management.IntrospectionException.
Thrown when 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.
Thrown when 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.
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.
This exception is raised when, in a relation type, there is already a relation type with that name, or the same name has been used for two different role infos, or no role info provided, or one null role info provided.
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.
This exception is raised when, in a role the number of referenced MBeans in given value is less than expected minimum degree, or the number of referenced MBeans in provided value exceeds expected maximum degree, or one referenced MBean in the value is not an Object of the MBean class expected for that role, or a MBean provided for that role does not exist.
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(Exception, String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Constructor taking an exception and a string.
InvalidTargetObjectTypeException(String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Constructor from a string.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServer
Invokes an operation on an MBean.
invoke(String, Object[], String[]) - Method in interface javax.management.DynamicMBean
Allows an action to be invoked on the Dynamic MBean.
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 interface javax.management.relation.RelationServiceMBean
Checks if the Relation Service is active.
isActive() - Method in class javax.management.relation.RelationService
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.
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 interface javax.management.relation.RelationSupportMBean
Returns an internal flag specifying if the object is still handled by the Relation Service.
isInRelationService() - Method in class javax.management.relation.RelationSupport
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.
isIs() - Method in class javax.management.MBeanAttributeInfo
Indicates if this attribute has an "is" getter.
isNotificationEnabled(Notification) - Method in class javax.management.NotificationFilterSupport
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.AttributeChangeNotificationFilter
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 for a query.
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 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.
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.
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.
isRelationMBean(String) - Method in interface javax.management.relation.RelationServiceMBean
If the relation is represented by a MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRelationMBean(String) - Method in class javax.management.relation.RelationService
If the relation is represented by a 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 else.
isValid() - Method in interface javax.management.Descriptor
Returns true if fieldValues are checked to be sure they are legal for the fieldNames.
isValid() - Method in class javax.management.modelmbean.DescriptorSupport
Returns true if fieldValues are checked to be sure they are legal for the fieldNames.
isWritable() - Method in class javax.management.MBeanAttributeInfo
Whether new values can be written to the attribute.
isWritable() - Method in class javax.management.relation.RoleInfo
Returns write access mode for the role (true if it is writable)

J

javax.management - package javax.management
 
javax.management.loading - package javax.management.loading
 
javax.management.modelmbean - package javax.management.modelmbean
 
javax.management.monitor - package javax.management.monitor
 
javax.management.relation - package javax.management.relation
 
javax.management.timer - package javax.management.timer
 
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.

L

LE - Static variable in class javax.management.Query
 
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.
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
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.
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
The load method instantiates this RequiredModelMBean instance with the data found for the RequiredModelMBean in the persistent store.
loadClass(String) - Static method in class javax.management.loading.DefaultLoaderRepository
Go through the list of all class loaders registered in any MBeanServer on the current VM and try to load the requested class.
loadClassWithout(ClassLoader, String) - Static method in class javax.management.loading.DefaultLoaderRepository
Go through the list of all class loaders (except the one passed in as the first parameter) registered in any MBeanServer on the current VM and try to load the requested class.
loaders - Static variable in class javax.management.loading.DefaultLoaderRepository
List of class loaders.
LT - Static variable in class javax.management.Query
 
lt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than" constraint on two values.

M

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.
match(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
MBeanAttributeInfo - class javax.management.MBeanAttributeInfo.
Describes an MBean attribute exposed for management.
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.
MBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.MBeanAttributeInfo
Constructs an MBeanAttributeInfo object.
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 detailed 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.
Describes a notification emitted by an MBean.
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.
MBeanRegistration - interface javax.management.MBeanRegistration.
Can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanRegistrationException - exception javax.management.MBeanRegistrationException.
 
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 - Variable in class javax.management.AttributeValueExp
 
MBeanServer - interface javax.management.MBeanServer.
This is the interface for MBean manipulation on the agent side.
MBeanServerDelegate - class javax.management.MBeanServerDelegate.
Represents the Mbean server from the management point of view.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
Creates 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.
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.
This filter allows to filter MBeanServerNotification notifications by selecting the ObjectNames of interest and the operations (registration, unregistration, both) of interest (corresponding to notification types).
MBeanServerNotificationFilter() - Constructor for class javax.management.relation.MBeanServerNotificationFilter
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames
MINUS - Static variable in class javax.management.Query
 
minus(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the difference between two numeric values.
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.
MLetMBean - interface javax.management.loading.MLetMBean.
Exposes the remote management interface of the MLet MBean.
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(ModelMBeanAttributeInfo) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.
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.
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 the 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, but the descriptor is a default.
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(ModelMBeanNotificationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a new ModelMBeanNotificationInfo object from this ModelMBeanNotfication Object.
ModelMBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a ModelMBeanNotificationInfo object with a default descxriptor.
ModelMBeanNotificationInfo(String[], String, String, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a ModelMBeanNotificationInfo object.
ModelMBeanOperationInfo - class javax.management.modelmbean.ModelMBeanOperationInfo.
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
ModelMBeanOperationInfo(ModelMBeanOperationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a new ModelMBeanOperationInfo object from this ModelMBeanOperation Object.
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.
Monitor - class javax.management.monitor.Monitor.
Defines the common part to all monitor MBeans.
Monitor() - Constructor for class javax.management.monitor.Monitor
Instantiates a Monitor with the default Granularity Period (10 sec)
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.
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

N

name - Variable in class javax.management.MBeanFeatureInfo
The name of the feature.
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.
NO_ROLE_WITH_NAME - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to access an unknown role
not(QueryExp) - Static method in class javax.management.Query
Returns a constraint that is the negation of its argument.
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, 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.
Notification(String, Object, long, String) - Constructor for class javax.management.Notification
Creates a Notification object.
NotificationBroadcaster - interface javax.management.NotificationBroadcaster.
Should be implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
Provides an implementation of NotificationBroadcaster interface.
NotificationBroadcasterSupport() - Constructor for class javax.management.NotificationBroadcasterSupport
 
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.

O

ObjectInstance - class javax.management.ObjectInstance.
Used to represent the object name of an MBean and its class 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.
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.
ObjectName - class javax.management.ObjectName.
Represents the object name of an MBean.
ObjectName(String) - Constructor for class javax.management.ObjectName
Allows an object name to be created from the given string.
ObjectName(String, Hashtable) - Constructor for class javax.management.ObjectName
Allows an object name with several key properties to be created.
ObjectName(String, String, String) - Constructor for class javax.management.ObjectName
Allows an object name to be created using only one key property.
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.
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

PersistentMBean - interface javax.management.PersistentMBean.
This class is the interface to be implemented by MBeans that are meant to be persistent.
PLUS - Static variable in class javax.management.Query
 
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 de-registered in the MBean server.
postDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations needed after having been de-registered in the MBean server.
postDeregister() - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations needed after having been de-registered 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 de-registered 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.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 de-registered by the MBean server.
preDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations it needs before being de-registered by the MBean server.
preDeregister() - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations it needs before being de-registered 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 de-registered 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 de-registered in 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.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 interface javax.management.relation.RelationServiceMBean
Purges the relations.
purgeRelations() - Method in class javax.management.relation.RelationService
Purges the relations.

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
basic constructor
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.
queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
Gets the names of MBeans controlled by the MBean server.

R

readExternal(ObjectInput) - Method in class javax.management.loading.MLet
This method reads the object's contents during Object Serialization.
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
ReflectionException - exception javax.management.ReflectionException.
This class represents exceptions thrown in the agent when using the java.lang.reflect classes to invoke methods on MBeans.
ReflectionException(Exception) - Constructor for class javax.management.ReflectionException
Creates an ReflectionException that wraps the actual java.lang.Exception.
ReflectionException(Exception, String) - Constructor for class javax.management.ReflectionException
Creates an ReflectionException that wraps the actual java.lang.Exception with a detailed message.
registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
Registers a pre-existing object as an MBean with the MBean server.
REGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that an MBean has been registered.
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.
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
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 RelationNotification notification is sent when a relation is created via the Relation Service, or a MBean is added as a relation in the Relation Service, or a role is updated in a relation, or a relation is removed from 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 a 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, MBeanServer, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Creates object.
RelationSupport(String, ObjectName, 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) - Constructor for class javax.management.relation.RelationTypeSupport
 
RelationTypeSupport(String, RoleInfo[]) - Constructor for class javax.management.relation.RelationTypeSupport
Constructor where all role definitions are dynamically created and passed as parameter.
releaseMBeanServer(MBeanServer) - Static method in class javax.management.MBeanServerFactory
Remove internal references to a created MBeanServer.
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 MBean.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class javax.management.modelmbean.RequiredModelMBean
Removes a listener for attributeChangeNotifications from the 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 Specified by: removeField in interface 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(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
Removes a listener from a registered MBean.
removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
Enables to remove a listener from a registered MBean.
removeNotificationListener(NotificationListener) - Method in interface javax.management.NotificationBroadcaster
Removes a listener from a registered MBean.
removeNotificationListener(NotificationListener) - Method in class javax.management.modelmbean.RequiredModelMBean
Removes a listener for Notifications from the RequiredModelMBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServer
Enables to remove a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Enables to remove a listener from a registered MBean.
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.
removeRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation from the Relation Service.
removeRelation(String) - Method in class javax.management.relation.RelationService
Removes given relation from the Relation Service.
removeRelationType(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation type from Relation Service.
removeRelationType(String) - Method in class javax.management.relation.RelationService
Removes given relation type from Relation Service.
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.
RESET_FLAGS_ALREADY_NOTIFIED - Static variable in class javax.management.monitor.Monitor
This flag is used to reset the alreadyNotified monitor attribute.
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.
Role - class javax.management.relation.Role.
Represents a role: includes a role name and referenced MBeans (via their ObjectNames).
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
Role(String, List) - Constructor for class javax.management.relation.Role
Constructor
RoleInfo - class javax.management.relation.RoleInfo.
A RoleInfo object represents a role information in a relation type.
RoleInfo(RoleInfo) - Constructor for class javax.management.relation.RoleInfo
Copy constructor
RoleInfo(String, 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, boolean, boolean, int, int, String) - Constructor for class javax.management.relation.RoleInfo
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 ArrayList specified, in the order in which they are returned by the ArrayList'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 whe 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 ArrayList specified,in the order in which they are returned by the ArrayList's iterator.
roleValueToString(List) - Method in class javax.management.relation.Role
Returns a string for the given role value.
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.
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
Creates an RuntimeErrorException that wraps the actual java.lang.Error.
RuntimeErrorException(Error, String) - Constructor for class javax.management.RuntimeErrorException
Creates an RuntimeErrorException that wraps the actual java.lang.Error with a detailed message.
RuntimeMBeanException - exception javax.management.RuntimeMBeanException.
Represents runtime exceptions thrown by MBean methods in the agent.
RuntimeMBeanException(RuntimeException) - Constructor for class javax.management.RuntimeMBeanException
Creates an RuntimeMBeanException that wraps the actual java.lang.RuntimeException.
RuntimeMBeanException(RuntimeException, String) - Constructor for class javax.management.RuntimeMBeanException
Creates an 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 an RuntimeOperationsException that wraps the actual java.lang.RuntimeException.
RuntimeOperationsException(RuntimeException, String) - Constructor for class javax.management.RuntimeOperationsException
Creates an RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.

S

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(Attribute, Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the RequiredModelMBean.
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(AttributeChangeNotification) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
Enables an MBean to send a notification.
sendNotification(Notification) - Method in class javax.management.MBeanServerDelegate
Enables the MBean server to send 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.general notification.
sendNotification(Notification) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends a Notification which is passed in to the registered Notification listeners on the RequiredModelMBean.
sendNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which contains the text string that is passed into the registered Notification listeners on the ModelMBean.
sendNotification(String) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
sendRelationCreationNotification(String) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation creation.
sendRelationCreationNotification(String) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation creation.
sendRelationRemovalNotification(String, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation removal.
sendRelationRemovalNotification(String, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation removal.
sendRoleUpdateNotification(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a role update in the given relation.
sendRoleUpdateNotification(String, Role, List) - Method in class javax.management.relation.RelationService
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.
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.
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
Sets the value of a specific attribute of the Dynamic MBean.
setAttribute(Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the value of a specific attribute of a named ModelMBean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServer
Sets the value of a specific attribute of a named MBean.
setAttributes(AttributeList) - Method in interface javax.management.DynamicMBean
Sets the values of several attributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the values of an array of attributes of this ModelMBean.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServer
Sets the values of several attributes of a named MBean.
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.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.ModelMBeanConstructorInfo
Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.
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.
setDescriptor(Descriptor, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Adds or replaces a descriptor in the ModelMBeanInfoSupport.
setDescriptor(Descriptor, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
adds or replaces descriptors in all the info arrays for the ModelMBean.
setDescriptors(Descriptor[]) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Adds or replaces descriptors in all the ModelMBeanInfoSupport for the ModelMBean.
setDescriptors(Descriptor[]) - Method in interface javax.management.modelmbean.ModelMBeanInfo
adds or replaces descriptors in the ModelMBeanInfo.
setDifferenceMode(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the difference mode flag value.
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.
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.Monitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in interface javax.management.monitor.MonitorMBean
Sets the granularity period (in milliseconds).
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.
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.
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 RequiredModelMBean management interface (ModelMBeanInfo and Descriptors).
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)
setMBeanDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Sets the ModelMBean's descriptor.
setMBeanDescriptor(Descriptor) - Method in interface javax.management.modelmbean.ModelMBeanInfo
sets the ModelMBean's descriptor (fully replace).
setMBeanServer(MBeanServer) - Method in interface javax.management.ValueExp
Sets the MBean server on which the query is to be performed.
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.QueryEval
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.QueryExp
Sets the MBean server on which the query is to be performed.
setModelMBeanInfo(ModelMBeanInfo) - Method in class javax.management.modelmbean.RequiredModelMBean
Initializes a RequiredModelMBean object using ModelMBeanInfo passed in.
setModelMBeanInfo(ModelMBeanInfo) - Method in interface javax.management.modelmbean.ModelMBean
Initializes a ModelMBean object using ModelMBeanInfo passed in.
setModulus(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the modulus value.
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.
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.
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.
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.
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.
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
Sets the object to observe identified by its object name.
setObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Sets the object to observe identified by its object name.
setOffset(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the offset value.
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 interface javax.management.relation.RelationServiceMBean
Sets the flag to indicate if when a notification is received for the unregistration of a 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 class javax.management.relation.RelationService
Sets the flag to indicate if when a notification is received for the unregistration of a 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.
setRelationServiceManagementFlag(Boolean) - Method in interface javax.management.relation.RelationSupportMBean
Sets the flag to specify that it is handled or not by the Relation Service
setRelationServiceManagementFlag(Boolean) - Method in class javax.management.relation.RelationSupport
Sets the flag to specify that it is handled or not by the Relation Service
setRole(Role) - Method in interface javax.management.relation.Relation
Sets the given role.
setRole(Role) - Method in class javax.management.relation.RelationSupport
Sets the given role.
setRole(String, Role) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given role in given relation.
setRole(String, Role) - Method in class javax.management.relation.RelationService
Sets the given role in given relation.
setRoleName(String) - Method in class javax.management.relation.Role
Sets role name
setRoleName(String) - Method in class javax.management.relation.RoleUnresolved
Sets role name
setRoles(RoleList) - Method in class javax.management.relation.RoleResult
Sets list of roles successfully accessed
setRoles(RoleList) - Method in interface javax.management.relation.Relation
Sets the given roles.
setRoles(RoleList) - Method in class javax.management.relation.RelationSupport
Sets the given roles.
setRoles(String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given roles in given relation.
setRoles(String, RoleList) - Method in class javax.management.relation.RelationService
Sets the given roles in given relation.
setRolesUnresolved(RoleUnresolvedList) - Method in class javax.management.relation.RoleResult
Sets list of roles unsuccessfully accessed
setRoleValue(List) - Method in class javax.management.relation.Role
Sets role value
setRoleValue(List) - Method in class javax.management.relation.RoleUnresolved
Sets role value
setSendPastNotifications(boolean) - Method in class javax.management.timer.Timer
sets the attribute sendPastNotification, to determine the behavior of the timer when it finds expired notifications
setSendPastNotifications(boolean) - Method in interface javax.management.timer.TimerMBean
sets the attribute sendPastNotification, to determine the behavior of the timer when it finds expired notifications
setSequenceNumber(long) - Method in class javax.management.Notification
Set the notification sequence number
setSource(Object) - Method in class javax.management.Notification
Set the source object name
setStringToCompare(String) - Method in class javax.management.monitor.StringMonitor
Sets the string to compare with the observed attribute.
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
Sets the threshold value.
setThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the threshold value.
setThresholds(Number, Number) - Method in class javax.management.monitor.GaugeMonitor
Sets the high and the low threshold values.
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 time stamp
setUserData(Object) - Method in class javax.management.Notification
Set the notification user data
source - Variable in class javax.management.Notification
The object on which the notification initially occurred.
start() - Method in class javax.management.monitor.Monitor
Starts the monitor
start() - Method in class javax.management.monitor.StringMonitor
Starts the string monitor.
start() - Method in class javax.management.monitor.CounterMonitor
Starts the counter monitor.
start() - Method in interface javax.management.monitor.MonitorMBean
Starts the monitor.
start() - Method in class javax.management.monitor.GaugeMonitor
Starts the gauge 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.Monitor
Stops the monitor.
stop() - Method in class javax.management.monitor.StringMonitor
Stops the string monitor.
stop() - Method in class javax.management.monitor.CounterMonitor
Stops the counter monitor.
stop() - Method in interface javax.management.monitor.MonitorMBean
Stops the monitor.
stop() - Method in class javax.management.monitor.GaugeMonitor
Stops the gauge 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 MMBean instance and writes it out to the persistent store.
store() - Method in class javax.management.modelmbean.RequiredModelMBean
Captures the current state of this RequiredModelMBean instance and writes it out to the persistent store.
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.
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 costructor
StringValueExp(String) - Constructor for class javax.management.StringValueExp
Creates a new StringValueExp representing the string literal val.

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.
Timer - class javax.management.timer.Timer.
Provides the implementation of the timer MBean.
Timer() - Constructor for class javax.management.timer.Timer
public 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.
TIMES - Static variable in class javax.management.Query
 
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.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.BadBinaryOpValueExpException
Returns the string representing the object.
toString() - Method in class javax.management.InvalidApplicationException
 
toString() - Method in class javax.management.StringValueExp
Returns the string representing the object.
toString() - Method in class javax.management.modelmbean.XMLParseException
Override default toString() Overrides: toString in class java.lang.Throwable
toString() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Returns a human readable version of the ModelMBeanAttributeInfo instance Overrides: toString in class java.lang.Object
toString() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a human readable string containing ModelMBeanNotificationInfo Overrides: toString in class java.lang.Object
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.InvalidTargetObjectTypeException
Override default toString
toString() - Method in class javax.management.modelmbean.DescriptorSupport
Overrides: toString in class java.lang.Object
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.relation.RoleInfo
Prints a string describing the role info
toString() - Method in class javax.management.relation.Role
Prints a string describing the role
toString() - Method in class javax.management.relation.RoleUnresolved
Prints a string describing the role
toXMLString() - Method in class javax.management.modelmbean.DescriptorSupport
 

U

UNKNOWN - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation has an "unknown" nature.
unregisterMBean(ObjectName) - Method in interface javax.management.MBeanServer
De-registers an MBean from the MBean server.
UNREGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that an MBean has been unregistered.
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.
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.

V

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.
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(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(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(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(String) - Static method in class javax.management.Query
Returns a new string expression.
ValueExp - interface javax.management.ValueExp.
Represents values that can be passed as arguments to relational expressions.

W

writeExternal(ObjectOutput) - Method in class javax.management.loading.MLet
This method saves the object's contents during Object Serialization.

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(Exception, String) - Constructor for class javax.management.modelmbean.XMLParseException
Constructor taking a string and an exception
XMLParseException(String) - Constructor for class javax.management.modelmbean.XMLParseException
Constructor taking a string

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