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

A

ACL_FILE - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the ACL file used by the SNMP protocol adaptor.
ACTION - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a write-like, and would modify the MBean in some way, typically by writing some value or changing a configuration.
ACTION_INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is both read-like and write-like.
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 unresolved role 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 class javax.management.modelmbean.RequiredModelMBean
 
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Registers an object which implements the NotificationListener interface as a listener.
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) - Method in class javax.management.timer.Timer
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and a null period and number of occurences.
addNotification(String, String, Object, Date, long) - 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) - 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, long) - Method in interface javax.management.timer.TimerMBean
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long, 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, boolean) - Method in interface javax.management.timer.TimerMBean
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long, long, boolean) - Method in class javax.management.timer.Timer
Creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
Adds a listener.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationBroadcaster
Adds a listener to this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
Registers an object which implements the NotificationListener interface as a listener.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Static method in class com.sun.jdmk.TraceManager
Add a listener with filtering conditions
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.comm.CommunicatorServer
Adds a listener for the notifications emitted by this CommunicatorServer.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerForwarder
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface com.sun.jdmk.NotificationRegistration
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Adds a listener to a registered MBean.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerForwarder
 
addNotificationListener(TraceListener, Object) - Static method in class com.sun.jdmk.TraceManager
Add a listener with default filtering conditions: all types but only trace level are selected.
addObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Adds the specified object in the set of observed MBeans.
addObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Adds the specified object in the set of observed MBeans, if this object is not already present.
addRelation(ObjectName) - Method in class javax.management.relation.RelationService
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelationType(RelationType) - Method in class javax.management.relation.RelationService
Adds given object as a relation type.
addRelationType(RelationType) - Method in interface javax.management.relation.RelationServiceMBean
Adds given object as a relation type.
addRoleInfo(RoleInfo) - Method in class javax.management.relation.RelationTypeSupport
Add a role info.
addURL(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.
addUserAuthenticationInfo(AuthInfo) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Adds the authentication information of the user to be authenticated by this server.
ALLOWED_CLASSNAMES - Static variable in class javax.management.openmbean.OpenType
List of the fully qualified names of the Java classes allowed for open data values.
alreadyNotified - Variable in class javax.management.monitor.Monitor
Deprecated. equivalent to Monitor.alreadyNotifieds[0].
alreadyNotifieds - Variable in class javax.management.monitor.Monitor
Selected monitor errors that have already been notified.
and(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the conjunction of two other query expressions.
anySubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
apply(ObjectName) - Method in class javax.management.StringValueExp
Applies the ValueExp on a MBean.
apply(ObjectName) - Method in class javax.management.AttributeValueExp
Applies the AttributeValueExp on an MBean.
apply(ObjectName) - Method in interface javax.management.ValueExp
Applies the ValueExp on a MBean.
apply(ObjectName) - Method in interface javax.management.QueryExp
Applies the QueryExp on an MBean.
apply(ObjectName) - Method in class javax.management.ObjectName
Test whether this ObjectName, which may be a pattern, matches another ObjectName.
ArrayType - class javax.management.openmbean.ArrayType.
The ArrayType class is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values.
ArrayType(int, OpenType) - Constructor for class javax.management.openmbean.ArrayType
Constructs an ArrayType instance describing open data values which are arrays with dimension dimension of elements whose open type is elementType.
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.
The specified attribute does not exist or cannot be retrieved.
AttributeNotFoundException() - Constructor for class javax.management.AttributeNotFoundException
Default constructor.
AttributeNotFoundException(String) - Constructor for class javax.management.AttributeNotFoundException
Constructor that allows a specific error message to be specified.
AttributeValueExp - class javax.management.AttributeValueExp.
Represents attributes used as arguments to relational constraints.
AttributeValueExp() - Constructor for class javax.management.AttributeValueExp
Deprecated. An instance created with this constructor cannot be used in a query.
AttributeValueExp(String) - Constructor for class javax.management.AttributeValueExp
Creates a new AttributeValueExp representing the specified object attribute, named attr.
AuthInfo - class com.sun.jdmk.comm.AuthInfo.
Defines the Authentication Information required by the adaptors for carrying out login/password authentication.
AuthInfo() - Constructor for class com.sun.jdmk.comm.AuthInfo
Creates an authentication info object with a null login/password.
AuthInfo(String, String) - Constructor for class com.sun.jdmk.comm.AuthInfo
Creates an authentication info object with a given login/password.

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 a BadStringOperationException with the specified detail message.
between(ValueExp, ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents the constraint that one value is between two other values.
BIGDECIMAL - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.math.BigDecimal.
BIGINTEGER - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.math.BigInteger.
BOOLEAN - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Boolean.
BUILD_NUMBER - Static variable in class com.sun.jdmk.ServiceName
The build number of the current product version, of the form rXX.
BYTE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Byte.

C

cacheMBeanInfo(MBeanInfo) - Method in class javax.management.StandardMBean
Customization hook: cache the MBeanInfo built for this object.
calculateIndex(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
Calculates the index that would be used in this TabularData instance to refer to the specified composite data value parameter if it were added to this instance.
calculateIndex(CompositeData) - Method in interface javax.management.openmbean.TabularData
Calculates the index that would be used in this TabularData instance to refer to the specified composite data value parameter if it were added to this instance.
capacityIncrement - Static variable in class javax.management.monitor.Monitor
The amount by which the capacity of the monitor arrays are automatically incremented when their size becomes greater than their capacity.
CHARACTER - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Character.
check(String, URL, String, MLetContent) - Method in class javax.management.loading.MLet
This method is to be overridden when extending this service to support caching and versioning.
checkMaxDegree(int) - Method in class javax.management.relation.RoleInfo
Returns a boolean to specify if given value is less or equal than expected maximum degree (true if yes).
checkMinDegree(int) - Method in class javax.management.relation.RoleInfo
Returns a boolean to specify if given value is greater or equal than expected minimum degree (true if yes).
checkRoleReading(String, String) - Method in class javax.management.relation.RelationService
Checks if given Role can be read in a relation of the given type.
checkRoleReading(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if given Role can be read in a relation of the given type.
checkRoleWriting(Role, String, Boolean) - Method in class javax.management.relation.RelationService
Checks if given Role can be set in a relation of given type.
checkRoleWriting(Role, String, Boolean) - Method in interface javax.management.relation.RelationServiceMBean
Checks if given Role can be set in a relation of given type.
classattr() - Static method in class javax.management.Query
Returns a new class attribute expression which can be used in any Query call that expects a ValueExp.
ClassLoaderRepository - interface javax.management.loading.ClassLoaderRepository.
Instances of this interface are used to keep the list of ClassLoaders registered in an MBean Server.
className - Variable in class com.sun.jdmk.TraceNotification
The name of the class from which the information comes
clear() - Method in class javax.management.openmbean.TabularDataSupport
Removes all rows from this TabularDataSupport instance.
clear() - Method in interface javax.management.openmbean.TabularData
Removes all CompositeData values (ie rows) from this TabularData instance.
clearCache() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Clear the notification cache.
ClientNotificationHandler - interface com.sun.jdmk.comm.ClientNotificationHandler.
This interface specifies the methods for a connector to allow a listener to receive notifications from a remote MBean in an agent.
clone() - Method in interface javax.management.Descriptor
Returns a new Descriptor which is a duplicate of the Descriptor.
clone() - Method in class javax.management.MBeanParameterInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanNotificationInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanConstructorInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanOperationInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanAttributeInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.MBeanInfo
Returns a shallow clone of this instance.
clone() - Method in class javax.management.relation.RoleUnresolved
Clone this object.
clone() - Method in class javax.management.relation.Role
Clone the role object.
clone() - Method in class javax.management.openmbean.TabularDataSupport
Returns a clone of this TabularDataSupport instance: the clone is obtained by calling super.clone(), and then cloning the underlying map.
clone() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
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.ModelMBeanConstructorInfo
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Creates and returns a new ModelMBeanNotificationInfo which is a duplicate of this ModelMBeanNotificationInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Creates and returns a new ModelMBeanOperationInfo which is a duplicate of this ModelMBeanOperationInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
clone() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Creates and returns a copy of this object.
clone() - Method in class com.sun.jdmk.comm.AuthInfo
Clone this AuthInfo.
com.sun.jdmk - package com.sun.jdmk
Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes.
com.sun.jdmk.comm - package com.sun.jdmk.comm
Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes.
com.sun.jdmk.defaults - package com.sun.jdmk.defaults
Provides specific classes to Sun JMX Tools Contribution: Utility classes.
com.sun.jdmk.trace - package com.sun.jdmk.trace
Provides specific classes to Sun JMX Tools Contribution: Trace classes used by the tools.
CommunicationException - exception com.sun.jdmk.comm.CommunicationException.
Represents exceptions raised due to communications problems, for example when a managed object server is out of reach.
CommunicationException(String) - Constructor for class com.sun.jdmk.comm.CommunicationException
Constructs a CommunicationException with a detail message.
CommunicationException(Throwable) - Constructor for class com.sun.jdmk.comm.CommunicationException
Constructs a CommunicationException with a target exception.
CommunicationException(Throwable, String) - Constructor for class com.sun.jdmk.comm.CommunicationException
Constructs a CommunicationException with a target exception and a detail message.
CommunicatorServer - class com.sun.jdmk.comm.CommunicatorServer.
Defines generic behavior for the server part of a connector or an adaptor.
CommunicatorServer(int) - Constructor for class com.sun.jdmk.comm.CommunicatorServer
Instantiates a CommunicatorServer.
CommunicatorServerMBean - interface com.sun.jdmk.comm.CommunicatorServerMBean.
Defines generic behaviour for the server part of a connector or an adaptor.
CompositeData - interface javax.management.openmbean.CompositeData.
The CompositeData interface specifies the behaviour of a specific type of complex open data objects which represent composite data structures.
CompositeDataSupport - class javax.management.openmbean.CompositeDataSupport.
The CompositeDataSupport class is the open data class which implements the CompositeData interface.
CompositeDataSupport(CompositeType, Map) - Constructor for class javax.management.openmbean.CompositeDataSupport
Constructs a CompositeDataSupport instance with the specified compositeType, whose item names and corresponding values are given by the mappings in the map items.
CompositeDataSupport(CompositeType, String[], Object[]) - Constructor for class javax.management.openmbean.CompositeDataSupport
Constructs a CompositeDataSupport instance with the specified compositeType, whose item values are specified by itemValues[], in the same order as in itemNames[].
CompositeType - class javax.management.openmbean.CompositeType.
The CompositeType class is the open type class whose instances describe the types of CompositeData values.
CompositeType(String, String, String[], String[], OpenType[]) - Constructor for class javax.management.openmbean.CompositeType
Constructs a CompositeType instance, checking for the validity of the given parameters.
ConnectorAddress - interface com.sun.jdmk.comm.ConnectorAddress.
Interface which all protocol-specific address classes have to implement.
containsKey(Object) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains a CompositeData value (ie a row) whose index is the specified key.
containsKey(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains a CompositeData value (ie a row) whose index is the specified key.
containsKey(Object[]) - Method in interface javax.management.openmbean.TabularData
Returns true if and only if this TabularData instance contains a CompositeData value (ie a row) whose index is the specified key.
containsKey(String) - Method in class javax.management.openmbean.CompositeDataSupport
Returns true if and only if this CompositeData instance contains an item whose name is key.
containsKey(String) - Method in interface javax.management.openmbean.CompositeData
Returns true if and only if this CompositeData instance contains an item whose name is key.
containsKey(String) - Method in class javax.management.openmbean.CompositeType
Returns true if this CompositeType instance defines an item whose name is itemName.
containsObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Tests whether the specified object is in the set of observed MBeans.
containsObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Tests whether the specified object is in the set of observed MBeans.
containsValue(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains the specified CompositeData value.
containsValue(CompositeData) - Method in interface javax.management.openmbean.TabularData
Returns true if and only if this TabularData instance contains the specified CompositeData value.
containsValue(Object) - Method in class javax.management.openmbean.CompositeDataSupport
Returns true if and only if this CompositeData instance contains an item whose value is value.
containsValue(Object) - Method in class javax.management.openmbean.TabularDataSupport
Returns true if and only if this TabularData instance contains the specified value.
containsValue(Object) - Method in interface javax.management.openmbean.CompositeData
Returns true if and only if this CompositeData instance contains an item whose value is value.
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) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
This method calls createMBean(className, name, (Object[]) null, (String[]) null).
createMBean(String, ObjectName, Object[], String[]) - 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.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
createMBean(String, ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
This method calls createMBean(className, name, loaderName, (Object[]) null, (String[]) null).
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServerConnection
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
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.
createParser(String, String, String) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Creates and registers in the MBeanServer the HTML parser MBean used by the HtmlAdaptorServer to parse incoming requests or build outgoing HTML pages.
createRelation(String, String, RoleList) - Method in class javax.management.relation.RelationService
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
createRelation(String, String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
createRelationType(String, RoleInfo[]) - Method in class javax.management.relation.RelationService
Creates a relation type (a RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
createRelationType(String, RoleInfo[]) - Method in interface javax.management.relation.RelationServiceMBean
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.

D

DATE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.util.Date.
dbgTag - Variable in class javax.management.monitor.Monitor
Deprecated. No replacement.
DefaultLoaderRepository - class javax.management.DefaultLoaderRepository.
Deprecated. Use MBeanServer.getClassLoaderRepository()} instead.
DefaultLoaderRepository - class javax.management.loading.DefaultLoaderRepository.
Deprecated. Use MBeanServer.getClassLoaderRepository()} instead.
DefaultLoaderRepository() - Constructor for class javax.management.DefaultLoaderRepository
Deprecated.  
DefaultLoaderRepository() - Constructor for class javax.management.loading.DefaultLoaderRepository
Deprecated.  
DefaultPaths - class com.sun.jdmk.defaults.DefaultPaths.
This class represents a set of default directories used by Java DMK.
DELEGATE - Static variable in class com.sun.jdmk.ServiceName
The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.
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
Deprecated. Use getClassLoaderFor to obtain the appropriate class loader for deserialization.
deserialize(ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. Use MBeanServer.getClassLoaderRepository() to obtain the class loader repository and use it to deserialize.
deserialize(String, byte[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
Deprecated. Use getClassLoader to obtain the class loader for deserialization.
deserialize(String, ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute names.
disableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables any MBeanServerNotification (all ObjectNames are deselected).
disableAllTypes() - Method in class javax.management.NotificationFilterSupport
Disables all notification types.
disableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute change notifications the attribute name of which equals the specified attribute name to be sent to the listener.
disableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables MBeanServerNotifications concerning given ObjectName.
disableType(String) - Method in class javax.management.NotificationFilterSupport
Removes the given prefix from the prefix list.
DISCARD_NEW - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
This constant controls the cache behavior for notification forwarding.
DISCARD_OLD - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
This constant controls the cache behavior for notification forwarding.
DIV - Static variable in class javax.management.Query
A code representing the Query.div(javax.management.ValueExp, javax.management.ValueExp) expression.
div(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the quotient of two numeric values.
doBind() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Binds the HTML protocol adaptor.
doBind() - Method in class com.sun.jdmk.comm.CommunicatorServer
 
doError(Exception) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
 
doError(Exception) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
DOMAIN - Static variable in class com.sun.jdmk.ServiceName
The default domain.
doProcess() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Handles incoming requests.
doProcess() - Method in class com.sun.jdmk.comm.CommunicatorServer
doProcess() is called after doReceive(): it should process the requests of the incoming client.
doReceive() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Collects incoming requests.
doReceive() - Method in class com.sun.jdmk.comm.CommunicatorServer
doReceive() should block until a client is available.
DOUBLE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Double.
doUnbind() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Unbinds the HTML protocol adaptor.
doUnbind() - Method in class com.sun.jdmk.comm.CommunicatorServer
doUnbind() is called whenever the connector goes OFFLINE, except if doBind() has thrown an exception.
DynamicMBean - interface javax.management.DynamicMBean.
Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).

E

elementCount - Variable in class javax.management.monitor.Monitor
The number of valid components in the vector of observed objects.
enableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables all MBeanServerNotifications (all ObjectNames are selected).
enableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Enables all the attribute change notifications the attribute name of which equals the specified name to be sent to the listener.
enableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables MBeanServerNotifications concerning given ObjectName.
enableType(String) - Method in class javax.management.NotificationFilterSupport
Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.
entrySet() - Method in class javax.management.openmbean.TabularDataSupport
Returns a collection view of the index to row mappings contained in this TabularDataSupport instance.
Enumerated - class com.sun.jdmk.Enumerated.
This class is used for implementing enumerated values.
Enumerated() - Constructor for class com.sun.jdmk.Enumerated
Construct an enumerated with a default value.
Enumerated(int) - Constructor for class com.sun.jdmk.Enumerated
Construct an enumerated from its integer form.
Enumerated(Integer) - Constructor for class com.sun.jdmk.Enumerated
Construct an enumerated from its Integer form.
Enumerated(String) - Constructor for class com.sun.jdmk.Enumerated
Construct an enumerated from its string form.
EQ - Static variable in class javax.management.Query
A code representing the Query.eq(javax.management.ValueExp, javax.management.ValueExp) 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.MBeanPermission
Checks two MBeanPermission objects for equality.
equals(Object) - Method in class javax.management.MBeanServerPermission
Checks two MBeanServerPermission objects for equality.
equals(Object) - Method in class javax.management.MBeanParameterInfo
Compare this MBeanParameterInfo to another.
equals(Object) - Method in class javax.management.MBeanNotificationInfo
Compare this MBeanAttributeInfo to another.
equals(Object) - Method in class javax.management.MBeanConstructorInfo
Compare this MBeanConstructorInfo to another.
equals(Object) - Method in class javax.management.MBeanOperationInfo
Compare this MBeanOperationInfo to another.
equals(Object) - Method in class javax.management.MBeanFeatureInfo
Compare this MBeanFeatureInfo to another.
equals(Object) - Method in class javax.management.MBeanAttributeInfo
Compare this MBeanAttributeInfo to another.
equals(Object) - Method in class javax.management.MBeanInfo
Compare this MBeanInfo to another.
equals(Object) - Method in class javax.management.Attribute
Compares the current Attribute Object with another Attribute Object.
equals(Object) - Method in class javax.management.ObjectInstance
Compares the current object instance with another object instance.
equals(Object) - Method in class javax.management.ObjectName
Compares the current object name with another object name.
equals(Object) - Method in class javax.management.openmbean.CompositeDataSupport
Compares the specified obj parameter with this CompositeDataSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Compares the specified obj parameter with this OpenMBeanConstructorInfoSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Compares the specified obj parameter with this OpenMBeanAttributeInfoSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Compares the specified obj parameter with this OpenMBeanParameterInfoSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Compares the specified obj parameter with this OpenMBeanOperationInfoSupport instance for equality.
equals(Object) - Method in class javax.management.openmbean.TabularDataSupport
Compares the specified obj parameter with this TabularDataSupport instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Compares the specified obj parameter with this OpenMBeanConstructorInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenMBeanInfoSupport
Compares the specified obj parameter with this OpenMBeanInfoSupport instance for equality.
equals(Object) - Method in interface javax.management.openmbean.TabularData
Compares the specified obj parameter with this TabularData instance for equality.
equals(Object) - Method in class javax.management.openmbean.SimpleType
Compares the specified obj parameter with this SimpleType instance for equality.
equals(Object) - Method in interface javax.management.openmbean.CompositeData
Compares the specified obj parameter with this CompositeData instance for equality.
equals(Object) - Method in class javax.management.openmbean.TabularType
Compares the specified obj parameter with this TabularType instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Compares the specified obj parameter with this OpenMBeanOperationInfo instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Compares the specified obj parameter with this OpenMBeanParameterInfo instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Compares the specified obj parameter with this OpenMBeanAttributeInfo instance for equality.
equals(Object) - Method in interface javax.management.openmbean.OpenMBeanInfo
Compares the specified obj parameter with this OpenMBeanInfo instance for equality.
equals(Object) - Method in class javax.management.openmbean.ArrayType
Compares the specified obj parameter with this ArrayType instance for equality.
equals(Object) - Method in class javax.management.openmbean.OpenType
Compares the specified obj parameter with this open type instance for equality.
equals(Object) - Method in class javax.management.openmbean.CompositeType
Compares the specified obj parameter with this CompositeType instance for equality.
equals(Object) - Method in class com.sun.jdmk.Enumerated
Compares this enumerated to the specified enumerated.
exception - Variable in class com.sun.jdmk.TraceNotification
The exception sent out by the class Trace.

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 class javax.management.relation.RelationService
Retrieves the MBeans associated to given one in a relation.
findAssociatedMBeans(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the MBeans associated to given one in a relation.
findClass(String) - Method in class javax.management.loading.MLet
This is the main method for class loaders that is being redefined.
findLibrary(String) - Method in class javax.management.loading.MLet
Returns the absolute path name of a native library.
findMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Return a list of registered MBeanServer objects.
findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the relations where a given MBean is referenced.
findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relations where a given MBean is referenced.
findRelationsOfType(String) - Method in class javax.management.relation.RelationService
Returns the relation ids for relations of the given type.
findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation ids for relations of the given type.
FLOAT - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Float.
formated - Variable in class com.sun.jdmk.TraceListener
 

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
A code representing the Query.geq(javax.management.ValueExp, javax.management.ValueExp) 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.
get(Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls get((Object[]) key).
get(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(Object[]) - Method in interface javax.management.openmbean.TabularData
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(String) - Method in class javax.management.openmbean.CompositeDataSupport
Returns the value of the item whose name is key.
get(String) - Method in interface javax.management.openmbean.CompositeData
Returns the value of the item whose name is key.
getActions() - Method in class javax.management.MBeanPermission
Returns the "canonical string representation" of the actions.
getActiveClientCount() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the number of clients currently being processed by this HtmlAdaptorServer.
getAll(String[]) - Method in class javax.management.openmbean.CompositeDataSupport
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
getAll(String[]) - Method in interface javax.management.openmbean.CompositeData
Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
getAllNotificationIDs() - Method in interface javax.management.timer.TimerMBean
Gets all timer notification identifiers registered into the list of notifications.
getAllNotificationIDs() - Method in class javax.management.timer.Timer
Gets all timer notification identifiers registered into the list of notifications.
getAllRelationIds() - Method in class javax.management.relation.RelationService
Returns all the relation ids for all the relations handled by the Relation Service.
getAllRelationIds() - Method in interface javax.management.relation.RelationServiceMBean
Returns all the relation ids for all the relations handled by the Relation Service.
getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
Retrieves names of all known relation types.
getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves names of all known relation types.
getAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles present in the relation.
getAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles present in the relation.
getAllRoles(String) - Method in class javax.management.relation.RelationService
Returns all roles present in the relation.
getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns all roles present in the relation.
getAttribute(ObjectName) - Method in class javax.management.AttributeValueExp
Return the value of the given attribute in the named MBean.
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
Gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServerConnection
Gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in class com.sun.jdmk.MBeanServerForwarder
 
getAttribute(String) - Method in class javax.management.StandardMBean
 
getAttribute(String) - Method in interface javax.management.DynamicMBean
Obtain the value of a specific attribute of the Dynamic MBean.
getAttribute(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getAttribute(String) - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the value of a specific attribute defined for this ModelMBean.
getAttribute(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanAttributeInfo requested by name.
getAttribute(String) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the value of a specific attribute of the HTML protocol adaptor.
getAttributeName() - Method in class javax.management.AttributeChangeNotification
Gets the name of the attribute which has changed.
getAttributeName() - Method in class javax.management.AttributeValueExp
Returns a string representation of the name of the attribute.
getAttributes() - Method in class javax.management.MBeanInfo
Returns the list of attributes exposed for management.
getAttributes() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by this OpenMBeanInfo instance.
getAttributes() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of attributes exposed for management.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
Gets the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServerConnection
Enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
getAttributes(String[]) - Method in class javax.management.StandardMBean
 
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Get 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.
getAttributes(String[]) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the values of several attributes of the HTML server.
getAttributeType() - Method in class javax.management.AttributeChangeNotification
Gets the type of the attribute which has changed.
getCachedMBeanInfo() - Method in class javax.management.StandardMBean
Customization hook: Return the MBeanInfo cached for this object.
getCacheSize() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Gets the cache size of notifications waiting to be forwarded.
getCanonicalKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties, in which the key properties are sorted in lexical order.
getCanonicalName() - Method in class javax.management.ObjectName
Returns the canonical form of the name; that is, a string representation where the properties are sorted in lexical order.
getCause() - Method in class javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
getCause() - Method in class javax.management.RuntimeMBeanException
Returns the actual RuntimeException thrown.
getCause() - Method in class javax.management.RuntimeErrorException
Returns the actual Error thrown.
getCause() - Method in class javax.management.MBeanException
Return the actual Exception thrown.
getCause() - Method in class javax.management.ReflectionException
Returns the actual Exception thrown.
getClassLoader(ObjectName) - Method in interface javax.management.MBeanServer
Return the named ClassLoader.
getClassLoader(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
getClassLoaderFor(ObjectName) - Method in interface javax.management.MBeanServer
Return the ClassLoader that was used for loading the class of the named MBean.
getClassLoaderFor(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
getClassLoaderRepository() - Method in interface javax.management.MBeanServer
Return the ClassLoaderRepository for this MBeanServer.
getClassLoaderRepository() - Method in class javax.management.modelmbean.RequiredModelMBean
Return the Class Loader Repository used to perform class loading.
getClassLoaderRepository() - Method in class com.sun.jdmk.MBeanServerForwarder
 
getClassLoaderRepository(MBeanServer) - Static method in class javax.management.MBeanServerFactory
Return the ClassLoaderRepository used by the given MBeanServer.
getClassName() - Method in class javax.management.MBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName() - Method in class javax.management.ObjectInstance
Returns the class part.
getClassName() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns the fully qualified Java class name of the open MBean instances this OpenMBeanInfo describes.
getClassName() - Method in class javax.management.openmbean.OpenType
Returns the fully qualified Java class name of the open data values this open type describes.
getClassName() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the name of the Java class of the MBean described by this MBeanInfo.
getClassName(MBeanInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.
getCompositeType() - Method in class javax.management.openmbean.CompositeDataSupport
Returns the composite type of this composite data instance.
getCompositeType() - Method in interface javax.management.openmbean.CompositeData
Returns the composite type of this composite data instance.
getConnectorType() - Method in interface com.sun.jdmk.comm.ConnectorAddress
Returns a string indicating the type of Connector to use in order to establish the manager-agent communication.
getConstructor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the ModelMBeanConstructorInfo requested by name.
getConstructors() - Method in class javax.management.MBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by this OpenMBeanInfo instance.
getConstructors() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors(MBeanConstructorInfo[], Object) - Method in class javax.management.StandardMBean
Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.
getDate(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the date associated to a timer notification.
getDate(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the date associated to a timer notification.
getDefaultDomain() - Method in interface javax.management.MBeanServer
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in interface javax.management.MBeanServerConnection
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in class com.sun.jdmk.MBeanServerForwarder
 
getDefaultValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the default value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getDefaultValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the default value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getDefaultValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the default value for this parameter, if it has one, or null otherwise.
getDerivedGauge() - Method in interface javax.management.monitor.StringMonitorMBean
Deprecated. As of JMX 1.2, replaced by StringMonitorMBean.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in class javax.management.monitor.StringMonitor
Deprecated. As of JMX 1.2, replaced by StringMonitor.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by CounterMonitorMBean.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in class javax.management.monitor.MonitorNotification
Gets the derived gauge of this monitor notification.
getDerivedGauge() - Method in interface javax.management.monitor.GaugeMonitorMBean
Deprecated. As of JMX 1.2, replaced by GaugeMonitorMBean.getDerivedGauge(ObjectName)
getDerivedGauge() - Method in class javax.management.monitor.GaugeMonitor
Deprecated. As of JMX 1.2, replaced by GaugeMonitor.getDerivedGauge(ObjectName)
getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge(ObjectName) - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge(ObjectName) - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGauge(ObjectName) - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge for the specified MBean.
getDerivedGauge(ObjectName) - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.StringMonitorMBean
Deprecated. As of JMX 1.2, replaced by StringMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.StringMonitor
Deprecated. As of JMX 1.2, replaced by StringMonitor.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by CounterMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.GaugeMonitorMBean
Deprecated. As of JMX 1.2, replaced by GaugeMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.GaugeMonitor
Deprecated. As of JMX 1.2, replaced by GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName)
getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getDerivedGaugeTimeStamp(ObjectName) - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge timestamp for the specified MBean.
getDerivedGaugeTimeStamp(ObjectName) - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
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 class javax.management.relation.RoleInfo
Returns description text for the role.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns a human readable description of the constructor described by this OpenMBeanConstructorInfo instance.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns a human readable description of the operation described by this OpenMBeanOperationInfo instance.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns a human readable description of the parameter described by this OpenMBeanParameterInfo instance.
getDescription() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns a human readable description of the type of open MBean instances this OpenMBeanInfo describes.
getDescription() - Method in class javax.management.openmbean.OpenType
Returns the text description of this OpenType instance.
getDescription() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a human readable description of the MBean.
getDescription(MBeanAttributeInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.
getDescription(MBeanConstructorInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.
getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
getDescription(MBeanFeatureInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanFeatureInfo returned by this MBean.
getDescription(MBeanInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.
getDescription(MBeanOperationInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.
getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
getDescription(String) - Method in class javax.management.openmbean.CompositeType
Returns the description of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
getDescriptor() - Method in interface javax.management.DescriptorAccess
Returns a copy of Descriptor.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a copy of the associated Descriptor.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
getDescriptor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a Descriptor requested by name.
getDescriptor(String, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getDescriptor(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
 
getDescriptors(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
getDifferenceMode() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the difference mode flag value.
getDifferenceMode() - Method in class javax.management.monitor.CounterMonitor
Gets the difference mode flag value common to all observed MBeans.
getDifferenceMode() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the difference mode flag value.
getDifferenceMode() - Method in class javax.management.monitor.GaugeMonitor
Gets the difference mode flag value common to all observed MBeans.
getDimension() - Method in class javax.management.openmbean.ArrayType
Returns the dimension of arrays described by this ArrayType instance.
getDisabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames disabled.
getDomain() - Method in class javax.management.ObjectName
Returns the domain part.
getDomains() - Method in interface javax.management.MBeanServer
Returns the list of domains in which any MBean is currently registered.
getDomains() - Method in interface javax.management.MBeanServerConnection
Returns the list of domains in which any MBean is currently registered.
getDomains() - Method in class com.sun.jdmk.MBeanServerForwarder
 
getElementOpenType() - Method in class javax.management.openmbean.ArrayType
Returns the open type of element values contained in the arrays described by this ArrayType instance.
getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Gets all the enabled attribute names for this filter.
getEnabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames enabled.
getEnabledTypes() - Method in class javax.management.NotificationFilterSupport
Gets all the enabled notification types for this filter.
getEtcDir() - Static method in class com.sun.jdmk.defaults.DefaultPaths
Returns the etc directory for Java DMK.
getEtcDir(String) - Static method in class com.sun.jdmk.defaults.DefaultPaths
Returns the etc directory for Java DMK concatenated with dirname.
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.
getFieldValue(String) - Method in interface javax.management.Descriptor
Returns the value for a specific fieldname.
getFieldValue(String) - Method in class javax.management.modelmbean.DescriptorSupport
Returns the value for a specific fieldname.
getFieldValues(String[]) - Method in interface javax.management.Descriptor
Returns all the field values in the descriptor as an array of Objects.
getFieldValues(String[]) - Method in class javax.management.modelmbean.DescriptorSupport
Returns all the field values in the descriptor as an array of Objects.
getFixedRate(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the flag indicating whether a peridic notification is executed at fixed-delay or at fixed-rate.
getFixedRate(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the flag indicating whether a peridic notification is executed at fixed-delay or at fixed-rate.
getGranularityPeriod() - Method in interface javax.management.monitor.MonitorMBean
Gets the granularity period (in milliseconds).
getGranularityPeriod() - Method in class javax.management.monitor.Monitor
Gets the granularity period (in milliseconds).
getHighThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the high threshold value.
getHighThreshold() - Method in class javax.management.monitor.GaugeMonitor
Gets the high threshold value common to all observed MBeans.
getHost() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the host name used by this CommunicatorServer.
getHost() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the host name used by this CommunicatorServer.
getImpact() - Method in class javax.management.MBeanOperationInfo
Returns the impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN.
getImpact() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns an int constant qualifying the impact of the operation described by this OpenMBeanOperationInfo instance.
getImpact(MBeanOperationInfo) - Method in class javax.management.StandardMBean
Customization hook: Get the impact flag of the operation that will be used in the MBeanOperationInfo returned by this MBean.
getImplementation() - Method in class javax.management.StandardMBean
Get the implementation of this MBean.
getImplementationClass() - Method in class javax.management.StandardMBean
Get the class of the implementation of this MBean.
getImplementationName() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation name (the name of this product).
getImplementationName() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation name (the name of this product).
getImplementationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVendor() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation version (the version of this product).
getImplementationVersion() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation version (the version of this product).
getIndexNames() - Method in class javax.management.openmbean.TabularType
Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this TabularType instance.
getInitThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the initial threshold value common to all observed objects.
getInitThreshold() - Method in class javax.management.monitor.CounterMonitor
Gets the initial threshold value common to all observed objects.
getInstallDir() - Static method in class com.sun.jdmk.defaults.DefaultPaths
Returns the installation directory for Java DMK.
getInstallDir(String) - Static method in class com.sun.jdmk.defaults.DefaultPaths
Returns the installation directory for Java DMK concatenated with dirname.
getInstance(ObjectName) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere the given object can be used.
getInstance(String) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(name) can be used.
getInstance(String, Hashtable) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, table) can be used.
getInstance(String, String, String) - Static method in class javax.management.ObjectName
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, key, value) can be used.
getIntTable() - Method in class com.sun.jdmk.Enumerated
Returns the hashtable of the integer forms.
getKeyProperty(String) - Method in class javax.management.ObjectName
Obtains the value associated with a key in a key property.
getKeyPropertyList() - Method in class javax.management.ObjectName
Returns the key properties as a Hashtable.
getKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties specified at creation time.
getLastConnectedClient() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the IP address of the last connected client.
getLegalValues() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns an unmodifiable Set of legal values for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getLegalValues() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns an unmodifiable Set of legal values for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getLegalValues() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the set of legal values for this parameter, if it has one, or null otherwise.
getLevels() - Method in class com.sun.jdmk.TraceFilter
get the levels selected
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.
getLogin() - Method in class com.sun.jdmk.comm.AuthInfo
Returns the value of the login property.
getLowThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the low threshold value.
getLowThreshold() - Method in class javax.management.monitor.GaugeMonitor
Gets the low threshold value common to all observed MBeans.
getMaxActiveClientCount() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the maximum number of clients that this HtmlAdaptorServer can process concurrently.
getMaxDegree() - Method in class javax.management.relation.RoleInfo
Returns maximum degree for corresponding role reference.
getMaxValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the maximal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getMaxValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the maximal value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getMaxValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the maximal value for this parameter, if it has one, or null otherwise.
getMBeanCount() - Method in interface javax.management.MBeanServer
Returns the number of MBeans registered in the MBean server.
getMBeanCount() - Method in interface javax.management.MBeanServerConnection
Returns the number of MBeans registered in the MBean server.
getMBeanCount() - Method in class com.sun.jdmk.MBeanServerForwarder
 
getMBeanDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
getMBeanDescriptor() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the ModelMBean's descriptor which contains MBean wide policies.
getMBeanInfo() - Method in class javax.management.StandardMBean
Get the MBeanInfo for this MBean.
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, constructors and notifications that this RequiredModelMBean exposes for management.
getMBeanInfo() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the exposed attributes and actions of the HTML protocol adaptor.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServerConnection
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
getMBeanInterface() - Method in class javax.management.StandardMBean
Get the Management Interface of this MBean.
getMBeanInterface(Class) - Static method in class com.sun.jdmk.Introspector
Get the MBean interface implemented by a JMX standard MBean class.
getMBeanName() - Method in class javax.management.MBeanServerNotification
Returns the object name of the MBean that caused the notification.
getMBeanServer() - Static method in class javax.management.QueryEval
Return the MBean server that was most recently given to the setMBeanServer method by this thread.
getMBeanServer() - Method in class com.sun.jdmk.MBeanServerForwarder
Return the wrapped MBeanServer to which all requests from the MBeanServer interface are forwarded.
getMBeanServer() - Method in class com.sun.jdmk.comm.CommunicatorServer
Get the MBeanServer object to which incoming requests are sent.
getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the MBean server agent identity.
getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
Returns the MBean server agent identity.
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.
getMinDegree() - Method in class javax.management.relation.RoleInfo
Returns minimum degree for corresponding role reference.
getMinValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the minimal value for the attribute described by this OpenMBeanAttributeInfoSupport instance, if specified, or null otherwise.
getMinValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the minimal value for the parameter described by this OpenMBeanParameterInfoSupport instance, if specified, or null otherwise.
getMinValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the minimal value for this parameter, if it has one, or null otherwise.
getMode() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Gets the notification forwarding mode.
getModulus() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the modulus value.
getModulus() - Method in class javax.management.monitor.CounterMonitor
Gets the modulus value common to all observed MBeans.
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.
getName() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns the name of the constructor described by this OpenMBeanConstructorInfo instance.
getName() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the name of the operation described by this OpenMBeanOperationInfo instance.
getName() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the name of the parameter described by this OpenMBeanParameterInfo instance.
getNbNotifications() - Method in interface javax.management.timer.TimerMBean
Gets the number of timer notifications registered into the list of notifications.
getNbNotifications() - Method in class javax.management.timer.Timer
Gets the number of timer notifications registered into the list of notifications.
getNbOccurences(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the remaining number of occurences associated to a timer notification.
getNbOccurences(Integer) - Method in class javax.management.timer.Timer
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
 
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 interface javax.management.timer.TimerMBean
Gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationIDs(String) - Method in class javax.management.timer.Timer
Gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationInfo() - Method in class javax.management.NotificationBroadcasterSupport
 
getNotificationInfo() - Method in interface javax.management.NotificationBroadcaster
Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.
getNotificationInfo() - Method in class javax.management.MBeanServerDelegate
 
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 gauge 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.
getNotificationInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
Returns the array of Notifications always generated by the RequiredModelMBean.
getNotificationInfo() - Method in class com.sun.jdmk.comm.CommunicatorServer
Returns an array of MBeanNotificationInfo objects describing the notification types sent by this CommunicatorServer.
getNotificationMessage(Integer) - Method in interface javax.management.timer.TimerMBean
Gets the timer notification detailed message corresponding to the specified identifier.
getNotificationMessage(Integer) - Method in class javax.management.timer.Timer
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 interface javax.management.openmbean.OpenMBeanInfo
Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
getNotifications() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Retrieves all notifications in the cache.
getNotificationType(Integer) - Method in interface javax.management.timer.TimerMBean
Gets the timer notification type corresponding to the specified identifier.
getNotificationType(Integer) - Method in class javax.management.timer.Timer
Gets the timer notification type 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.
getNotificationUserData(Integer) - Method in class javax.management.timer.Timer
Gets the timer notification user data object corresponding to the specified identifier.
getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
Returns the array of strings (in dot notation) containing the notification types that the MBean may emit.
getNotify() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the notification's on/off switch value.
getNotify() - Method in class javax.management.monitor.CounterMonitor
Gets the notification's on/off switch value common to all observed MBeans.
getNotifyDiffer() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the differing notification's on/off switch value.
getNotifyDiffer() - Method in class javax.management.monitor.StringMonitor
Gets the differing notification's on/off switch value common to all observed MBeans.
getNotifyHigh() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the high notification's on/off switch value.
getNotifyHigh() - Method in class javax.management.monitor.GaugeMonitor
Gets the high notification's on/off switch value common to all observed MBeans.
getNotifyLow() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the low notification's on/off switch value.
getNotifyLow() - Method in class javax.management.monitor.GaugeMonitor
Gets the low notification's on/off switch value common to all observed MBeans.
getNotifyMatch() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the matching notification's on/off switch value.
getNotifyMatch() - Method in class javax.management.monitor.StringMonitor
Gets the matching notification's on/off switch value common to all observed MBeans.
getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServer
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServerConnection
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectInstance(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
getObjectName() - Method in class javax.management.ObjectInstance
Returns the object name part.
getObjectName() - Method in class javax.management.relation.RelationNotification
Returns the ObjectName of the created/removed/updated relation.
getObservedAttribute() - Method in class javax.management.monitor.MonitorNotification
Gets the observed attribute of this monitor notification.
getObservedAttribute() - Method in interface javax.management.monitor.MonitorMBean
Gets the attribute being observed.
getObservedAttribute() - Method in class javax.management.monitor.Monitor
Gets the attribute being observed.
getObservedObject() - Method in class javax.management.monitor.MonitorNotification
Gets the observed object of this monitor notification.
getObservedObject() - Method in interface javax.management.monitor.MonitorMBean
Deprecated. As of JMX 1.2, replaced by MonitorMBean.getObservedObjects()
getObservedObject() - Method in class javax.management.monitor.Monitor
Deprecated. As of JMX 1.2, replaced by Monitor.getObservedObjects()
getObservedObjects() - Method in interface javax.management.monitor.MonitorMBean
Returns an array containing the objects being observed.
getObservedObjects() - Method in class javax.management.monitor.Monitor
Returns an array containing the objects being observed.
getOffset() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the offset value.
getOffset() - Method in class javax.management.monitor.CounterMonitor
Gets the offset value common to all observed MBeans.
getOldRoleValue() - Method in class javax.management.relation.RelationNotification
Returns old value of updated role (only for role update).
getOldValue() - Method in class javax.management.AttributeChangeNotification
Gets the old value of the attribute which has changed.
getOpenType() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the open type for the values of the attribute described by this OpenMBeanAttributeInfoSupport instance.
getOpenType() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the open type for the values of the parameter described by this OpenMBeanParameterInfoSupport instance.
getOpenType() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the open type of the values of the parameter described by this OpenMBeanParameterInfo instance.
getOperation(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
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 interface javax.management.openmbean.OpenMBeanInfo
Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by this OpenMBeanInfo instance.
getOperations() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns the list of operations of the MBean.
getOverflowCount() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Gets the number of notifications discarded because the cache limit has been reached.
getOverflowMode() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Returns whether to discard the oldest message (DISCARD_OLD) or the the newest meesage (DISCARD_NEW), if the cache size excceds.
getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class javax.management.StandardMBean
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
getParser() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns the ObjectName of the currently designated HTML parser MBean.
getPassword() - Method in class com.sun.jdmk.comm.AuthInfo
Returns the value of the password property.
getPeriod() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Gets the period for notification forwarding in milliseconds.
getPeriod(Integer) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the period (in milliseconds) associated to a timer notification.
getPeriod(Integer) - Method in class javax.management.timer.Timer
Gets a copy of the period (in milliseconds) associated to a timer notification.
getPort() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the port number used by this CommunicatorServer.
getPort() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the port number used by this CommunicatorServer.
getProblemType() - Method in class javax.management.relation.RoleUnresolved
Retrieves problem type.
getProtocol() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns the protocol of this HtmlAdaptorServer.
getProtocol() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the protocol being used by this CommunicatorServer.
getProtocol() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the protocol being used by this CommunicatorServer.
getPurgeFlag() - Method in class javax.management.relation.RelationService
Returns the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
getPurgeFlag() - Method in interface javax.management.relation.RelationServiceMBean
Returns the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed, or if that will be performed only when the purgeRelations method is explicitly called.
getReferencedMBeans() - Method in class javax.management.relation.RelationSupport
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans() - Method in interface javax.management.relation.Relation
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - Method in class javax.management.relation.RelationService
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves MBeans referenced in the various roles of the relation.
getRefMBeanClassName() - Method in class javax.management.relation.RoleInfo
Returns name of type 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 class javax.management.relation.RelationSupport
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationId() - Method in interface javax.management.relation.Relation
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationServiceName() - Method in class javax.management.relation.RelationSupport
Returns ObjectName of the Relation Service handling the relation.
getRelationServiceName() - Method in interface javax.management.relation.Relation
Returns ObjectName of the Relation Service handling the relation.
getRelationTypeName() - Method in class javax.management.relation.RelationNotification
Returns the relation type name of created/removed/updated relation.
getRelationTypeName() - Method in class javax.management.relation.RelationTypeSupport
Returns the relation type name.
getRelationTypeName() - Method in class javax.management.relation.RelationSupport
Returns name of associated relation type.
getRelationTypeName() - Method in interface javax.management.relation.RelationType
Returns the relation type name.
getRelationTypeName() - Method in interface javax.management.relation.Relation
Returns name of associated relation type.
getRelationTypeName(String) - Method in class javax.management.relation.RelationService
Returns name of associated relation type for given relation.
getRelationTypeName(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns name of associated relation type for given relation.
getResource(String) - Method in interface javax.management.loading.MLetMBean
Finds the resource with the given name.
getResourceAsStream(String) - Method in interface javax.management.loading.MLetMBean
Returns an input stream for reading the specified resource.
getResources(String) - Method in interface javax.management.loading.MLetMBean
Finds all the resources with the given name.
getReturnOpenType() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReturnOpenType() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getReturnType() - Method in class javax.management.MBeanOperationInfo
Returns the type of the method's return value.
getReturnType() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the fully qualified Java class name of the values returned by the operation described by this OpenMBeanOperationInfo instance.
getRole(String) - Method in class javax.management.relation.RelationSupport
Retrieves role value for given role name.
getRole(String) - Method in interface javax.management.relation.Relation
Retrieves role value for given role name.
getRole(String, String) - Method in class javax.management.relation.RelationService
Retrieves role value for given role name in given relation.
getRole(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role value for given role name in given relation.
getRoleCardinality(String) - Method in class javax.management.relation.RelationSupport
Returns the number of MBeans currently referenced in the given role.
getRoleCardinality(String) - Method in interface javax.management.relation.Relation
Returns the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - Method in class javax.management.relation.RelationService
Retrieves the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the number of MBeans currently referenced in the given role.
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) - 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, String) - Method in class javax.management.relation.RelationService
Retrieves role info for given role name of a given relation type.
getRoleInfo(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role info for given role of a given relation type.
getRoleInfos() - Method in class javax.management.relation.RelationTypeSupport
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleInfos() - Method in interface javax.management.relation.RelationType
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleInfos(String) - Method in class javax.management.relation.RelationService
Retrieves list of role infos (RoleInfo objects) of a given relation type.
getRoleInfos(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves list of role infos (RoleInfo objects) of a given relation type.
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.
getRoleName() - Method in class javax.management.relation.Role
Retrieves role name.
getRoles() - Method in class javax.management.relation.RoleResult
Retrieves list of roles successfully accessed.
getRoles(String[]) - Method in class javax.management.relation.RelationSupport
Retrieves values of roles with given names.
getRoles(String[]) - Method in interface javax.management.relation.Relation
Retrieves values of roles with given names.
getRoles(String, String[]) - Method in class javax.management.relation.RelationService
Retrieves values of roles with given names in given relation.
getRoles(String, String[]) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves values of roles with given names in given relation.
getRolesUnresolved() - Method in class javax.management.relation.RoleResult
Retrieves list of roles unsuccessfully accessed.
getRoleValue() - Method in class javax.management.relation.RoleUnresolved
Retrieves role value.
getRoleValue() - Method in class javax.management.relation.Role
Retrieves role value.
getRowType() - Method in class javax.management.openmbean.TabularType
Returns the type of the row elements of tabular data values described by this TabularType instance.
getSendPastNotifications() - Method in interface javax.management.timer.TimerMBean
Gets the flag indicating whether or not the timer sends past notifications.
getSendPastNotifications() - Method in class javax.management.timer.Timer
Gets the flag indicating whether or not the timer sends past notifications.
getSequenceNumber() - Method in class javax.management.Notification
Get the notification sequence number.
getServedClientCount() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the number of clients that have been processed by this HtmlAdaptorServer since its creation.
getSignature() - Method in class javax.management.MBeanConstructorInfo
Returns the list of parameters for this constructor.
getSignature() - Method in class javax.management.MBeanOperationInfo
Returns the list of parameters for this operation.
getSignature() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this OpenMBeanConstructorInfo instance.
getSignature() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance.
getSpecificationName() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the full name of the JMX specification implemented by this product.
getSpecificationName() - Method in class javax.management.MBeanServerDelegate
Returns the full name 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.
getSpecificationVendor() - Method in class javax.management.MBeanServerDelegate
Returns the vendor 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.
getSpecificationVersion() - Method in class javax.management.MBeanServerDelegate
Returns the version of the JMX specification implemented by this product.
getState() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the state of this CommunicatorServer as an integer.
getState() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the state of this CommunicatorServer as an integer.
getStateString() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the state of this CommunicatorServer as a string.
getStateString() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the state of this CommunicatorServer as a string.
getStringTable() - Method in class com.sun.jdmk.Enumerated
Returns the hashtable of the string forms.
getStringToCompare() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the string to compare with the observed attribute.
getStringToCompare() - Method in class javax.management.monitor.StringMonitor
Gets the string to compare with the observed attribute common to all observed MBeans.
getTabularType() - Method in class javax.management.openmbean.TabularDataSupport
Returns the tabular type describing this TabularData instance.
getTabularType() - Method in interface javax.management.openmbean.TabularData
Returns the tabular type describing this TabularData instance.
getTargetError() - Method in class javax.management.RuntimeErrorException
Returns the actual Error thrown.
getTargetException() - Method in class javax.management.RuntimeOperationsException
Returns the actual RuntimeException thrown.
getTargetException() - Method in class javax.management.RuntimeMBeanException
Returns the actual RuntimeException thrown.
getTargetException() - Method in class javax.management.MBeanException
Return the actual Exception thrown.
getTargetException() - Method in class javax.management.ReflectionException
Returns the actual Exception thrown.
getTargetException() - Method in class com.sun.jdmk.comm.CommunicationException
Get the thrown target exception.
getThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by CounterMonitorMBean.getThreshold(ObjectName)
getThreshold() - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.getThreshold(ObjectName)
getThreshold(ObjectName) - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the threshold value for the specified MBean.
getThreshold(ObjectName) - Method in class javax.management.monitor.CounterMonitor
Gets the current threshold value of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
getTimeStamp() - Method in class javax.management.Notification
Get the notification timestamp.
getTmpDir() - Static method in class com.sun.jdmk.defaults.DefaultPaths
Returns the tmp directory for the product.
getTmpDir(String) - Static method in class com.sun.jdmk.defaults.DefaultPaths
Returns the tmp directory for Java DMK concatenated with dirname.
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.MBeanParameterInfo
Returns the type or class name of the data.
getType() - Method in class javax.management.MBeanAttributeInfo
Returns the class name of the attribute.
getType() - Method in class javax.management.Notification
Get the notification type.
getType(String) - Method in class javax.management.openmbean.CompositeType
Returns the open type of the item whose name is itemName, or null if this CompositeType instance does not define any item whose name is itemName.
getTypeName() - Method in class javax.management.openmbean.OpenType
Returns the name of this OpenType instance.
getTypes() - Method in class com.sun.jdmk.TraceFilter
get types selected
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 user data.
getValue() - Method in class javax.management.StringValueExp
Returns the string represented by the StringValueExp instance.
getValue() - Method in class javax.management.Attribute
Returns an Object that is the value of this attribute.
globalSequenceNumber - Variable in class com.sun.jdmk.TraceNotification
Global sequence number representing the place of this notification in all notification sequence.
GT - Static variable in class javax.management.Query
A code representing the Query.gt(javax.management.ValueExp, javax.management.ValueExp) 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 class javax.management.relation.RelationSupport
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
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.
handleNotification(NotificationListener, Notification, Object) - Method in class javax.management.NotificationBroadcasterSupport
This method is called by sendNotification for each listener in order to send the notification to that listener.
handleNotification(Notification, Object) - Method in interface javax.management.NotificationListener
Invoked when a JMX notification occurs.
handleNotification(Notification, Object) - Method in class javax.management.relation.RelationService
Invoked when a JMX notification occurs.
handleNotification(Notification, Object) - Method in class com.sun.jdmk.TraceListener
Called by the class Trace to receive trace information.
hasDefaultValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null default value for the described attribute, false otherwise.
hasDefaultValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null default value for the described parameter, false otherwise.
hasDefaultValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified default value, or false otherwise.
hashCode() - Method in class javax.management.MBeanPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.management.MBeanServerPermission
 
hashCode() - Method in class javax.management.MBeanParameterInfo
 
hashCode() - Method in class javax.management.MBeanNotificationInfo
 
hashCode() - Method in class javax.management.MBeanConstructorInfo
 
hashCode() - Method in class javax.management.MBeanOperationInfo
 
hashCode() - Method in class javax.management.MBeanFeatureInfo
 
hashCode() - Method in class javax.management.MBeanAttributeInfo
 
hashCode() - Method in class javax.management.MBeanInfo
 
hashCode() - Method in class javax.management.ObjectInstance
 
hashCode() - Method in class javax.management.ObjectName
Returns a hash code for this object name.
hashCode() - Method in class javax.management.openmbean.CompositeDataSupport
Returns the hash code value for this CompositeDataSupport instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Returns the hash code value for this OpenMBeanConstructorInfoSupport instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns the hash code value for this OpenMBeanAttributeInfoSupport instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns the hash code value for this OpenMBeanParameterInfoSupport instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns the hash code value for this OpenMBeanOperationInfoSupport instance.
hashCode() - Method in class javax.management.openmbean.TabularDataSupport
Returns the hash code value for this TabularDataSupport instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns the hash code value for this OpenMBeanConstructorInfo instance.
hashCode() - Method in class javax.management.openmbean.OpenMBeanInfoSupport
Returns the hash code value for this OpenMBeanInfoSupport instance.
hashCode() - Method in interface javax.management.openmbean.TabularData
Returns the hash code value for this TabularData instance.
hashCode() - Method in class javax.management.openmbean.SimpleType
Returns the hash code value for this SimpleType instance.
hashCode() - Method in interface javax.management.openmbean.CompositeData
Returns the hash code value for this CompositeData instance.
hashCode() - Method in class javax.management.openmbean.TabularType
Returns the hash code value for this TabularType instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns the hash code value for this OpenMBeanOperationInfo instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns the hash code value for this OpenMBeanParameterInfo instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns the hash code value for this OpenMBeanAttributeInfo instance.
hashCode() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns the hash code value for this OpenMBeanInfo instance.
hashCode() - Method in class javax.management.openmbean.ArrayType
Returns the hash code value for this ArrayType instance.
hashCode() - Method in class javax.management.openmbean.OpenType
 
hashCode() - Method in class javax.management.openmbean.CompositeType
Returns the hash code value for this CompositeType instance.
hashCode() - Method in class com.sun.jdmk.Enumerated
Returns the hash code for this enumerated.
hasLegalValues() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null set of legal values for the described attribute, false otherwise.
hasLegalValues() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null set of legal values for the described parameter, false otherwise.
hasLegalValues() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified set of legal values, or false otherwise.
hasMaxValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null maximal value for the described attribute, false otherwise.
hasMaxValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null maximal value for the described parameter, false otherwise.
hasMaxValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified maximal value, or false otherwise.
hasMinValue() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null minimal value for the described attribute, false otherwise.
hasMinValue() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null minimal value for the described parameter, false otherwise.
hasMinValue() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns true if this parameter has a specified minimal value, or false otherwise.
hasRelation(String) - Method in class javax.management.relation.RelationService
Checks if there is a relation identified in Relation Service with given relation id.
hasRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if there is a relation identified in Relation Service with given relation id.
HTML_ADAPTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the HTML adaptor.
HTML_ADAPTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the HTML protocol adaptor.
HTML_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an HTML connector type.
HtmlAdaptorServer - class com.sun.jdmk.comm.HtmlAdaptorServer.
Acts as an HTML server which allows an HTML browser to manage all MBeans in the agent.
HtmlAdaptorServer() - Constructor for class com.sun.jdmk.comm.HtmlAdaptorServer
Constructs an HtmlAdaptorServer that will use the default port (8082).
HtmlAdaptorServer(int) - Constructor for class com.sun.jdmk.comm.HtmlAdaptorServer
Constructs the HtmlAdaptorServer that will use the specified port.
HtmlAdaptorServer(int, AuthInfo[]) - Constructor for class com.sun.jdmk.comm.HtmlAdaptorServer
Constructs the HtmlAdaptorServer that will use the specified port and user authentication information list.
HtmlParser - interface com.sun.jdmk.comm.HtmlParser.
To be implemented by an MBean acting as an HTML parser.
HTTP_CONNECTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the HTTP connector.
HTTP_CONNECTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the HTTP connector.
HTTP_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an HTTP connector type.
HTTPS_CONNECTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the HTTPS connector.
HTTPS_CONNECTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the HTTPS connector.
HTTPS_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an HTTPS connector type.

I

implies(Permission) - Method in class javax.management.MBeanPermission
Checks if this MBeanPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.management.MBeanServerPermission
Checks if this MBeanServerPermission object "implies" the specified permission.
in(ValueExp, ValueExp[]) - Static method in class javax.management.Query
Returns an expression constraining a value to be one of an explicit list.
info - Variable in class com.sun.jdmk.TraceNotification
The information sent out by the class Trace.
INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is read-like, it basically returns information.
INFO_ADAPTOR_CONNECTOR - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined to represent those connectors concerned types: INFO_CONNECTOR_RMI, INFO_CONNECTOR_HTTP, INFO_CONNECTOR_HTTPS, INFO_ADAPTOR_SNMP and INFO_ADAPTOR_HTML.
INFO_ADAPTOR_HTML - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for HTML connector information.
INFO_ADAPTOR_SNMP - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for SNMP connector information.
INFO_ALL - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined to represent all types defined.
INFO_CONNECTOR_HTTP - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for HTTP connector information.
INFO_CONNECTOR_HTTPS - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for HTTPS connector information.
INFO_CONNECTOR_RMI - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for RMI connector information.
INFO_DISCOVERY - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for Jdmk discovery information.
INFO_HEARTBEAT - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for heartbeat information.
INFO_MBEANSERVER - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for MBean Server information.
INFO_MISC - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for all other classes.
INFO_MLET - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for MLet service information.
INFO_MODELMBEAN - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for for Model MBean.
INFO_MONITOR - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for Monitor information.
INFO_NOTIFICATION - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for Event Management information.
INFO_RELATION - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for Relation Service.
INFO_SNMP - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for SNMP manager information.
INFO_TIMER - Static variable in interface com.sun.jdmk.trace.TraceTags
Information type defined for Timer 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.
The MBean is already registered in the repository.
InstanceAlreadyExistsException() - Constructor for class javax.management.InstanceAlreadyExistsException
Default constructor.
InstanceAlreadyExistsException(String) - Constructor for class javax.management.InstanceAlreadyExistsException
Constructor that allows a specific error message to be specified.
InstanceNotFoundException - exception javax.management.InstanceNotFoundException.
The specified MBean does not exist in the repository.
InstanceNotFoundException() - Constructor for class javax.management.InstanceNotFoundException
Default constructor.
InstanceNotFoundException(String) - Constructor for class javax.management.InstanceNotFoundException
Constructor that allows a specific error message to be specified.
instantiate(String) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server's Class Loader Repository.
instantiate(String) - Method in class com.sun.jdmk.MBeanServerForwarder
This method calls instantiate(className, (Object[]) null, (String[]) null).
instantiate(String, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server Class Loader Repository.
instantiate(String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
instantiate(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
This method calls instantiate(className, loaderName, (Object[]) null, (String[]) null).
instantiate(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object.
instantiate(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
INTEGER - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Integer.
IntrospectionException - exception javax.management.IntrospectionException.
An exception occurred during the introspection of an MBean.
IntrospectionException() - Constructor for class javax.management.IntrospectionException
Default constructor.
IntrospectionException(String) - Constructor for class javax.management.IntrospectionException
Constructor that allows a specific error message to be specified.
Introspector - class com.sun.jdmk.Introspector.
This class contains the methods for performing all the tests needed to verify that a class represents a JMX compliant MBean.
intValue() - Method in class com.sun.jdmk.Enumerated
Return the integer form of the enumerated.
InvalidApplicationException - exception javax.management.InvalidApplicationException.
Thrown when an attempt is made to apply either of the following: A subquery expression to an MBean or a qualified attribute expression to an MBean of the wrong class.
InvalidApplicationException(Object) - Constructor for class javax.management.InvalidApplicationException
Constructs an InvalidApplicationException with the specified Object.
InvalidAttributeValueException - exception javax.management.InvalidAttributeValueException.
The value specified is not valid for the attribute.
InvalidAttributeValueException() - Constructor for class javax.management.InvalidAttributeValueException
Default constructor.
InvalidAttributeValueException(String) - Constructor for class javax.management.InvalidAttributeValueException
Constructor that allows a specific error message to be specified.
InvalidKeyException - exception javax.management.openmbean.InvalidKeyException.
This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.
InvalidKeyException() - Constructor for class javax.management.openmbean.InvalidKeyException
An InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for class javax.management.openmbean.InvalidKeyException
An InvalidKeyException with a detail message.
InvalidOpenTypeException - exception javax.management.openmbean.InvalidOpenTypeException.
This runtime exception is thrown to indicate that the open type of an open data value is not the one expected.
InvalidOpenTypeException() - Constructor for class javax.management.openmbean.InvalidOpenTypeException
An InvalidOpenTypeException with no detail message.
InvalidOpenTypeException(String) - Constructor for class javax.management.openmbean.InvalidOpenTypeException
An InvalidOpenTypeException with a detail message.
InvalidRelationIdException - exception javax.management.relation.InvalidRelationIdException.
This exception is raised when relation id provided for a relation is already used.
InvalidRelationIdException() - Constructor for class javax.management.relation.InvalidRelationIdException
Default constructor, no message put in exception.
InvalidRelationIdException(String) - Constructor for class javax.management.relation.InvalidRelationIdException
Constructor with given message put in exception.
InvalidRelationServiceException - exception javax.management.relation.InvalidRelationServiceException.
This exception is raised when an invalid Relation Service is provided.
InvalidRelationServiceException() - Constructor for class javax.management.relation.InvalidRelationServiceException
Default constructor, no message put in exception.
InvalidRelationServiceException(String) - Constructor for class javax.management.relation.InvalidRelationServiceException
Constructor with given message put in exception.
InvalidRelationTypeException - exception javax.management.relation.InvalidRelationTypeException.
Invalid relation type.
InvalidRelationTypeException() - Constructor for class javax.management.relation.InvalidRelationTypeException
Default constructor, no message put in exception.
InvalidRelationTypeException(String) - Constructor for class javax.management.relation.InvalidRelationTypeException
Constructor with given message put in exception.
InvalidRoleInfoException - exception javax.management.relation.InvalidRoleInfoException.
This exception is raised when, in a role info, its minimum degree is greater than its maximum degree.
InvalidRoleInfoException() - Constructor for class javax.management.relation.InvalidRoleInfoException
Default constructor, no message put in exception.
InvalidRoleInfoException(String) - Constructor for class javax.management.relation.InvalidRoleInfoException
Constructor with given message put in exception.
InvalidRoleValueException - exception javax.management.relation.InvalidRoleValueException.
Role value is invalid.
InvalidRoleValueException() - Constructor for class javax.management.relation.InvalidRoleValueException
Default constructor, no message put in exception.
InvalidRoleValueException(String) - Constructor for class javax.management.relation.InvalidRoleValueException
Constructor with given message put in exception.
InvalidTargetObjectTypeException - exception javax.management.modelmbean.InvalidTargetObjectTypeException.
Exception thrown when an invalid target object type is specified.
InvalidTargetObjectTypeException() - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Default constructor.
InvalidTargetObjectTypeException(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(Object, Method, Object[]) - Method in class javax.management.MBeanServerInvocationHandler
 
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServer
Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServerConnection
Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
invoke(String, Object[], String[]) - Method in class javax.management.StandardMBean
 
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.
invoke(String, Object[], String[]) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Invokes a specific operation on the HTML protocol adaptor.
isActive() - Method in interface javax.management.monitor.MonitorMBean
Tests if the monitor MBean is active.
isActive() - Method in class javax.management.monitor.Monitor
Tests whether the monitor MBean is active.
isActive() - Method in class javax.management.relation.RelationService
Checks if the Relation Service is active.
isActive() - Method in interface javax.management.relation.RelationServiceMBean
Checks if the Relation Service is active.
isActive() - Method in interface javax.management.timer.TimerMBean
Tests whether the timer MBean is active.
isActive() - Method in class javax.management.timer.Timer
Tests whether the timer MBean is active.
isActive() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Tests if the CommunicatorServer is active.
isActive() - Method in class com.sun.jdmk.comm.CommunicatorServer
Tests whether the CommunicatorServer is active.
isArray() - Method in class javax.management.openmbean.OpenType
Returns true if the open data values this open type describes are arrays, false otherwise.
isAuthenticationOn() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns true if the list of users supported by this server is not empty.
isDomainPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern on the domain part.
isDynamic(Class) - Static method in class com.sun.jdmk.Introspector
Tell whether a MBean of the given class is a Dynamic MBean.
isEmpty() - Method in interface javax.management.timer.TimerMBean
Tests whether the list of timer notifications is empty.
isEmpty() - Method in class javax.management.timer.Timer
Tests whether the list of timer notifications is empty.
isEmpty() - Method in class javax.management.openmbean.TabularDataSupport
Returns true if this TabularDataSupport instance contains no rows.
isEmpty() - Method in interface javax.management.openmbean.TabularData
Returns true if the number of CompositeData values (ie the number of rows) contained in this TabularData instance is zero.
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.
isInstanceOf(ObjectName, String) - Method in interface javax.management.MBeanServerConnection
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.MBeanServerForwarder
 
isIs() - Method in class javax.management.MBeanAttributeInfo
Indicates if this attribute has an "is" getter.
isIs() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns true if the attribute described by this OpenMBeanAttributeInfo instance is accessed through a isXXX getter (applies only to boolean and Boolean values), false otherwise.
isNotificationEnabled(Notification) - Method in class javax.management.AttributeChangeNotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in 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.relation.MBeanServerNotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class com.sun.jdmk.TraceFilter
Implement the interface NotificationFilter.
isPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern.
isPropertyPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern on the key properties.
isReadable() - Method in class javax.management.MBeanAttributeInfo
Whether the value of the attribute can be read.
isReadable() - Method in class javax.management.relation.RoleInfo
Returns read access mode for the role (true if it is readable).
isReadable() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns true if the attribute described by this OpenMBeanAttributeInfo instance is readable, false otherwise.
isRegistered(ObjectName) - Method in interface javax.management.MBeanServer
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in interface javax.management.MBeanServerConnection
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
isRelation(ObjectName) - Method in class javax.management.relation.RelationService
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
isRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
isRelationMBean(String) - Method in class javax.management.relation.RelationService
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRelationMBean(String) - Method in interface javax.management.relation.RelationServiceMBean
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRoleStatus(int) - Static method in class javax.management.relation.RoleStatus
Returns true if given value corresponds to a known role status, false otherwise.
isSelected(int, int) - Method in interface com.sun.jdmk.trace.TraceDestination
Verify whether the specified info level and the info type are selected by a listener.
isSelected(int, int) - Static method in class com.sun.jdmk.trace.Trace
Verify whether the specified info level and the info type are selected by a listener.
isValid() - Method in interface javax.management.Descriptor
Returns true if all of the fields have legal values given their names.
isValid() - Method in class javax.management.modelmbean.DescriptorSupport
Returns true if all of the fields have legal values given their names.
isValue(Object) - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Tests whether obj is a valid value for the attribute described by this OpenMBeanAttributeInfoSupport instance.
isValue(Object) - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Tests whether obj is a valid value for the parameter described by this OpenMBeanParameterInfo instance.
isValue(Object) - Method in class javax.management.openmbean.SimpleType
Tests whether obj is a value for this SimpleType instance.
isValue(Object) - Method in class javax.management.openmbean.TabularType
Tests whether obj is a value which could be described by this TabularType instance.
isValue(Object) - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Tests whether obj is a valid value for the parameter described by this OpenMBeanParameterInfo instance.
isValue(Object) - Method in class javax.management.openmbean.ArrayType
Tests whether obj is a value for this ArrayType instance.
isValue(Object) - Method in class javax.management.openmbean.OpenType
Tests whether obj is a value for this open type.
isValue(Object) - Method in class javax.management.openmbean.CompositeType
Tests whether obj is a value which could be described by this CompositeType instance.
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).
isWritable() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns true if the attribute described by this OpenMBeanAttributeInfo instance is writable, false otherwise.

J

javax.management - package javax.management
Provides the core JMX classes.
javax.management.loading - package javax.management.loading
Provides the classes which implement advanced dynamic loading.
javax.management.modelmbean - package javax.management.modelmbean
Provides the definition of the ModelMBean classes.
javax.management.monitor - package javax.management.monitor
Provides the definition of the monitor classes.
javax.management.openmbean - package javax.management.openmbean
Provides the open data types and open mbean descriptors classes.
javax.management.relation - package javax.management.relation
Provides the definition of the Relation service.
javax.management.timer - package javax.management.timer
Provides the definition of the Timer MBean.
JdmkProperties - class com.sun.jdmk.defaults.JdmkProperties.
This class reads a file containing the property list defined for Java DMK and adds all the read properties to the list of system properties.
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.
JMX_IMPL_NAME - Static variable in class com.sun.jdmk.ServiceName
The name of this product implementing the JMX specification.
JMX_IMPL_NAME - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the full name of this product implementing the JMX specification.
JMX_IMPL_VENDOR - Static variable in class com.sun.jdmk.ServiceName
The name of the vendor of this product implementing the JMX specification.
JMX_IMPL_VENDOR - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the name of the vendor of this product implementing the JMX specification.
JMX_IMPL_VERSION - Static variable in class com.sun.jdmk.ServiceName
The version of this product implementing the JMX specification.
JMX_IMPL_VERSION - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the version of this product implementing the JMX specification.
JMX_SPEC_NAME - Static variable in class com.sun.jdmk.ServiceName
The name of the JMX specification implemented by this product.
JMX_SPEC_NAME - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the full name of the JMX specification implemented by this product.
JMX_SPEC_VENDOR - Static variable in class com.sun.jdmk.ServiceName
The vendor of the JMX specification implemented by this product.
JMX_SPEC_VENDOR - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the vendor of the JMX specification implemented by this product.
JMX_SPEC_VERSION - Static variable in class com.sun.jdmk.ServiceName
The version of the JMX specification implemented by this product.
JMX_SPEC_VERSION - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the version of the JMX specification implemented by this product.

K

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

L

LE - Static variable in class javax.management.Query
A code representing the Query.leq(javax.management.ValueExp, javax.management.ValueExp) 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.
level - Variable in class com.sun.jdmk.TraceNotification
The level of information.
LEVEL_DEBUG - Static variable in interface com.sun.jdmk.trace.TraceTags
Information level defined for debug level.
LEVEL_TRACE - Static variable in interface com.sun.jdmk.trace.TraceTags
Information level defined for trace level.
levels - Variable in class com.sun.jdmk.TraceFilter
 
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
Persistence is not supported by the this Model MBean implementation.
load(String) - Static method in class com.sun.jdmk.defaults.JdmkProperties
Reads the Java DMK property list from a file and adds the read properties as system properties.
loadClass(String) - Static method in class javax.management.DefaultLoaderRepository
Deprecated. Go through the list of class loaders and try to load the requested class.
loadClass(String) - Static method in class javax.management.loading.DefaultLoaderRepository
Deprecated. Go through the list of class loaders and try to load the requested class.
loadClass(String) - Method in interface javax.management.loading.ClassLoaderRepository
Load the given class name through the list of class loaders.
loadClass(String, ClassLoaderRepository) - Method in class javax.management.loading.MLet
Load a class, using the given ClassLoaderRepository if the class is not found in this MLet's URLs.
loadClassBefore(ClassLoader, String) - Method in interface javax.management.loading.ClassLoaderRepository
Load the given class name through the list of class loaders, stopping at the given one.
loadClassWithout(ClassLoader, String) - Static method in class javax.management.DefaultLoaderRepository
Deprecated. Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
loadClassWithout(ClassLoader, String) - Static method in class javax.management.loading.DefaultLoaderRepository
Deprecated. Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
loadClassWithout(ClassLoader, String) - Method in interface javax.management.loading.ClassLoaderRepository
Load the given class name through the list of class loaders, excluding the given one.
LONG - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Long.
LT - Static variable in class javax.management.Query
A code representing the Query.lt(javax.management.ValueExp, javax.management.ValueExp) query.
lt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than" constraint on two values.

M

MalformedHttpException - exception com.sun.jdmk.comm.MalformedHttpException.
Exception thrown when some HTTP data cannot be decoded.
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 detail message.
MBeanFeatureInfo - class javax.management.MBeanFeatureInfo.
Provides general information for an MBean descriptor object.
MBeanFeatureInfo(String, String) - Constructor for class javax.management.MBeanFeatureInfo
Constructs an MBeanFeatureInfo object.
MBeanInfo - class javax.management.MBeanInfo.
Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.MBeanInfo
Constructs an MBeanInfo.
MBeanNotificationInfo - class javax.management.MBeanNotificationInfo.
The MBeanNotificationInfo class is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.
MBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.MBeanNotificationInfo
Constructs an MBeanNotificationInfo object.
MBeanOperationInfo - class javax.management.MBeanOperationInfo.
Describes a management operation exposed by an MBean.
MBeanOperationInfo(String, Method) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanParameterInfo - class javax.management.MBeanParameterInfo.
Describes an argument of an operation exposed by an MBean.
MBeanParameterInfo(String, String, String) - Constructor for class javax.management.MBeanParameterInfo
Constructs a MBeanParameterInfo object.
MBeanPermission - class javax.management.MBeanPermission.
Permission controlling access to MBeanServer operations.
MBeanPermission(String, String) - Constructor for class javax.management.MBeanPermission
Create a new MBeanPermission object with the specified target name and actions.
MBeanPermission(String, String, ObjectName, String) - Constructor for class javax.management.MBeanPermission
Create a new MBeanPermission object with the specified target name (class name, member, object name) and actions.
MBeanRegistration - interface javax.management.MBeanRegistration.
Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
MBeanRegistrationException - exception javax.management.MBeanRegistrationException.
Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
MBeanRegistrationException(Exception) - Constructor for class javax.management.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.
MBeanRegistrationException(Exception, String) - Constructor for class javax.management.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.
MBeanServer - interface javax.management.MBeanServer.
This is the interface for MBean manipulation on the agent side.
MBeanServerBuilder - class javax.management.MBeanServerBuilder.
This class represents a builder that creates a default MBeanServer implementation.
MBeanServerBuilder() - Constructor for class javax.management.MBeanServerBuilder
Public default constructor.
MBeanServerConnection - interface javax.management.MBeanServerConnection.
This interface represents a way to talk to an MBean server, whether local or remote.
MBeanServerDelegate - class javax.management.MBeanServerDelegate.
Represents the MBean server from the management point of view.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
Create a MBeanServerDelegate object.
MBeanServerDelegateMBean - interface javax.management.MBeanServerDelegateMBean.
Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerFactory - class javax.management.MBeanServerFactory.
Provides MBean server references.
MBeanServerForwarder - class com.sun.jdmk.MBeanServerForwarder.
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
MBeanServerForwarder(MBeanServer) - Constructor for class com.sun.jdmk.MBeanServerForwarder
Make a new MBeanServerForwarder that forwards all requests from the MBeanServer interface to mbs.
MBeanServerInvocationHandler - class javax.management.MBeanServerInvocationHandler.
InvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.
MBeanServerInvocationHandler(MBeanServerConnection, ObjectName) - Constructor for class javax.management.MBeanServerInvocationHandler
Invocation handler that forwards methods through an MBean server.
MBeanServerNotification - class javax.management.MBeanServerNotification.
Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
MBeanServerNotification(String, Object, long, ObjectName) - Constructor for class javax.management.MBeanServerNotification
Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type.
MBeanServerNotificationFilter - class javax.management.relation.MBeanServerNotificationFilter.
Filter for MBeanServerNotification.
MBeanServerNotificationFilter() - Constructor for class javax.management.relation.MBeanServerNotificationFilter
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.
MBeanServerPermission - class javax.management.MBeanServerPermission.
A Permission to perform actions related to MBeanServers.
MBeanServerPermission(String) - Constructor for class javax.management.MBeanServerPermission
Create a new MBeanServerPermission with the given name.
MBeanServerPermission(String, String) - Constructor for class javax.management.MBeanServerPermission
Create a new MBeanServerPermission with the given name.
MBeanTrustPermission - class javax.management.MBeanTrustPermission.
This permission represents "trust" in a signer or codebase.
MBeanTrustPermission(String) - Constructor for class javax.management.MBeanTrustPermission
Create a new MBeanTrustPermission with the given name.
MBeanTrustPermission(String, String) - Constructor for class javax.management.MBeanTrustPermission
Create a new MBeanTrustPermission with the given name.
methodName - Variable in class com.sun.jdmk.TraceNotification
The name of the method from which the information comes.
MIB_CORE_FILE - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the default mib_core file used by the mibgen compiler.
MINUS - Static variable in class javax.management.Query
A code representing the Query.minus(javax.management.ValueExp, javax.management.ValueExp) expression.
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 - Static variable in class com.sun.jdmk.ServiceName
The default key properties for registering the class loader of the MLet service.
MLET_LIB_DIR - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.
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[], boolean) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
MLet(URL[], ClassLoader) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the given URLs.
MLet(URL[], ClassLoader, boolean) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the given URLs.
MLet(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
MLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
MLetMBean - interface javax.management.loading.MLetMBean.
Exposes the remote management interface of the MLet MBean.
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 implemented by the ModelMBeanInfo for every ModelMBean.
ModelMBeanInfoSupport - class javax.management.modelmbean.ModelMBeanInfoSupport.
This class represents the meta data for ModelMBeans.
ModelMBeanInfoSupport(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
constructs a ModelMBeanInfoSupport which is a duplicate of the one passed in.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
ModelMBeanNotificationBroadcaster - interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster.
This interface must be implemented by the ModelMBeans.
ModelMBeanNotificationInfo - class javax.management.modelmbean.ModelMBeanNotificationInfo.
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
ModelMBeanNotificationInfo(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 descriptor.
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
 
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.
needTobeClosed - Variable in class com.sun.jdmk.TraceListener
 
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.
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class javax.management.MBeanServerBuilder
This method creates a new MBeanServer implementation object.
newMBeanServerDelegate() - Method in class javax.management.MBeanServerBuilder
This method creates a new MBeanServerDelegate for a new MBeanServer.
newPermissionCollection() - Method in class javax.management.MBeanServerPermission
 
newProxyInstance(MBeanServerConnection, ObjectName, Class, boolean) - Static method in class javax.management.MBeanServerInvocationHandler
Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean.
NO_CACHE_LIMIT - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
This constant controls the cache behavior for notification forwarding.
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.
Interface implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
Provides an implementation of NotificationEmitter interface.
NotificationBroadcasterSupport() - Constructor for class javax.management.NotificationBroadcasterSupport
 
NotificationEmitter - interface javax.management.NotificationEmitter.
Interface implemented by an MBean that emits Notifications.
NotificationFilter - interface javax.management.NotificationFilter.
To be implemented by a any class acting as a notification filter.
NotificationFilterSupport - class javax.management.NotificationFilterSupport.
Provides an implementation of the NotificationFilter interface.
NotificationFilterSupport() - Constructor for class javax.management.NotificationFilterSupport
 
NotificationListener - interface javax.management.NotificationListener.
Should be implemented by an object that wants to receive notifications.
NotificationRegistration - interface com.sun.jdmk.NotificationRegistration.
This interface specifies the methods to add or to remove a notification listener to an MBean via a MBean server (remote or local).

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, or a pattern that can match the names of several MBeans.
OBJECTNAME - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is javax.management.ObjectName.
ObjectName(String) - Constructor for class javax.management.ObjectName
Construct an object name from the given string.
ObjectName(String, Hashtable) - Constructor for class javax.management.ObjectName
Construct an object name with several key properties from a Hashtable.
ObjectName(String, String, String) - Constructor for class javax.management.ObjectName
Construct an object name with exactly 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.
OFFLINE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Represents an OFFLINE state.
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.
ONLINE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Represents an ONLINE state.
OpenDataException - exception javax.management.openmbean.OpenDataException.
This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.
OpenDataException() - Constructor for class javax.management.openmbean.OpenDataException
An OpenDataException with no detail message.
OpenDataException(String) - Constructor for class javax.management.openmbean.OpenDataException
An OpenDataException with a detail message.
OpenMBeanAttributeInfo - interface javax.management.openmbean.OpenMBeanAttributeInfo.
Describes an attribute of an open MBean.
OpenMBeanAttributeInfoSupport - class javax.management.openmbean.OpenMBeanAttributeInfoSupport.
Describes an attribute of an open MBean.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name, openType and description, and the specified read/write access properties.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name, openType, description and defaultValue, and the specified read/write access properties.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Comparable, Comparable) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue, minValue and maxValue.
OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Object[]) - Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified name, openType, description, defaultValue and legalValues, and the specified read/write access properties.
OpenMBeanConstructorInfo - interface javax.management.openmbean.OpenMBeanConstructorInfo.
Describes a constructor of an Open MBean.
OpenMBeanConstructorInfoSupport - class javax.management.openmbean.OpenMBeanConstructorInfoSupport.
Describes a constructor of an Open MBean.
OpenMBeanConstructorInfoSupport(String, String, OpenMBeanParameterInfo[]) - Constructor for class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Constructs an OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified name, description and signature.
OpenMBeanInfo - interface javax.management.openmbean.OpenMBeanInfo.
Describes an Open MBean: an Open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class which implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport.
OpenMBeanInfoSupport - class javax.management.openmbean.OpenMBeanInfoSupport.
The OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface.
OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.openmbean.OpenMBeanInfoSupport
Constructs an OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified className, description, openAttributes, openConstructors , openOperations and notifications.
OpenMBeanOperationInfo - interface javax.management.openmbean.OpenMBeanOperationInfo.
Describes an operation of an Open MBean.
OpenMBeanOperationInfoSupport - class javax.management.openmbean.OpenMBeanOperationInfoSupport.
Describes an operation of an Open MBean.
OpenMBeanOperationInfoSupport(String, String, OpenMBeanParameterInfo[], OpenType, int) - Constructor for class javax.management.openmbean.OpenMBeanOperationInfoSupport
Constructs an OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified name, description, signature, returnOpenType and impact.
OpenMBeanParameterInfo - interface javax.management.openmbean.OpenMBeanParameterInfo.
Describes a parameter used in one or more operations or constructors of an open MBean.
OpenMBeanParameterInfoSupport - class javax.management.openmbean.OpenMBeanParameterInfoSupport.
Describes a parameter used in one or more operations or constructors of an open MBean.
OpenMBeanParameterInfoSupport(String, String, OpenType) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType and description.
OpenMBeanParameterInfoSupport(String, String, OpenType, Object) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description and defaultValue.
OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Comparable, Comparable) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue, minValue and maxValue.
OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Object[]) - Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name, openType, description, defaultValue and legalValues.
OpenType - class javax.management.openmbean.OpenType.
The OpenType class is the parent abstract class of all classes which describe the actual open type of open data values.
OpenType(String, String, String) - Constructor for class javax.management.openmbean.OpenType
Constructs an OpenType instance (actually a subclass instance as OpenType is abstract), checking for the validity of the given parameters.
OperationsException - exception javax.management.OperationsException.
Represents exceptions thrown in the MBean server when performing operations on MBeans.
OperationsException() - Constructor for class javax.management.OperationsException
Default constructor.
OperationsException(String) - Constructor for class javax.management.OperationsException
Constructor that allows a specific error message to be specified.
or(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the disjunction of two other query expressions.
out - Variable in class com.sun.jdmk.TraceListener
 

P

parsePage(String) - Method in interface com.sun.jdmk.comm.HtmlParser
Parses the generated HTML page.
parseRequest(String) - Method in interface com.sun.jdmk.comm.HtmlParser
Parses the recieved HTML requests.
parseTraceProperties() - Static method in class com.sun.jdmk.TraceManager
Parses the system properties specified at the command-line to determine the specified trace conditions.
parseTraceProperties(Properties, ClassLoader) - Static method in class com.sun.jdmk.TraceManager
Parses the system properties specified at the command-line to determine the specified trace conditions.
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
A code representing the Query.plus(javax.management.ValueExp, javax.management.ValueExp) expression.
plus(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the sum of two numeric values, or the concatenation of two string values.
postDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations needed after having been unregistered in the MBean server.
postDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations needed after having been unregistered in the MBean server.
postDeregister() - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations needed after having been unregistered by the MBean server.
postDeregister() - Method in class javax.management.relation.RelationSupport
 
postDeregister() - Method in class javax.management.relation.RelationService
 
postDeregister() - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations needed after having been unregistered by the MBean server.
postDeregister() - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations needed after having been unregistered in the MBean server.
postDeregister() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Does nothing, needed for MBeanRegistration interface.
postDeregister() - Method in class com.sun.jdmk.comm.CommunicatorServer
Do nothing.
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.RelationSupport
 
postRegister(Boolean) - Method in class javax.management.relation.RelationService
 
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.
postRegister(Boolean) - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Does nothing, needed for MBeanRegistration interface.
postRegister(Boolean) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
preDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.monitor.CounterMonitor
Allows the counter monitor MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.monitor.Monitor
Allows the monitor MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.relation.RelationSupport
 
preDeregister() - Method in class javax.management.relation.RelationService
 
preDeregister() - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations it needs before being unregistered by the MBean server.
preDeregister() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Interrupts all the current HTTP connections and close the TCP/IP socket.
preDeregister() - Method in class com.sun.jdmk.comm.CommunicatorServer
Stop the connector.
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.RelationSupport
 
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationService
 
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.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.modelmbean.RequiredModelMBean
Allows the MBean to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Creates a TCP/IP connection to listen for client connections.
preRegister(MBeanServer, ObjectName) - Method in class com.sun.jdmk.comm.CommunicatorServer
Preregister method of connector.
printStackTrace() - Method in class com.sun.jdmk.comm.CommunicationException
Prints the stack trace of the thrown target exception.
printStackTrace(PrintStream) - Method in class com.sun.jdmk.comm.CommunicationException
Prints the stack trace of the thrown target exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class com.sun.jdmk.comm.CommunicationException
Prints the stack trace of the thrown target exception to the specified print writer.
PrivateClassLoader - interface javax.management.loading.PrivateClassLoader.
Marker interface indicating that a ClassLoader should not be added to the ClassLoaderRepository.
PrivateMLet - class javax.management.loading.PrivateMLet.
An MLet that is not added to the ClassLoaderRepository.
PrivateMLet(URL[], boolean) - Constructor for class javax.management.loading.PrivateMLet
Constructs a new PrivateMLet for the specified URLs using the default delegation parent ClassLoader.
PrivateMLet(URL[], ClassLoader, boolean) - Constructor for class javax.management.loading.PrivateMLet
Constructs a new PrivateMLet for the given URLs.
PrivateMLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) - Constructor for class javax.management.loading.PrivateMLet
Constructs a new PrivateMLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
PULL_MODE - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
This constant is used to set the pull mode for notification forwarding.
purgeRelations() - Method in class javax.management.relation.RelationService
Purges the relations.
purgeRelations() - Method in interface javax.management.relation.RelationServiceMBean
Purges the relations.
PUSH_MODE - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
This constant is used to set the push mode for notification forwarding.
put(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
 
put(CompositeData) - Method in interface javax.management.openmbean.TabularData
Adds value to this TabularData instance.
put(Object, Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls put((CompositeData) value) and therefore ignores its key parameter which can be null.
putAll(CompositeData[]) - Method in class javax.management.openmbean.TabularDataSupport
Add all the elements in values to this TabularData instance.
putAll(CompositeData[]) - Method in interface javax.management.openmbean.TabularData
Add all the elements in values to this TabularData instance.
putAll(Map) - Method in class javax.management.openmbean.TabularDataSupport
Add all the values contained in the specified map t to this TabularData instance.

Q

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

R

readExternal(ObjectInput) - Method in class javax.management.loading.MLet
Restore this MLet's contents from the given ObjectInput.
readResolve() - Method in class javax.management.openmbean.SimpleType
Replace an object read from an ObjectInputStream with the unique instance for that value.
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.
Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
ReflectionException(Exception) - Constructor for class javax.management.ReflectionException
Creates a ReflectionException that wraps the actual java.lang.Exception.
ReflectionException(Exception, String) - Constructor for class javax.management.ReflectionException
Creates a ReflectionException that wraps the actual java.lang.Exception with a detail message.
registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
Registers a pre-existing object as an MBean with the MBean server.
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
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 notification of a change in the Relation Service.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for a role update in a relation.
RelationService - class javax.management.relation.RelationService.
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
RelationService(boolean) - Constructor for class javax.management.relation.RelationService
Constructor.
RelationServiceMBean - interface javax.management.relation.RelationServiceMBean.
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
RelationServiceNotRegisteredException - exception javax.management.relation.RelationServiceNotRegisteredException.
This exception is raised when an access is done to the Relation Service and that one is not registered.
RelationServiceNotRegisteredException() - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Default constructor, no message put in exception.
RelationServiceNotRegisteredException(String) - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Constructor with given message put in exception.
RelationSupport - class javax.management.relation.RelationSupport.
A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.
RelationSupport(String, ObjectName, 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
Constructor to be used for subclasses.
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 MBeanServerFactory references to a created MBeanServer.
remove(Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls remove((Object[]) key).
remove(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Removes the CompositeData value whose index is key from this TabularData instance, and returns the removed value, or returns null if there is no value whose index is key.
remove(Object[]) - Method in interface javax.management.openmbean.TabularData
Removes the CompositeData value whose index is key from this TabularData instance, and returns the removed value, or returns null if there is no value whose index is key.
removeAllListeners() - Static method in class com.sun.jdmk.TraceManager
Remove all listeners.
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.
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.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
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.
removeNotification(Integer) - Method in interface javax.management.timer.TimerMBean
Removes the timer notification corresponding to the specified identifier from the list of notifications.
removeNotification(Integer) - Method in class javax.management.timer.Timer
Removes the timer notification corresponding to the specified identifier from the list of notifications.
removeNotificationListener(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
 
removeNotificationListener(NotificationListener) - Method in interface javax.management.NotificationBroadcaster
Removes a listener from this MBean.
removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
 
removeNotificationListener(NotificationListener) - Method in class javax.management.modelmbean.RequiredModelMBean
Removes a listener for Notifications from the RequiredModelMBean.
removeNotificationListener(NotificationListener) - Static method in class com.sun.jdmk.TraceManager
Remove a listener
removeNotificationListener(NotificationListener) - Method in class com.sun.jdmk.comm.CommunicatorServer
Removes the specified listener from this CommunicatorServer.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationEmitter
Removes a listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
 
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, NotificationListener) - Method in interface com.sun.jdmk.NotificationRegistration
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotifications(String) - Method in interface javax.management.timer.TimerMBean
Removes all the timer notifications corresponding to the specified type from the list of notifications.
removeNotifications(String) - Method in class javax.management.timer.Timer
Removes all the timer notifications corresponding to the specified type from the list of notifications.
removeObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Removes the specified object from the set of observed MBeans.
removeObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Removes the specified object from the set of observed MBeans.
removeRelation(String) - Method in class javax.management.relation.RelationService
Removes given relation from the Relation Service.
removeRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation from the Relation Service.
removeRelationType(String) - Method in class javax.management.relation.RelationService
Removes given relation type from Relation Service.
removeRelationType(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation type from Relation Service.
removeUserAuthenticationInfo(AuthInfo) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Removes the authentication information of the given user from the list of users authenticated by this server.
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 alreadyNotifieds monitor attribute.
reset() - Method in interface com.sun.jdmk.trace.TraceDestination
Reset the trace destination.
resetParser() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the ObjectName of the Parser attribute to null
retrieveAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles in the relation without checking read mode.
retrieveAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles in the relation without checking read mode.
RMI_CONNECTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the RMI connector.
RMI_CONNECTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the RMI connector.
RMI_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an RMI connector type.
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
Make a new Role object.
RoleInfo - class javax.management.relation.RoleInfo.
A RoleInfo object summarises a role 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 when trying to access (read or write to roles).
RoleUnresolvedList() - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs an empty RoleUnresolvedList.
RoleUnresolvedList(int) - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs an empty RoleUnresolvedList with the initial capacity specified.
RoleUnresolvedList(List) - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs a RoleUnresolvedList containing the elements of the ArrayList specified, in the order in which they are returned by the ArrayList's iterator.
roleValueToString(List) - Static method in class javax.management.relation.Role
Returns a string for the given role value.
run() - Method in class com.sun.jdmk.comm.CommunicatorServer
For Java DMK internal use only.
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
Default constructor.
RuntimeErrorException(Error, String) - Constructor for class javax.management.RuntimeErrorException
Constructor that allows a specific error message to be specified.
RuntimeMBeanException - exception javax.management.RuntimeMBeanException.
Represents runtime exceptions thrown by MBean methods in the agent.
RuntimeMBeanException(RuntimeException) - Constructor for class javax.management.RuntimeMBeanException
Creates a RuntimeMBeanException that wraps the actual java.lang.RuntimeException.
RuntimeMBeanException(RuntimeException, String) - Constructor for class javax.management.RuntimeMBeanException
Creates a RuntimeMBeanException that wraps the actual java.lang.RuntimeException with a detailed message.
RuntimeOperationsException - exception javax.management.RuntimeOperationsException.
Represents runtime exceptions thrown in the agent when performing operations on MBeans.
RuntimeOperationsException(RuntimeException) - Constructor for class javax.management.RuntimeOperationsException
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException.
RuntimeOperationsException(RuntimeException, String) - Constructor for class javax.management.RuntimeOperationsException
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.

S

SECURITY_FILE - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the Security file used by the SNMP protocol adaptor.
send(int, int, String, String, String) - Method in interface com.sun.jdmk.trace.TraceDestination
Send a new information to this Trace destination
send(int, int, String, String, String) - Static method in class com.sun.jdmk.trace.Trace
Send a new information to this Trace class
send(int, int, String, String, Throwable) - Method in interface com.sun.jdmk.trace.TraceDestination
Send an exception to this Trace class.
send(int, int, String, String, Throwable) - Static method in class com.sun.jdmk.trace.Trace
Send an exception to this Trace class.
sendAttributeChangeNotification(Attribute, Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendAttributeChangeNotification(Attribute, Attribute) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendAttributeChangeNotification(AttributeChangeNotification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
Sends a notification.
sendNotification(Notification) - Method in class javax.management.MBeanServerDelegate
Enables the MBean server to send a notification.
sendNotification(Notification) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendNotification(Notification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification.
sendNotification(String) - Method in class javax.management.modelmbean.RequiredModelMBean
 
sendNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
sendRelationCreationNotification(String) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation creation.
sendRelationCreationNotification(String) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation creation.
sendRelationRemovalNotification(String, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation removal.
sendRelationRemovalNotification(String, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation removal.
sendRoleUpdateNotification(String, Role, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a role update in the given relation.
sendRoleUpdateNotification(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a role update in the given relation.
sequenceNumber - Variable in class com.sun.jdmk.TraceNotification
Sequence number representing the place of this notification in the sequence of all same type notifications
server - Variable in class javax.management.monitor.Monitor
Reference on the MBean server.
ServiceName - class com.sun.jdmk.ServiceName.
Used for storing default values used by JDMK services.
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 class javax.management.StandardMBean
 
setAttribute(Attribute) - Method in interface javax.management.DynamicMBean
Set 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(Attribute) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the value of a specific attribute of the HTML protocol adaptor.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServer
Sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServerConnection
Sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in class com.sun.jdmk.MBeanServerForwarder
 
setAttributes(AttributeList) - Method in class javax.management.StandardMBean
 
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(AttributeList) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the values of several attributes of the HTML protocol adaptor.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServer
Sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServerConnection
Sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class com.sun.jdmk.MBeanServerForwarder
 
setCacheSize(int, boolean) - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Sets the cache size of notifications waiting to be forwarded.
setDescriptor(Descriptor) - Method in interface javax.management.DescriptorAccess
Sets Descriptor (full replace).
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Sets associated Descriptor (full replace) for the ModelMBeanNotificationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Sets associated Descriptor (full replace) for the ModelMBeanOperationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.
setDescriptor(Descriptor, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setDescriptor(Descriptor, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
setDescriptors(Descriptor[]) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setDescriptors(Descriptor[]) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Adds or replaces descriptors in the ModelMBeanInfo.
setDestination(TraceDestination) - Static method in class com.sun.jdmk.trace.Trace
Set the trace destination.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the difference mode flag value.
setDifferenceMode(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the difference mode flag value common to all observed MBeans.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the difference mode flag value.
setDifferenceMode(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the difference mode flag value common to all observed MBeans.
setEtcDir(String) - Static method in class com.sun.jdmk.defaults.DefaultPaths
Sets the etc directory for Java DMK.
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.
setFile(String) - Method in class com.sun.jdmk.TraceListener
Specify a file to save information received
setFormated(boolean) - Method in class com.sun.jdmk.TraceListener
Choose a format to output trace information.
setGranularityPeriod(long) - Method in class javax.management.monitor.StringMonitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in class javax.management.monitor.CounterMonitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in interface javax.management.monitor.MonitorMBean
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in class javax.management.monitor.Monitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in class javax.management.monitor.GaugeMonitor
Sets the granularity period (in milliseconds).
setImplementation(Object) - Method in class javax.management.StandardMBean
Replace the implementation object wrapped in this object.
setInitThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the initial threshold value common to all observed MBeans.
setInitThreshold(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the initial threshold value common to all observed objects.
setInstallDir(String) - Static method in class com.sun.jdmk.defaults.DefaultPaths
Sets the installation directory for Java DMK.
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.
setLogin(String) - Method in class com.sun.jdmk.comm.AuthInfo
Sets the value of the login property.
setManagedResource(Object, String) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
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).
setMaxActiveClientCount(int) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the maximum number of clients this HtmlAdaptorServer can process concurrently.
setMBeanDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
 
setMBeanDescriptor(Descriptor) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Sets the ModelMBean's descriptor.
setMBeanServer(MBeanServer) - Method in class javax.management.StringValueExp
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 interface javax.management.ValueExp
Deprecated. This method is not needed because a ValueExp can access the MBean server in which it is being evaluated by using QueryEval.getMBeanServer().
setMBeanServer(MBeanServer) - Method in interface javax.management.QueryExp
Sets the MBean server on which the query is to be performed.
setMBeanServer(MBeanServer) - Method in class javax.management.ObjectName
 
setMBeanServer(MBeanServer) - Method in class com.sun.jdmk.MBeanServerForwarder
Change the wrapped MBeanServer object to which all requests from the MBeanServer interface are forwarded.
setMBeanServer(MBeanServer) - Method in class com.sun.jdmk.comm.CommunicatorServer
Set the MBeanServer object to which incoming requests are sent.
setMode(int) - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Sets the notification forwarding mode.
setModelMBeanInfo(ModelMBeanInfo) - Method in class javax.management.modelmbean.RequiredModelMBean
Initializes a ModelMBean 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 interface javax.management.monitor.CounterMonitorMBean
Sets the modulus value.
setModulus(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the modulus value common to all observed MBeans.
setNotify(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the notification's on/off switch value.
setNotify(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the notification's on/off switch value common to all observed MBeans.
setNotifyDiffer(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the differing notification's on/off switch value.
setNotifyDiffer(boolean) - Method in class javax.management.monitor.StringMonitor
Sets the differing notification's on/off switch value common to all observed MBeans.
setNotifyHigh(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the high notification's on/off switch value.
setNotifyHigh(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the high notification's on/off switch value common to all observed MBeans.
setNotifyLow(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the low notification's on/off switch value.
setNotifyLow(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the low notification's on/off switch value common to all observed MBeans.
setNotifyMatch(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the matching notification's on/off switch value.
setNotifyMatch(boolean) - Method in class javax.management.monitor.StringMonitor
Sets the matching notification's on/off switch value common to all observed MBeans.
setObservedAttribute(String) - Method in interface javax.management.monitor.MonitorMBean
Sets the attribute to observe.
setObservedAttribute(String) - Method in class javax.management.monitor.Monitor
Sets the attribute to observe.
setObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Deprecated. As of JMX 1.2, replaced by MonitorMBean.addObservedObject(javax.management.ObjectName)
setObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Deprecated. As of JMX 1.2, replaced by Monitor.addObservedObject(javax.management.ObjectName)
setOffset(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the offset value.
setOffset(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the offset value common to all observed MBeans.
setOverflowCount(int) - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Sets the number of notifications discarded, this number indicates the number of notifications discarded because the cache limit has been reached.
setOverflowMode(int) - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Specifes whether to discard the oldest message (DISCARD_OLD) or the the newest message (DISCARD_NEW), if the cache size excceds.
setParser(ObjectName) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the MBean that will be used to parse the incoming HTML requests or to built the outgoing HTML pages.
setPassword(String) - Method in class com.sun.jdmk.comm.AuthInfo
Sets the value of the password property.
setPeriod(int) - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Specifies the period for notification forwarding in milliseconds.
setPort(int) - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Sets the port number used by this CommunicatorServer.
setPort(int) - Method in class com.sun.jdmk.comm.CommunicatorServer
Sets the port number used by this CommunicatorServer.
setProblemType(int) - Method in class javax.management.relation.RoleUnresolved
Sets problem type.
setPurgeFlag(boolean) - Method in class javax.management.relation.RelationService
Sets the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
setPurgeFlag(boolean) - Method in interface javax.management.relation.RelationServiceMBean
Sets the flag to indicate if when a notification is received for the unregistration of an MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed, or if that will be performed only when the purgeRelations method is explicitly called.
setRelationServiceManagementFlag(Boolean) - Method in interface javax.management.relation.RelationSupportMBean
Specifies whether this relation is handled by the Relation Service.
setRelationServiceManagementFlag(Boolean) - Method in class javax.management.relation.RelationSupport
 
setRole(Role) - Method in class javax.management.relation.RelationSupport
Sets the given role.
setRole(Role) - Method in interface javax.management.relation.Relation
Sets the given role.
setRole(String, Role) - Method in class javax.management.relation.RelationService
Sets the given role in given relation.
setRole(String, Role) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given role in given relation.
setRoleName(String) - Method in class javax.management.relation.RoleUnresolved
Sets role name.
setRoleName(String) - Method in class javax.management.relation.Role
Sets role name.
setRoles(RoleList) - Method in class javax.management.relation.RelationSupport
Sets the given roles.
setRoles(RoleList) - Method in class javax.management.relation.RoleResult
Sets list of roles successfully accessed.
setRoles(RoleList) - Method in interface javax.management.relation.Relation
Sets the given roles.
setRoles(String, RoleList) - Method in class javax.management.relation.RelationService
Sets the given roles in given relation.
setRoles(String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given roles in given relation.
setRolesUnresolved(RoleUnresolvedList) - Method in class javax.management.relation.RoleResult
Sets list of roles unsuccessfully accessed.
setRoleValue(List) - Method in class javax.management.relation.RoleUnresolved
Sets role value.
setRoleValue(List) - Method in class javax.management.relation.Role
Sets role value.
setSendPastNotifications(boolean) - Method in interface javax.management.timer.TimerMBean
Sets the flag indicating whether the timer sends past notifications or not.
setSendPastNotifications(boolean) - Method in class javax.management.timer.Timer
Sets the flag indicating whether the timer sends past notifications or not.
setSequenceNumber(long) - Method in class javax.management.Notification
Set the notification sequence number.
setSource(Object) - Method in class javax.management.Notification
Sets the source.
setStringToCompare(String) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the string to compare with the observed attribute.
setStringToCompare(String) - Method in class javax.management.monitor.StringMonitor
Sets the string to compare with the observed attribute common to all observed MBeans.
setThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Deprecated. As of JMX 1.2, replaced by CounterMonitorMBean.setInitThreshold(java.lang.Number)
setThreshold(Number) - Method in class javax.management.monitor.CounterMonitor
Deprecated. As of JMX 1.2, replaced by CounterMonitor.setInitThreshold(java.lang.Number)
setThresholds(Number, Number) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the high and the low threshold values.
setThresholds(Number, Number) - Method in class javax.management.monitor.GaugeMonitor
Sets the high and the low threshold values common to all observed MBeans.
setTimeStamp(long) - Method in class javax.management.Notification
Set the notification timestamp.
setTmpDir(String) - Static method in class com.sun.jdmk.defaults.DefaultPaths
Sets the tmp directory for the product
setUserData(Object) - Method in class javax.management.Notification
Set the user data.
SHORT - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Short.
SimpleType - class javax.management.openmbean.SimpleType.
The SimpleType class is the open type class whose instances describe all open data values which are neither arrays, nor CompositeData values, nor TabularData values.
size() - Method in class javax.management.openmbean.TabularDataSupport
Returns the number of rows in this TabularDataSupport instance.
size() - Method in interface javax.management.openmbean.TabularData
Returns the number of CompositeData values (ie the number of rows) contained in this TabularData instance.
SNMP_ADAPTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the SNMP adaptor.
SNMP_ADAPTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the SNMP protocol adaptor.
SNMP_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an SNMP connector type.
source - Variable in class javax.management.Notification
This field hides the EventObject.source field in the parent class to make it non-transient and therefore part of the serialized form.
SSL_CIPHER_SUITE - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the SSL cipher suites to be enabled by the HTTP/SSL connector.
StandardMBean - class javax.management.StandardMBean.
An MBean whose management interface is determined by reflection on a Java interface.
StandardMBean(Class) - Constructor for class javax.management.StandardMBean
Make a DynamicMBean out of this, using the specified mbeanInterface class.
StandardMBean(Object, Class) - Constructor for class javax.management.StandardMBean
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
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.Monitor
Starts the monitor.
start() - Method in class javax.management.monitor.GaugeMonitor
Starts the gauge monitor.
start() - Method in interface javax.management.timer.TimerMBean
Starts the timer.
start() - Method in class javax.management.timer.Timer
Starts the timer.
start() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Starts this CommunicatorServer.
start() - Method in class com.sun.jdmk.comm.CommunicatorServer
Starts this CommunicatorServer.
STARTING - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Represents a STARTING state.
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.Monitor
Stops the monitor.
stop() - Method in class javax.management.monitor.GaugeMonitor
Stops the gauge monitor.
stop() - Method in interface javax.management.timer.TimerMBean
Stops the timer.
stop() - Method in class javax.management.timer.Timer
Stops the timer.
stop() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Stops the HTML protocol adaptor.
stop() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Stops this CommunicatorServer.
stop() - Method in class com.sun.jdmk.comm.CommunicatorServer
Stops this CommunicatorServer.
STOPPING - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Represents a STOPPING state.
store() - Method in interface javax.management.PersistentMBean
Captures the current state of this MBean instance and writes it out to the persistent store.
store() - Method in class javax.management.modelmbean.RequiredModelMBean
Persistence is not supported by the this Model MBean implementation.
STRING - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.String.
STRING_TO_COMPARE_VALUE_DIFFERED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has differed from the "string to compare" value.
STRING_TO_COMPARE_VALUE_MATCHED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has matched the "string to compare" value.
StringMonitor - class javax.management.monitor.StringMonitor.
Defines a monitor MBean designed to observe the values of a string attribute.
StringMonitor() - Constructor for class javax.management.monitor.StringMonitor
Default constructor.
StringMonitorMBean - interface javax.management.monitor.StringMonitorMBean.
Exposes the remote management interface of the string monitor MBean.
StringValueExp - class javax.management.StringValueExp.
Represents strings that are arguments to relational constraints.
StringValueExp() - Constructor for class javax.management.StringValueExp
Basic constructor.
StringValueExp(String) - Constructor for class javax.management.StringValueExp
Creates a new StringValueExp representing the given string.

T

TabularData - interface javax.management.openmbean.TabularData.
The TabularData interface specifies the behaviour of a specific type of complex open data objects which represent tabular data structures.
TabularDataSupport - class javax.management.openmbean.TabularDataSupport.
The TabularDataSupport class is the open data class which implements the TabularData and the Map interfaces, and which is internally based on a hash map data structure.
TabularDataSupport(TabularType) - Constructor for class javax.management.openmbean.TabularDataSupport
Creates an empty TabularDataSupport instance whose open-type is tabularType, and whose underlying HashMap has a default initial capacity (101) and default load factor (0.75).
TabularDataSupport(TabularType, int, float) - Constructor for class javax.management.openmbean.TabularDataSupport
Creates an empty TabularDataSupport instance whose open-type is tabularType, and whose underlying HashMap has the specified initial capacity and load factor.
TabularType - class javax.management.openmbean.TabularType.
The TabularType class is the open type class whose instances describe the types of TabularData values.
TabularType(String, String, CompositeType, String[]) - Constructor for class javax.management.openmbean.TabularType
Constructs a TabularType instance, checking for the validity of the given parameters.
testCompliance(Class) - Static method in class com.sun.jdmk.Introspector
Basic method for testing if a given class is a JMX compliant MBean.
testCreation(Class) - Static method in class com.sun.jdmk.Introspector
Basic method for testing that a MBean of a given class can be instantiated by the MBean server.
threadName - Variable in class com.sun.jdmk.TraceNotification
The name of the thread which created this notification.
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
Default constructor.
TimerAlarmClockNotification - class javax.management.timer.TimerAlarmClockNotification.
Deprecated. This class is of no use to user code. It is retained purely for compatibility reasons.
TimerAlarmClockNotification(TimerAlarmClock) - Constructor for class javax.management.timer.TimerAlarmClockNotification
Deprecated. Constructor.
TimerMBean - interface javax.management.timer.TimerMBean.
Exposes the management interface of the timer MBean.
TimerNotification - class javax.management.timer.TimerNotification.
This class provides definitions of the notifications sent by timer MBeans.
TimerNotification(String, Object, long, long, String, Integer) - Constructor for class javax.management.timer.TimerNotification
Creates a timer notification object.
TIMES - Static variable in class javax.management.Query
A code representing the Query.times(javax.management.ValueExp, javax.management.ValueExp) expression.
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.StringValueExp
Returns the string representing the object.
toString() - Method in class javax.management.AttributeValueExp
Returns the string representing its value.
toString() - Method in class javax.management.BadAttributeValueExpException
Returns the string representing the object.
toString() - Method in class javax.management.BadBinaryOpValueExpException
Returns the string representing the object.
toString() - Method in class javax.management.BadStringOperationException
Returns the string representing the object.
toString() - Method in class javax.management.ObjectName
Returns a string representation of the object name.
toString() - Method in class javax.management.relation.RoleInfo
Returns a string describing the role info.
toString() - Method in class javax.management.relation.RoleUnresolved
Return a string describing this object.
toString() - Method in class javax.management.relation.Role
Returns a string describing the role.
toString() - Method in class javax.management.openmbean.CompositeDataSupport
Returns a string representation of this CompositeDataSupport instance.
toString() - Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
Returns a string representation of this OpenMBeanConstructorInfoSupport instance.
toString() - Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
Returns a string representation of this OpenMBeanAttributeInfoSupport instance.
toString() - Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
Returns a string representation of this OpenMBeanParameterInfoSupport instance.
toString() - Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
Returns a string representation of this OpenMBeanOperationInfoSupport instance.
toString() - Method in class javax.management.openmbean.TabularDataSupport
Returns a string representation of this TabularDataSupport instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
Returns a string representation of this OpenMBeanConstructorInfo instance.
toString() - Method in class javax.management.openmbean.OpenMBeanInfoSupport
Returns a string representation of this OpenMBeanInfoSupport instance.
toString() - Method in interface javax.management.openmbean.TabularData
Returns a string representation of this TabularData instance.
toString() - Method in class javax.management.openmbean.SimpleType
Returns a string representation of this SimpleType instance.
toString() - Method in interface javax.management.openmbean.CompositeData
Returns a string representation of this CompositeData instance.
toString() - Method in class javax.management.openmbean.TabularType
Returns a string representation of this TabularType instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanOperationInfo
Returns a string representation of this OpenMBeanOperationInfo instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanParameterInfo
Returns a string representation of this OpenMBeanParameterInfo instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
Returns a string representation of this OpenMBeanAttributeInfo instance.
toString() - Method in interface javax.management.openmbean.OpenMBeanInfo
Returns a string representation of this OpenMBeanInfo instance.
toString() - Method in class javax.management.openmbean.ArrayType
Returns a string representation of this ArrayType instance.
toString() - Method in class javax.management.openmbean.OpenType
Returns a string representation of this open type instance.
toString() - Method in class javax.management.openmbean.CompositeType
Returns a string representation of this CompositeType instance.
toString() - Method in class javax.management.modelmbean.DescriptorSupport
Returns a human readable string representing the descriptor.
toString() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.
toString() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a human readable string containing ModelMBeanNotificationInfo.
toString() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a string containing the entire contents of the ModelMBeanOperationInfo in human readable form.
toString() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Returns a human-readable version of the ModelMBeanAttributeInfo instance.
toString() - Method in class com.sun.jdmk.Enumerated
Returns the string form of this enumerated.
toXMLString() - Method in class javax.management.modelmbean.DescriptorSupport
Returns an XML String representing the descriptor.
Trace - class com.sun.jdmk.trace.Trace.
Sends trace to a pluggable destination.
TraceDestination - interface com.sun.jdmk.trace.TraceDestination.
Defines the methods that a trace destination must implement.
TraceFilter - class com.sun.jdmk.TraceFilter.
This class is used to filter trace information.
TraceFilter(int, int) - Constructor for class com.sun.jdmk.TraceFilter
Construct a TraceFilter object with the levels and types selected.
TraceListener - class com.sun.jdmk.TraceListener.
An object of this class can be used to receive notifications sent out by the class Trace, and all notifications received will be saved to a file specified, or write to user screen.
TraceListener() - Constructor for class com.sun.jdmk.TraceListener
Construct a default trace listener.
TraceListener(PrintStream) - Constructor for class com.sun.jdmk.TraceListener
Construct a trace listener with a specified.
TraceListener(String) - Constructor for class com.sun.jdmk.TraceListener
Construct a trace listener with a file specified to save all information received.
TraceManager - class com.sun.jdmk.TraceManager.
Makes internal runtime information available through the notification mechanism.
TraceNotification - class com.sun.jdmk.TraceNotification.
This class defines an object used by the class Trace to send out all internal runtime information.
TraceNotification(Object, long, long, int, int, String, String, String, Throwable) - Constructor for class com.sun.jdmk.TraceNotification
Construct a TraceNotification object.
TraceTags - interface com.sun.jdmk.trace.TraceTags.
Defines common trace constants.
type - Variable in class com.sun.jdmk.TraceNotification
The type of information.
types - Variable in class com.sun.jdmk.TraceFilter
 

U

UACL_FILE - Static variable in class com.sun.jdmk.defaults.JdmkProperties
References the property that specifies the User ACL file used by the SNMP protocol adaptor.
UNKNOWN - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation has an "unknown" nature.
UNKOWNTYPE - Static variable in class com.sun.jdmk.TraceManager
 
unquote(String) - Static method in class javax.management.ObjectName
Returns an unquoted form of the given String.
unregisterMBean(ObjectName) - Method in interface javax.management.MBeanServer
Unregisters an MBean from the MBean server.
unregisterMBean(ObjectName) - Method in interface javax.management.MBeanServerConnection
Unregisters an MBean from the MBean server.
unregisterMBean(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
UNREGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that an MBean has been unregistered.
updateRoleMap(String, Role, List) - Method in class javax.management.relation.RelationService
Handles update of the Relation Service role map for the update of given role in given relation.
updateRoleMap(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Handles update of the Relation Service role map for the update of given role in given relation.

V

value - Variable in class com.sun.jdmk.Enumerated
This variable keeps the integer form of the enumerated.
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.
valueIndexes() - Method in class com.sun.jdmk.Enumerated
Returns an Java enumeration of the permitted integers.
values() - Method in class javax.management.openmbean.CompositeDataSupport
Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.
values() - Method in class javax.management.openmbean.TabularDataSupport
Returns a collection view of the rows contained in this TabularDataSupport instance.
values() - Method in interface javax.management.openmbean.TabularData
Returns a collection view of the CompositeData values (ie the rows) contained in this TabularData instance.
values() - Method in interface javax.management.openmbean.CompositeData
Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.
valueStrings() - Method in class com.sun.jdmk.Enumerated
Returns an Java enumeration of the permitted strings.
VOID - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.lang.Void.

W

waitState(int, long) - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Waits untill either the State attribute of this MBean equals the specified state parameter, or the specified timeOut has elapsed.
waitState(int, long) - Method in class com.sun.jdmk.comm.CommunicatorServer
Waits until either the State attribute of this MBean equals the specified state parameter, or the specified timeOut has elapsed.
writeExternal(ObjectOutput) - Method in class javax.management.loading.MLet
Save this MLet's contents to the given ObjectOutput.

X

XMLParseException - exception javax.management.modelmbean.XMLParseException.
This exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects.
XMLParseException() - Constructor for class javax.management.modelmbean.XMLParseException
Default constructor .
XMLParseException(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 K L M N O P Q R S T U V W X
JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.