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

A

ACTION - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a write-like in nature, and would modify the MBean in some way, typically by writing some value or changing a configuration.
ACTION_INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a read/write-like in nature.
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.
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.
addNotification(Notification, Date) - Method in interface javax.management.timer.TimerMBean
Inserts the specified timer notification into the list of notifications with a given date and a null period and number of repetitions.
addNotification(Notification, Date) - Method in class javax.management.timer.Timer
Inserts the specified timer notification into the list of notifications with a given date and a null period and number of repetitions.
addNotification(Notification, Date, long) - Method in interface javax.management.timer.TimerMBean
Inserts the specified timer notification into the list of notifications with a given date and period and a null number of repetitions.
addNotification(Notification, Date, long) - Method in class javax.management.timer.Timer
Inserts the specified timer notification into the list of notifications with a given date and period and a null number of repetitions.
addNotification(Notification, Date, long, long) - Method in interface javax.management.timer.TimerMBean
Inserts the specified timer notification into the list of notifications with a given date, period and number of repetitions.
addNotification(Notification, Date, long, long) - Method in class javax.management.timer.Timer
Inserts the specified timer notification into the list of notifications with a given date, period and number of repetitions.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationBroadcaster
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Static method in class com.sun.management.Trace
Add a listener with filtering conditions
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServer
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class javax.management.MBeanServer
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(TraceListener, Object) - Static method in class com.sun.management.Trace
Add a listener with default filtering conditions: all types but only trace level are selected.
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(String) - 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.
addURL(URL) - Method in interface javax.management.loading.MLetMBean
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.
alreadyNotified - Variable in class javax.management.monitor.Monitor
Selected monitor errors that have already been notified.
and(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the conjunction of two other query expressions.
anySubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
apply(Object) - Method in class javax.management.ValueExp
Applies the ValueExp on a MBean.
apply(Object) - Method in class javax.management.QueryExp
Applies the QueryExp on a MBean.
apply(Object) - Method in class javax.management.AttributeValueExp
Applies the AttributeValueExp on an MBean.
attr(String) - Static method in class javax.management.Query
Returns a new attribute expression.
attr(String, String) - Static method in class javax.management.Query
Returns a new qualified attribute expression.
Attribute - class javax.management.Attribute.
This class is used for representing a pair (attribute name, attribute value).
ATTRIBUTE_CHANGE - Static variable in class javax.management.AttributeChangeNotification
Notification type denoting that the observed MBean attribute value has changed.
Attribute(String, Object) - Constructor for class javax.management.Attribute
Allows an attribute to be created for an attribute.
AttributeChangeNotification - class javax.management.AttributeChangeNotification.
This class provides definitions of the attribute change notifications sent by MBeans.
AttributeChangeNotification(String, Object, long, Date, String, String, String, Object, Object) - Constructor for class javax.management.AttributeChangeNotification
Creates an attribute change notification object.
AttributeChangeNotificationFilter - class javax.management.AttributeChangeNotificationFilter.
This class provides an implementation of the NotificationFilter interface for the AttributeChangeNotifications.
AttributeChangeNotificationFilter() - Constructor for class javax.management.AttributeChangeNotificationFilter
 
AttributeList - class javax.management.AttributeList.
This class is used to represent a list of attribute values of an object.
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.
The AttributeValueExp class represents attributes used as arguments to relational constraints.
AttributeValueExp() - Constructor for class javax.management.AttributeValueExp
Basic Constructor.
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.
This class defines the Authentication Information required by the adaptors for carrying out login/password authentication.
AuthInfo() - Constructor for class com.sun.jdmk.comm.AuthInfo
 
AuthInfo(String, String) - Constructor for class com.sun.jdmk.comm.AuthInfo
 

B

BadAttributeValueExpException - exception javax.management.BadAttributeValueExpException.
The BadAttributeValueExpException is 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.
This exception is thrown when an invalid expression is passed to a method for constructing a query.
BadBinaryOpValueExpException(ValueExp) - Constructor for class javax.management.BadBinaryOpValueExpException
Constructs an BadBinaryOpValueExpException with the specified ValueExp.
BadStringOperationException - exception javax.management.BadStringOperationException.
This exception is thrown when an invalid string operation is passed to a method for constructing a query.
BadStringOperationException(String) - Constructor for class javax.management.BadStringOperationException
Constructs an BadStringOperationException with the specified detail message.
between(ValueExp, ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents the constraint that one value is between two other values.

C

changeState(int) - Method in class com.sun.jdmk.comm.CommunicatorServer
For JDMK internal use only
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.
className - Variable in class com.sun.management.TraceNotification
The name of the class from which the information comes
clone() - Method in class com.sun.jdmk.comm.AuthInfo
Clone this AuthInfo.
com.sun.management - package com.sun.management
Provides specific classes to Sun JMX Reference Implementation.
CommunicationException - exception com.sun.jdmk.comm.CommunicationException.
This class 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
 
CommunicationException(Throwable) - Constructor for class com.sun.jdmk.comm.CommunicationException
 
CommunicatorServer - class com.sun.jdmk.comm.CommunicatorServer.
The CommunicatorServer class defines generic behaviour 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.
The CommunicatorServerMBean interface defines generic behaviour for the server part of a connector or an adaptor.
CounterMonitor - class javax.management.monitor.CounterMonitor.
This class 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.
This interface exposes the remote management interface of the CounterMonitor MBean.
createMBean(String, ObjectName) - Method in class javax.management.MBeanServer
Instantiates and registers a MBean in the MBeanServer.
createMBean(String, ObjectName, Object[], String[]) - Method in class javax.management.MBeanServer
Instantiates and registers a MBean in the MBeanServer.
createMBean(String, ObjectName, ObjectName) - Method in class javax.management.MBeanServer
Instantiates and registers a MBean in theMBeanServer.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class javax.management.MBeanServer
Instantiates and registers a MBean in the MBeanServer.
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 incomming requests or build outgoing HTML pages

D

dbgTag - Variable in class com.sun.jdmk.comm.CommunicatorServer
 
dbgTag - Variable in class javax.management.monitor.Monitor
 
debug(String, String) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
debug(String, String, String) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
debug(String, String, Throwable) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
debug(String, Throwable) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
DefaultLoaderRepository - class javax.management.DefaultLoaderRepository.
 
DefaultLoaderRepository() - Constructor for class javax.management.DefaultLoaderRepository
 
DELEGATE - Static variable in class com.sun.management.ServiceName
The default key properties for the delegate object
The value is type=MBeanServerDelegate.
description - Variable in class javax.management.MBeanFeatureInfo
The human readable description of the feature.
deserialize(ObjectName, byte[]) - Method in class javax.management.MBeanServer
This method de-serializes a byte array in the context of the class loader of an MBean.
deserialize(String, byte[]) - Method in class javax.management.MBeanServer
This method de-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[]) - Method in class javax.management.MBeanServer
This method de-serializes a byte array in the context of a given MBean class loader.
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute names.
disableAllTypes() - Method in class javax.management.NotificationFilterSupport
Disables all the notification types.
disableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the notifications whose MBean attribute name equals the specified attribute name to be sent to the listener.
disableType(String) - Method in class javax.management.NotificationFilterSupport
Disables all the notifications whose type matches the specified prefix to be sent to the listener.
DIV - Static variable in class javax.management.Query
 
div(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the quotient of two numeric values.
doBind() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Binds the HTML protocol adaptor.
doBind() - Method in class com.sun.jdmk.comm.CommunicatorServer
 
DOMAIN - Static variable in class com.sun.management.ServiceName
The default domain.
doProcess() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Handles the requests recieved.
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.
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.
This interface defines the methods that should be implemented by an MBean having a dynamic management interface.

E

enableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Enables all the notifications whose MBean attribute name equals the specified attribute name to be sent to the listener.
enableType(String) - Method in class javax.management.NotificationFilterSupport
Enables all the notifications whose type matches the specified prefix to be sent to the listener.
Enumerated - class com.sun.management.Enumerated.
This class is used for implementing enumerated values.
Enumerated() - Constructor for class com.sun.management.Enumerated
Construct an enumerated with a default value.
Enumerated(int) - Constructor for class com.sun.management.Enumerated
Construct an enumerated from its integer form.
Enumerated(Integer) - Constructor for class com.sun.management.Enumerated
Construct an enumerated from its Integer form.
Enumerated(String) - Constructor for class com.sun.management.Enumerated
Construct an enumerated from its string form.
EQ - Static variable in class javax.management.Query
 
eq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents an equality constraint on two values.
equals(Object) - Method in class javax.management.ObjectInstance
Compares the current object instance with another object instance.
equals(Object) - Method in class javax.management.ObjectName
Compares the current object name with another object name.
equals(Object) - Method in class com.sun.management.Enumerated
Compares this enumerated to the specified enumerated.
exception - Variable in class com.sun.management.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.
findClass(String) - Method in class javax.management.loading.MLet
This is the main method for class loaders that is being redefined.
findJMXAgent(String) - Static method in class javax.management.MBeanServer
Return a list of MBeanServer objects.
findLibrary(String) - Method in class javax.management.loading.MLet
Returns the absolute path name of a native library.
formated - Variable in class com.sun.management.TraceListener
 

G

GaugeMonitor - class javax.management.monitor.GaugeMonitor.
This class 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.
This interface exposes the remote management interface of the GaugeMonitor MBean.
GE - Static variable in class javax.management.Query
 
geq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "greater than or equal to" constraint on two values.
getActiveClientCount() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the number of clients currently being processed by this CommunicatorServer.
getAttribute(Object) - Method in class javax.management.AttributeValueExp
 
getAttribute(ObjectName, String) - Method in class javax.management.MBeanServer
Gets the value of a specific attribute of a named MBean.
getAttribute(String) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the value of a specific attribute of the HTML protocol adaptor.
getAttribute(String) - Method in interface javax.management.DynamicMBean
Allows the value of a specific attribute of the Dynamic MBean to be obtained.
getAttributeName() - Method in class javax.management.AttributeValueExp
Returns a string representation of the name of the attribute.
getAttributeName() - Method in class javax.management.AttributeChangeNotification
Gets the MBean attribute name.
getAttributes() - Method in class javax.management.MBeanInfo
Rreturns the list of attributes exposed for management.
getAttributes(ObjectName, String[]) - Method in class javax.management.MBeanServer
Enables the values of several attributes of a named MBean.
getAttributes(String[]) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the values of several attributes of the HTML server.
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Enables the values of several attributes of the Dynamic MBean.
getAttributeType() - Method in class javax.management.AttributeChangeNotification
Gets the MBean attribute type.
getCanonicalKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties in which the key properties are sorted in lexical order.
getCanonicalName() - Method in class javax.management.ObjectName
Returns the canonical form of the name; that is, a string representation where the properties are sorted in lexical order.
getClassName() - Method in class javax.management.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
getConstructors() - Method in class javax.management.MBeanInfo
Returns the list of the public constructors of the MBean.
getDate(int) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the date of the timer notification at the specified index.
getDate(int) - Method in class javax.management.timer.Timer
Gets a copy of the date of the timer notification at the specified index.
getDate(Notification) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the date of the specified timer notification.
getDate(Notification) - Method in class javax.management.timer.Timer
Gets a copy of the date of the specified timer notification.
getDefaultDomain() - Method in class javax.management.MBeanServer
Returns the default domain used for the MBean naming.
getDerivedGauge() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.MonitorNotification
Gets the derived gauge of this monitor notification.
getDerivedGauge() - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.StringMonitor
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.CounterMonitor
Gets the derived gauge timestamp.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.GaugeMonitor
Gets the derived gauge timestamp.
getDescription() - Method in class javax.management.MBeanInfo
Returns a human readable description of the MBean.
getDescription() - Method in class javax.management.MBeanFeatureInfo
Returns the human readable description of the feature.
getDifferenceMode() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the difference mode flag value.
getDifferenceMode() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the difference mode flag value.
getDifferenceMode() - Method in class javax.management.monitor.CounterMonitor
Gets the difference mode flag value.
getDifferenceMode() - Method in class javax.management.monitor.GaugeMonitor
Gets the difference mode flag value.
getDomain() - Method in class javax.management.ObjectName
Returns the domain part.
getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Gets all the enabled attribute names for this filter.
getEnabledTypes() - Method in class javax.management.NotificationFilterSupport
Gets all the enabled notification types for this filter.
getExp() - Method in class javax.management.BadBinaryOpValueExpException
Returns the ValueExp that originates the exception.
getGranularityPeriod() - Method in class javax.management.monitor.Monitor
Gets the granularity period (in milliseconds).
getGranularityPeriod() - Method in interface javax.management.monitor.MonitorMBean
Gets the granularity period (in milliseconds).
getHighThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the high threshold value.
getHighThreshold() - Method in class javax.management.monitor.GaugeMonitor
Gets the high threshold value.
getHost() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the host name used by this CommunicatorServer.
getHost() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
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.
getIntTable() - Method in class com.sun.management.Enumerated
Returns the hashtable of the integer forms.
getKeyProperty(String) - Method in class javax.management.ObjectName
Obtains the value of a key property in a key property.
getKeyPropertyList() - Method in class javax.management.ObjectName
Returns a pointer to the list of key properties.
getKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties specified at creation time.
getLastConnectedClient() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns the name of the last connected client.
getLevels() - Method in class com.sun.management.TraceFilter
get the levels selected
getLibraryDirectory() - Method in class javax.management.loading.MLet
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLibraryDirectory() - Method in interface javax.management.loading.MLetMBean
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
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.
getMaxActiveClientCount() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the maximum number of clients that this CommunicatorServer can process concurrently.
getMBeanCount() - Method in class javax.management.MBeanServer
Returns the number of MBeans registered in the MBeanServer.
getMBeanInfo() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Gets the exposed attributes and actions of the HTML protocol adaptor.
getMBeanInfo() - Method in interface javax.management.DynamicMBean
This method provides the exposed attributes and actions of the Dynamic MBean.
getMBeanInfo(ObjectName) - Method in class javax.management.MBeanServer
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInterface(Class) - Static method in class com.sun.management.Introspector
Basic method for testing if a given class is a dynamic MBean
getMBeanNames() - Method in class javax.management.MBeanServerNotification
Returns a vector of object names of the MBeans that caused the notification
getMBeanServer() - Method in class com.sun.jdmk.comm.CommunicatorServer
For JDMK internal use only
getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
Get the MBeanServer agent identification.
getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
Get the MBeanServer agent identification.
getMBeanServerVersion() - Method in class javax.management.MBeanServerDelegate
Get the MBeanServer version.
getMBeanServerVersion() - Method in interface javax.management.MBeanServerDelegateMBean
Get the MBeanServer version.
getMBeansFromURL(String) - Method in class javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(String) - Method in interface javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(URL) - Method in 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.
getMessage() - Method in class javax.management.Notification
Get the notification message.
getModulus() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the modulus value.
getModulus() - Method in class javax.management.monitor.CounterMonitor
Gets the modulus value.
getName() - Method in class javax.management.MBeanFeatureInfo
Returns the name of the feature.
getName() - Method in class javax.management.Attribute
Returns the name of the attribute.
getNbNotifications() - Method in interface javax.management.timer.TimerMBean
Gets the number of notifications registered into the list of notifications.
getNbNotifications() - Method in class javax.management.timer.Timer
Gets the number of notifications registered into the list of notifications.
getNbRepetitions(int) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the remaining number of repetitions of the timer notification at the specified index.
getNbRepetitions(int) - Method in class javax.management.timer.Timer
Gets a copy of the remaining number of repetitions of the timer notification at the specified index.
getNbRepetitions(Notification) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the remaining number of repetitions of the specified timer notification.
getNbRepetitions(Notification) - Method in class javax.management.timer.Timer
Gets a copy of the remaining number of repetitions of the specified timer notification.
getNewValue() - Method in class javax.management.AttributeChangeNotification
Gets the MBean attribute new value.
getNotificationInfo() - Method in class javax.management.NotificationBroadcasterSupport
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class javax.management.MBeanServerDelegate
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in interface javax.management.NotificationBroadcaster
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class javax.management.monitor.CounterMonitor
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class javax.management.monitor.GaugeMonitor
Returns a NotificationInfo object contaning the name of the Java class of the notification and the notification types sent.
getNotifications() - Method in class javax.management.MBeanInfo
Rreturns the list of the notifications emitted by the MBean.
getNotifications() - Method in interface javax.management.timer.TimerMBean
Gets all the notifications registered into the list of notifications.
getNotifications() - Method in class javax.management.timer.Timer
Gets all the notifications registered into the list of notifications.
getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
Returns the notification type string (in dot notation) of the notification.
getNotify() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the notifications on/off switch value.
getNotify() - Method in class javax.management.monitor.CounterMonitor
Gets the notifications on/off switch value.
getNotifyDiffer() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the differing notifications on/off switch value.
getNotifyDiffer() - Method in class javax.management.monitor.StringMonitor
Gets the differing notifications on/off switch value.
getNotifyHigh() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the high notifications on/off switch value.
getNotifyHigh() - Method in class javax.management.monitor.GaugeMonitor
Gets the high notifications on/off switch value.
getNotifyLow() - Method in interface javax.management.monitor.GaugeMonitorMBean
Gets the low notifications on/off switch value.
getNotifyLow() - Method in class javax.management.monitor.GaugeMonitor
Gets the low notifications on/off switch value.
getNotifyMatch() - Method in interface javax.management.monitor.StringMonitorMBean
Gets the matching notifications on/off switch value.
getNotifyMatch() - Method in class javax.management.monitor.StringMonitor
Gets the matching notifications on/off switch value.
getObjectInstance(ObjectName) - Method in class javax.management.MBeanServer
Gets the ObjectInstance for a given MBean registered with the MBeanServer.
getObjectName() - Method in class com.sun.jdmk.comm.CommunicatorServer
For JDMK internal use only
getObjectName() - Method in class javax.management.ObjectInstance
Returns the object name part.
getObservedAttribute() - Method in class javax.management.monitor.Monitor
Gets the attribute being observed.
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.
getObservedObject() - Method in class javax.management.monitor.Monitor
Gets the object name of the object being observed.
getObservedObject() - Method in class javax.management.monitor.MonitorNotification
Gets the observed object of this monitor notification.
getObservedObject() - Method in interface javax.management.monitor.MonitorMBean
Gets the object name of the object 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.
getOldValue() - Method in class javax.management.AttributeChangeNotification
Gets the MBean attribute old value.
getOperations() - Method in class javax.management.MBeanInfo
Returns the list of operations of the 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.
getPeriodInMillis(int) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the period in milliseconds of the timer notification at the specified index.
getPeriodInMillis(int) - Method in class javax.management.timer.Timer
Gets a copy of the period in milliseconds of the timer notification at the specified index.
getPeriodInMillis(Notification) - Method in interface javax.management.timer.TimerMBean
Gets a copy of the period in milliseconds of the specified timer notification.
getPeriodInMillis(Notification) - Method in class javax.management.timer.Timer
Gets a copy of the period in milliseconds of the specified timer notification.
getPort() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the port number used by this CommunicatorServer.
getPort() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the port number used by this CommunicatorServer.
getProtocol() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns the protocol of this HtmlAdaptorServer.
getProtocol() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the protocol being used by this CommunicatorServer.
getProtocol() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the protocol being used by this CommunicatorServer.
getResource(String) - Method in interface javax.management.loading.MLetMBean
Finds the resource with the given name.
getResourceAsStream(String) - Method in interface javax.management.loading.MLetMBean
Returns an input stream for reading the specified resource.
getResources(String) - Method in interface javax.management.loading.MLetMBean
Finds all the resources with the given name.
getReturnType() - Method in class javax.management.MBeanOperationInfo
Returns the description of the method's return value.
getSendPastNotifications() - Method in interface javax.management.timer.TimerMBean
Gets the flag indicating if the Timer sends past notifications or not.
getSendPastNotifications() - Method in class javax.management.timer.Timer
Gets the flag indicating if the Timer sends past notifications or not.
getSequenceNumber() - Method in class javax.management.Notification
Get the notification sequence number.
getServedClientCount() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the number of clients that have been processed by this CommunicatorServer since its creation.
getSignature() - Method in class javax.management.MBeanConstructorInfo
Returns the signature of the method, that is, information on the operations arguments.
getSignature() - Method in class javax.management.MBeanOperationInfo
Returns the signature of the method, that is, information on the operations arguments.
getSource() - Method in class javax.management.Notification
get the source object name
getState() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the state of this CommunicatorServer as an integer.
getState() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the state of this CommunicatorServer as an integer.
getStateString() - Method in class com.sun.jdmk.comm.CommunicatorServer
Gets the state of this CommunicatorServer as a string.
getStateString() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Gets the state of this CommunicatorServer as a string.
getStringTable() - Method in class com.sun.management.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.
getTargetError() - Method in class javax.management.RuntimeErrorException
Returns the actual java.lang.Error thrown
getTargetException() - Method in class com.sun.jdmk.comm.CommunicationException
Returns the thrown target exception.
getTargetException() - Method in class javax.management.MBeanException
Returns the actual java.lang.Exception thrown
getTargetException() - Method in class javax.management.RuntimeMBeanException
Returns the actual java.lang.RuntimeException thrown
getTargetException() - Method in class javax.management.RuntimeOperationsException
Returns the actual java.lang.RuntimeException thrown
getTargetException() - Method in class javax.management.ReflectionException
Returns the actual java.lang.Exception thrown
getThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
Gets the threshold value.
getThreshold() - Method in class javax.management.monitor.CounterMonitor
Gets the threshold value.
getTimeStamp() - Method in class javax.management.Notification
Get the notification timestamp.
getTrigger() - Method in class javax.management.monitor.MonitorNotification
Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
getType() - Method in class javax.management.MBeanParameterInfo
Returns the type or class name of the data.
getType() - Method in class javax.management.Notification
Get the notification type.
getType() - Method in class javax.management.MBeanAttributeInfo
Returns the class name of the attribute.
getType(int) - Static method in class com.sun.management.Trace
 
getTypes() - Method in class com.sun.management.TraceFilter
get types selected
getURLs() - Method in class javax.management.loading.MLet
Returns the search path of URLs for loading classes and resources.
getURLs() - Method in interface javax.management.loading.MLetMBean
Returns the search path of URLs for loading classes and resources.
getUserData() - Method in class javax.management.Notification
Get the user data.
getValue() - Method in class javax.management.StringValueExp
Returns the string represented by the StringValueExp instance.
getValue() - Method in class javax.management.Attribute
Returns the value.
globalSequenceNumber - Variable in class com.sun.management.TraceNotification
Global sequence number representing the place of this notification in all notification sequence.
GT - Static variable in class javax.management.Query
 
gt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "greater than" constraint on two values.

H

handleNotification(Notification, Object) - Method in interface javax.management.NotificationListener
Invoked when an JMAPI notification occurs.
handleNotification(Notification, Object) - Method in class com.sun.management.TraceListener
Called by the class Trace to get trace information.
hashCode() - Method in class javax.management.ObjectName
Returns a hash code for this object name.
hashCode() - Method in class com.sun.management.Enumerated
Returns the hash code for this enumerated.
host - Variable in class com.sun.jdmk.comm.CommunicatorServer
The host name used by this CommunicatorServer.
HTML_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is a HTML connector type.
HtmlAdaptorServer - class com.sun.jdmk.comm.HtmlAdaptorServer.
This class 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.
HtmlParser - interface com.sun.jdmk.comm.HtmlParser.
This interface should be implemented by an MBean acting as an HTML parser.
HTTP_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is a HTTP connector type.
HTTPS_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is a HTTPS connector type.

I

in(ValueExp, ValueExp[]) - Static method in class javax.management.Query
Returns an expression constraining a value to be one of an explicit list.
info - Variable in class com.sun.management.TraceNotification
The information sent out by the class Trace.
INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a read-like in nature, it basically returns some information.
INFO_ALL - Static variable in class com.sun.management.Trace
Information type defined to represent all types defined.
INFO_CONNECTOR_HTML - Static variable in class com.sun.management.Trace
Information type defined for HTML connector information.
INFO_MBEANSERVER - Static variable in class com.sun.management.Trace
Information type defined for MBean Server information.
INFO_MISC - Static variable in class com.sun.management.Trace
Information type defined for all other classes.
INFO_MLET - Static variable in class com.sun.management.Trace
Information type defined for MLet service information.
INFO_MONITOR - Static variable in class com.sun.management.Trace
Information type defined for Monitor information.
INFO_TIMER - Static variable in class com.sun.management.Trace
Information type defined for Timer information.
infoType - Variable in class com.sun.jdmk.comm.CommunicatorServer
 
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 class javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBeanServer (Default Loader Repository).
instantiate(String, Object[], String[]) - Method in class javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBeanServer (Default Loader Repository).
instantiate(String, ObjectName) - Method in class javax.management.MBeanServer
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, ObjectName, Object[], String[]) - Method in class javax.management.MBeanServer
Instantiates an object.
IntrospectionException - exception javax.management.IntrospectionException.
An exception occured 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.management.Introspector.
This class contains the methods for performing all the tests needed to verify that a class represents a JMX compliant MBean.
Introspector() - Constructor for class com.sun.management.Introspector
 
intValue() - Method in class com.sun.management.Enumerated
Return the integer form of the enumerated.
InvalidApplicationException - exception javax.management.InvalidApplicationException.
This exception is thrown when an attempt is made to apply either of the following: A subquery expression to an MBean 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 specified value is not a valid value 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.
invoke(ObjectName, String, Object[], String[]) - Method in class javax.management.MBeanServer
Invokes an action on an MBean.
invoke(String, Object[], String[]) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Invokes a specific operation on the HTML protocol adaptor.
invoke(String, Object[], String[]) - Method in interface javax.management.DynamicMBean
Allows an action to be invoked on the Dynamic MBean.
isActive() - Method in class com.sun.jdmk.comm.CommunicatorServer
Tests if the CommunicatorServer is active.
isActive() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Tests if the CommunicatorServer is active.
isActive() - Method in class javax.management.monitor.Monitor
Tests if the Monitor MBean is active.
isActive() - Method in interface javax.management.monitor.MonitorMBean
Tests if the Monitor MBean is active.
isActive() - Method in interface javax.management.timer.TimerMBean
Tests if the Timer MBean is active.
isActive() - Method in class javax.management.timer.Timer
Tests if the Timer MBean is active.
isAuthenticationOn() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns true if the list of users supported by this server is not empty.
isDebugOn() - Method in class com.sun.jdmk.comm.CommunicatorServer
 
isEmpty() - Method in interface javax.management.timer.TimerMBean
Tests if the list of notifications is empty.
isEmpty() - Method in class javax.management.timer.Timer
Tests if the list of notifications is empty.
isIs() - Method in class javax.management.MBeanAttributeInfo
Indicates if this attribute has an "is" getter
isNotificationEnabled(Notification) - Method in interface javax.management.NotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class javax.management.AttributeChangeNotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class javax.management.NotificationFilterSupport
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class com.sun.management.TraceFilter
Implement the interface NotificationFilter.
isPattern() - Method in class javax.management.ObjectName
Checks if a name to be used is a pattern for a query.
isReadable() - Method in class javax.management.MBeanAttributeInfo
Whether the value of the attribute can be read.
isRegistered(ObjectName) - Method in class javax.management.MBeanServer
Checks whether an MBean, identified by its object name, is already registered with the MBeanServer.
isSelected(int, int) - Static method in class com.sun.management.Trace
Verify whether the specified info level and the info type are selected.
isTraceOn() - Method in class com.sun.jdmk.comm.CommunicatorServer
 
isWritable() - Method in class javax.management.MBeanAttributeInfo
Whether new values can be written to the attribute.

J

javax.management - package javax.management
Provides the core JMX classes.
javax.management.loading - package javax.management.loading
Provides the classes which implement the advanced dynamic loading.
javax.management.monitor - package javax.management.monitor
Provides the definition of the monitor classes.
javax.management.timer - package javax.management.timer
Provides the definition of the Timer MBean.

L

LE - Static variable in class javax.management.Query
 
leq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than or equal to" constraint on two values.
level - Variable in class com.sun.management.TraceNotification
The level of information.
LEVEL_DEBUG - Static variable in class com.sun.management.Trace
Information level defined for debug level.
LEVEL_TRACE - Static variable in class com.sun.management.Trace
Information level defined for trace level.
levels - Variable in class com.sun.management.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.
loadClass(String) - Static method in class javax.management.DefaultLoaderRepository
Go through the list of class loaders and try to load the requested class.
loadClassWithout(ClassLoader, String) - Static method in class javax.management.DefaultLoaderRepository
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
LT - Static variable in class javax.management.Query
 
lt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than" constraint on two values.

M

makeDebugTag() - Method in class com.sun.jdmk.comm.CommunicatorServer
Returns the string used in debug traces.
makeThreadName() - Method in class com.sun.jdmk.comm.CommunicatorServer
Returns the string used to name the connector thread.
MalformedHttpException - exception com.sun.jdmk.comm.MalformedHttpException.
This exception is 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.
maxActiveClientCount - Variable in class com.sun.jdmk.comm.CommunicatorServer
The maximum number of clients that the CommunicatorServer can process concurrently.
MBeanAttributeInfo - class javax.management.MBeanAttributeInfo.
The MbeanAttributeInfo object 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) - Constructor for class javax.management.MBeanAttributeInfo
Constructs a MbeanAttributeInfo object.
MBeanConstructorInfo - class javax.management.MBeanConstructorInfo.
The MBeanConstructorInfo object describes a constructor exposed by an MBean.
MBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.MBeanConstructorInfo
Constructs a MBeanConstructorInfo object.
MBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.MBeanConstructorInfo
Constructs a MBeanConstructorInfo object.
MBeanException - exception javax.management.MBeanException.
This class represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanException(Exception) - Constructor for class javax.management.MBeanException
Creates a MBeanException that wraps the actual java.lang.Exception.
MBeanException(Exception, String) - Constructor for class javax.management.MBeanException
Creates a MBeanException that wraps the actual java.lang.Exception with a detail message.
MBeanFeatureInfo - class javax.management.MBeanFeatureInfo.
The MBeanFeatureInfo object provides general information for an MBean feature: The feature can be : An attribute, an operation, a parameter, a returned value or a notification.
MBeanFeatureInfo(String, String) - Constructor for class javax.management.MBeanFeatureInfo
Constructs a MBeanFeatureInfo object.
MBeanInfo - class javax.management.MBeanInfo.
The MBeanInfo object allows to discover 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 object describes describes a notification emitted by an MBean.
MBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.MBeanNotificationInfo
Constructs a MBeanNotificationInfo object.
MBeanOperationInfo - class javax.management.MBeanOperationInfo.
The MBeanOperationInfo object describes a management operation exposed by an MBean.
MBeanOperationInfo(String, Method) - Constructor for class javax.management.MBeanOperationInfo
Constructs a MBeanOperationInfo object.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.MBeanOperationInfo
Constructs a MBeanOperationInfo object.
MBeanParameterInfo - class javax.management.MBeanParameterInfo.
The MBeanParameterInfo object describes an argument of an operation exposed ny an MBean.
MBeanParameterInfo(String, String, String) - Constructor for class javax.management.MBeanParameterInfo
Constructs a MBeanParameterInfo object.
MBeanRegistration - interface javax.management.MBeanRegistration.
This interface can optionally be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBeanServer.
MBeanRegistrationException - exception javax.management.MBeanRegistrationException.
This class wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration.
MBeanRegistrationException(Exception) - Constructor for class javax.management.MBeanRegistrationException
Creates a MBeanRegistrationException that wraps the actual java.lang.Exception.
MBeanRegistrationException(Exception, String) - Constructor for class javax.management.MBeanRegistrationException
Creates a MBeanRegistrationException that wraps the actual java.lang.Exception with a detail message.
MBeanServer - class javax.management.MBeanServer.
This is the base class for MBean manipulation on the agent side.
MBeanServer() - Constructor for class javax.management.MBeanServer
Creates an MBeanServer with a standard default domain name.
MBeanServer(String) - Constructor for class javax.management.MBeanServer
Creates an MBeanServer with the specified default domain name.
MBeanServerDelegate - class javax.management.MBeanServerDelegate.
This class is a MBeanServer representation from the management point of view.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
Create a MBeanServerDelegate object.
MBeanServerDelegateMBean - interface javax.management.MBeanServerDelegateMBean.
This interface defines the management interface of an object of class MBeanServerDelegate.
MBeanServerNotification - class javax.management.MBeanServerNotification.
The MBeanServerNotification class represents an notification emitted by the MBean Server.
MBeanServerNotification(String, Object, long, Vector) - Constructor for class javax.management.MBeanServerNotification
Creates a MBeanServerNotification object with the specified object names of the MBeans that caused the notification and the specified notification type.
mbs - Variable in class com.sun.jdmk.comm.CommunicatorServer
The MBeanServer where this CommunicatorServer is to be registered with.
methodName - Variable in class com.sun.management.TraceNotification
The name of the method from which the information comes.
MINUS - Static variable in class javax.management.Query
 
minus(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the difference of two numeric values.
MLet - class javax.management.loading.MLet.
The m-let Service allows you to instantiate and register in the MBeanServer one or several MBeans coming from a remote URL.
MLET - Static variable in class com.sun.management.ServiceName
The class name used for registering the class loader of the MLet service.
MLet() - Constructor for class javax.management.loading.MLet
Constructs a new MLet using the default delegation parent ClassLoader.
MLet(URL[]) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
MLet(URL[], ClassLoader) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the given URLs.
MLet(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
MLetMBean - interface javax.management.loading.MLetMBean.
This interface exposes the remote management interface of the MLet MBean.
Monitor - class javax.management.monitor.Monitor.
This abstract class defines the common part to all monitor MBeans.
Monitor() - Constructor for class javax.management.monitor.Monitor
 
MonitorMBean - interface javax.management.monitor.MonitorMBean.
This interface exposes the remote management interface of the Monitor MBean.
MonitorNotification - class javax.management.monitor.MonitorNotification.
This class provides definitions of the notifications sent by Monitor MBeans.
MonitorNotification(String, Object, long, Date, String, ObjectName, String, Object, Object) - Constructor for class javax.management.monitor.MonitorNotification
Creates a monitor notification object.
MonitorSettingException - exception javax.management.monitor.MonitorSettingException.
This exception is 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.

N

name - Variable in class javax.management.MBeanFeatureInfo
The name of the feature.
needTobeClosed - Variable in class com.sun.management.TraceListener
 
not(QueryExp) - Static method in class javax.management.Query
Returns a constraint that is the negation of its argument.
NotCompliantMBeanException - exception javax.management.NotCompliantMBeanException.
This exception occurs when trying to register in the MBeanServer an object 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, Date) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, Date, 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.
This interface should be implemented by a registered MBean.
NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
This class provides an implementation of NotificationBroadcaster.
NotificationBroadcasterSupport() - Constructor for class javax.management.NotificationBroadcasterSupport
 
NotificationFilter - interface javax.management.NotificationFilter.
This interface should be implemented by a any MBean acting as a notification filter.
NotificationFilterSupport - class javax.management.NotificationFilterSupport.
This class provides an implementation of the NotificationFilter interface.
NotificationFilterSupport() - Constructor for class javax.management.NotificationFilterSupport
 
NotificationListener - interface javax.management.NotificationListener.
This interface listener should to receive JMX notification.

O

ObjectInstance - class javax.management.ObjectInstance.
This class is used for representing an object instance; that is, an object name and class.
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 - Variable in class com.sun.jdmk.comm.CommunicatorServer
The object name of the connector server.
ObjectName - class javax.management.ObjectName.
This class is used for representing an object name.
ObjectName(String) - Constructor for class javax.management.ObjectName
Allows an object name to be created from the given string.
ObjectName(String, Hashtable) - Constructor for class javax.management.ObjectName
Allows an object name with several key properties to be created.
ObjectName(String, String, String) - Constructor for class javax.management.ObjectName
Allows an object name to be created using only one key property.
OBSERVED_ATTRIBUTE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute is not contained in the observed object.
OBSERVED_ATTRIBUTE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occured 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 occured 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 occured 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.
OperationsException - exception javax.management.OperationsException.
This class represents exceptions thrown in the MBeanServer 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.management.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.management.Trace
Parses the system properties specified at the command-line to determine the specified trace conditions
PLUS - Static variable in class javax.management.Query
 
plus(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the sum of two numeric values or the concatenation of two string values.
port - Variable in class com.sun.jdmk.comm.CommunicatorServer
The port number used by this CommunicatorServer.
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.
postDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations needed after having been de-registered in the MBeanServer.
postDeregister() - Method in class javax.management.monitor.Monitor
Allows the Monitor MBean to perform any operations needed after having been de-registered by the MBean server.
postDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations needed after having been de-registered in the MBeanServer.
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
Do nothing
postRegister(Boolean) - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations needed after having been registered in the MBeanServer 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.loading.MLet
Allows the m-let to perform any operations needed after having been registered in the MBeanServer or after the registration has failed.
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
preDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being de-registered by the MBeanServer.
preDeregister() - Method in class javax.management.monitor.Monitor
Allows the Monitor MBean to perform any operations it needs before being de-registered by the MBean server.
preDeregister() - Method in class javax.management.monitor.CounterMonitor
Allows the Monitor MBean to perform any operations it needs before being de-registered by the MBean server.
preDeregister() - Method in class javax.management.loading.MLet
Allows the m-let to perform any operations it needs before being de-registered by the MBeanServer.
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.
preRegister(MBeanServer, ObjectName) - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being registered in the MBeanServer.
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.loading.MLet
Allows the m-let to perform any operations it needs before being registered in the MBeanServer.

Q

Query - class javax.management.Query.
The Query class supports construction of query object constraints.
Query() - Constructor for class javax.management.Query
Basic constructor.
QueryEval - class javax.management.QueryEval.
This class allows a query to be accessed in the context of a specific MBeanServer.
QueryEval() - Constructor for class javax.management.QueryEval
 
QueryExp - class javax.management.QueryExp.
The QueryExp class represents relational constraints that can be used in database query "where clauses." Instances of QueryExp are returned by the static methods of the Query class.
QueryExp() - Constructor for class javax.management.QueryExp
 
queryMBeans(ObjectName, QueryExp) - Method in class javax.management.MBeanServer
Gets MBeans controlled by the MBeanServer.
queryNames(ObjectName, QueryExp) - Method in class javax.management.MBeanServer
Gets the names of MBeans controlled by the MBeanServer.

R

readExternal(ObjectInput) - Method in class javax.management.loading.MLet
This method reads the objects contents during Object Serialization.
ReflectionException - exception javax.management.ReflectionException.
This class represents exceptions thrown in the MBeanServer 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 class javax.management.MBeanServer
Registers a pre-existing object as an MBean with the MBeanServer.
REGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that a MBean has been registered.
removeAllListeners() - Static method in class com.sun.management.Trace
Remove all listeners.
removeAllNotifications() - Method in interface javax.management.timer.TimerMBean
Removes all the notifications from the list of notifications.
removeAllNotifications() - Method in class javax.management.timer.Timer
Removes all the notifications from the list of notifications.
removeNotification(int) - Method in interface javax.management.timer.TimerMBean
Removes the timer notification at the specified index from the list of notifications.
removeNotification(int) - Method in class javax.management.timer.Timer
Removes the timer notification at the specified index from the list of notifications.
removeNotification(Notification) - Method in interface javax.management.timer.TimerMBean
Removes the specified timer notification from the list of notifications.
removeNotification(Notification) - Method in class javax.management.timer.Timer
Removes the specified timer notification from the list of notifications.
removeNotificationListener(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
Enables a listener for an MBean to be removed.
removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
Enables a listener for an MBean to be removed.
removeNotificationListener(NotificationListener) - Method in interface javax.management.NotificationBroadcaster
Enables a listener for an MBean to be removed.
removeNotificationListener(NotificationListener) - Static method in class com.sun.management.Trace
Remove a listener
removeNotificationListener(ObjectName, NotificationListener) - Method in class javax.management.MBeanServer
Enables a listener for an MBean to be removed.
removeNotificationListener(ObjectName, ObjectName) - Method in class javax.management.MBeanServer
Enables a listener for an MBean to be removed.
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.
RESET_FLAGS_ALREADY_NOTIFIED - Static variable in class javax.management.monitor.Monitor
This flag is used to reset the alreadyNotified monitor attribute.
resetParser() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the ObjectName of the Parser attribute to null
RMI_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is a RMI connector type.
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 occured 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 occured 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.
his class 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 detail message.
RuntimeOperationsException - exception javax.management.RuntimeOperationsException.
This class 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 detail message.

S

send(int, int, String, String, String) - Static method in class com.sun.management.Trace
Send a new information to this Trace class
send(int, int, String, String, Throwable) - Static method in class com.sun.management.Trace
Send an exception to this Trace class.
sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
Enables a MBean to send a notification.
sequenceNumber - Variable in class com.sun.management.TraceNotification
Sequence number representing the place of this notification in the sequence of all same type notifications
servedClientCount - Variable in class com.sun.jdmk.comm.CommunicatorServer
 
server - Variable in class javax.management.monitor.Monitor
Reference on the MBean server.
ServiceName - class com.sun.management.ServiceName.
This class is used for storing the names of core services.
ServiceName() - Constructor for class com.sun.management.ServiceName
 
ServiceNotFoundException - exception javax.management.ServiceNotFoundException.
This class 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.
setAttribute(Attribute) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the value of a specific attribute of the HTML protocol adaptor.
setAttribute(Attribute) - Method in interface javax.management.DynamicMBean
Sets the value of a specific attribute of the Dynamic MBean
setAttribute(ObjectName, Attribute) - Method in class javax.management.MBeanServer
Sets the value of a specific attribute of a named MBean.
setAttributes(AttributeList) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the values of several attributes of the HTML protocol adaptor.
setAttributes(AttributeList) - Method in interface javax.management.DynamicMBean
Sets the values of several attributes of the Dynamic MBean
setAttributes(ObjectName, AttributeList) - Method in class javax.management.MBeanServer
Sets the values of several attributes of a named MBean.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the difference mode flag value.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the difference mode flag value.
setDifferenceMode(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the difference mode flag value.
setDifferenceMode(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the difference mode flag value.
setFile(String) - Method in class com.sun.management.TraceListener
Specify a file to save information received
setFormated(boolean) - Method in class com.sun.management.TraceListener
Choose a format to output trace information.
setGranularityPeriod(long) - Method in class javax.management.monitor.Monitor
Sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in interface javax.management.monitor.MonitorMBean
Sets the granularity period (in milliseconds).
setHighThreshold(Number) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the high threshold value.
setHighThreshold(Number) - Method in class javax.management.monitor.GaugeMonitor
Sets the high threshold value.
setLibraryDirectory(String) - Method in class javax.management.loading.MLet
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
setLibraryDirectory(String) - Method in interface javax.management.loading.MLetMBean
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
setLogin(String) - Method in class com.sun.jdmk.comm.AuthInfo
Sets the value of the login property.
setLowThreshold(Number) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the low threshold value.
setLowThreshold(Number) - Method in class javax.management.monitor.GaugeMonitor
Sets the low threshold value.
setMaxActiveClientCount(int) - Method in class com.sun.jdmk.comm.CommunicatorServer
Sets the maximum number of clients this CommunicatorServer can process concurrently.
setMBeanServer(MBeanServer) - Static method in class javax.management.QueryEval
Sets the MBeanServer on which the query is to be accessed.
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.
setNotify(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the notifications on/off switch value.
setNotify(boolean) - Method in class javax.management.monitor.CounterMonitor
Sets the notifications on/off switch value.
setNotifyDiffer(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the differing notifications on/off switch value.
setNotifyDiffer(boolean) - Method in class javax.management.monitor.StringMonitor
Sets the differing notifications on/off switch value.
setNotifyHigh(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the high notifications on/off switch value.
setNotifyHigh(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the high notifications on/off switch value.
setNotifyLow(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
Sets the low notifications on/off switch value.
setNotifyLow(boolean) - Method in class javax.management.monitor.GaugeMonitor
Sets the low notifications on/off switch value.
setNotifyMatch(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
Sets the matching notifications on/off switch value.
setNotifyMatch(boolean) - Method in class javax.management.monitor.StringMonitor
Sets the matching notifications on/off switch value.
setObservedAttribute(String) - Method in class javax.management.monitor.Monitor
Sets the attribute to observe.
setObservedAttribute(String) - Method in interface javax.management.monitor.MonitorMBean
Sets the attribute to observe.
setObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
Sets the object to observe identified by its object name.
setObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
Sets the object to observe identified by its object name.
setOffset(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the offset value.
setOffset(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the offset value.
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.
setPort(int) - Method in class com.sun.jdmk.comm.CommunicatorServer
Sets the port number used by this CommunicatorServer.
setPort(int) - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Sets the port number used by this CommunicatorServer.
setSendPastNotifications(boolean) - Method in interface javax.management.timer.TimerMBean
Sets the flag indicating if the Timer sends past notifications or not.
setSendPastNotifications(boolean) - Method in class javax.management.timer.Timer
Sets the flag indicating if the Timer sends past notifications or not.
setSource(Object) - Method in class javax.management.Notification
Set the source object name
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.
setThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
Sets the threshold value.
setThreshold(Number) - Method in class javax.management.monitor.CounterMonitor
Sets the threshold value.
setUserData(Object) - Method in class javax.management.Notification
Set the user data.
SNMP_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is a SNMP connector type.
start() - Method in class com.sun.jdmk.comm.CommunicatorServer
Starts this CommunicatorServer.
start() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Starts this CommunicatorServer.
start() - Method in class javax.management.monitor.Monitor
Starts the Monitor.
start() - Method in class javax.management.monitor.StringMonitor
Starts the StringMonitor.
start() - Method in class javax.management.monitor.CounterMonitor
Starts the CounterMonitor.
start() - Method in class javax.management.monitor.GaugeMonitor
Starts the GaugeMonitor.
start() - Method in interface javax.management.monitor.MonitorMBean
Starts the Monitor.
start() - Method in interface javax.management.timer.TimerMBean
Starts the Timer.
start() - Method in class javax.management.timer.Timer
Starts the Timer.
STARTING - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Represents a STARTING state.
state - Variable in class com.sun.jdmk.comm.CommunicatorServer
The state of the connector server.
stop() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Stops the HTML protocol adaptor.
stop() - Method in class com.sun.jdmk.comm.CommunicatorServer
Stops this CommunicatorServer.
stop() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Stops this CommunicatorServer.
stop() - Method in class javax.management.monitor.Monitor
Stops the Monitor.
stop() - Method in class javax.management.monitor.StringMonitor
Stops the StringMonitor.
stop() - Method in class javax.management.monitor.CounterMonitor
Stops the CounterMonitor.
stop() - Method in class javax.management.monitor.GaugeMonitor
Stops the GaugeMonitor.
stop() - Method in interface javax.management.monitor.MonitorMBean
Stops the Monitor.
stop() - Method in interface javax.management.timer.TimerMBean
Stops the Timer.
stop() - Method in class javax.management.timer.Timer
Stops the Timer.
STOPPING - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Represents a STOPPING state.
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.
This class 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.
This interface exposes the remote management interface of the StringMonitor MBean.
StringValueExp - class javax.management.StringValueExp.
This class 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 string literal val.

T

target - Variable in class com.sun.jdmk.comm.CommunicationException
The embedded exception
testCompliance(Class) - Static method in class com.sun.management.Introspector
Basic method for testing if a given class is a JMX compliant MBean
THRESHOLD_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the type of the threshold, offset or modulus (counter monitors) is not correct or that the threshold high value is less than the threshold low value (gauge monitors).
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.
This class provides the implementation of the Timer MBean.
Timer() - Constructor for class javax.management.timer.Timer
Default constructor.
TimerMBean - interface javax.management.timer.TimerMBean.
This interface exposes the management interface of the Timer MBean.
TIMES - Static variable in class javax.management.Query
 
times(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the product of two numeric values.
toString() - Method in class javax.management.StringValueExp
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.InvalidApplicationException
Returns the string representing the object
toString() - Method in class javax.management.BadAttributeValueExpException
Returns the string representing the object.
toString() - Method in class javax.management.BadStringOperationException
Returns the string representing the object.
toString() - Method in class javax.management.ObjectName
Returns a string representation of the object name.
toString() - Method in class javax.management.AttributeValueExp
Returns the string representing its value
toString() - Method in class com.sun.management.Enumerated
Returns the string form of this enumerated.
Trace - class com.sun.management.Trace.
This class is a static class and is used to get JMX internal runtime information.
Trace() - Constructor for class com.sun.management.Trace
 
trace(String, String) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
trace(String, String, String) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
TraceFilter - class com.sun.management.TraceFilter.
This class is used to filter trace information.
TraceFilter(int, int) - Constructor for class com.sun.management.TraceFilter
Construct a TraceFilter object with the levels and types selected.
TraceListener - class com.sun.management.TraceListener.
An object of this class can be used to receive events sent out by the class Trace, and all information received will be saved to a file specified, or write to user screen.
TraceListener() - Constructor for class com.sun.management.TraceListener
Construct a default trace listener.
TraceListener(PrintStream) - Constructor for class com.sun.management.TraceListener
Construct a trace listener with a specified output stream without format.
TraceListener(String) - Constructor for class com.sun.management.TraceListener
Construct a trace listener with a file specified to save all information received without format.
TraceNotification - class com.sun.management.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.management.TraceNotification
Construct a TraceNotification object.
type - Variable in class com.sun.management.TraceNotification
The type of information.
types - Variable in class com.sun.management.TraceFilter
 

U

UNKNOWN - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation has an "unknown" nature.
UNKOWNTYPE - Static variable in class com.sun.management.Trace
 
unregisterMBean(ObjectName) - Method in class javax.management.MBeanServer
De-registers an MBean from the MBeanServer.
UNREGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that a MBean has been uregsitered.

V

value - Variable in class com.sun.management.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 - class javax.management.ValueExp.
The ValueExp class represents values that can be passed as arguments to relational expressions.
ValueExp() - Constructor for class javax.management.ValueExp
 
valueIndexes() - Method in class com.sun.management.Enumerated
Returns an Java enumeration of the permitted integers.
valueStrings() - Method in class com.sun.management.Enumerated
Returns an Java enumeration of the permitted strings.

W

waitState(int, long) - Method in class com.sun.jdmk.comm.CommunicatorServer
Waits to be notified of a change in this object.
waitState(int, long) - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Waits to be notified of a change in this object.
writeExternal(ObjectOutput) - Method in class javax.management.loading.MLet
This method saves the objects contents during Object Serialization.

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