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

A

AbstractAdaptor - class com.adventnet.adaptors.AbstractAdaptor.
This abstract class abstracts the common behaviour of all Adaptors.
AbstractAdaptor() - Constructor for class com.adventnet.adaptors.AbstractAdaptor
 
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.
Adaptor - interface com.adventnet.adaptors.Adaptor.
This interface is implemented by all Protocol adaptors (RMI,CORBA,HTTP,HTML,SNMP) This interface essentialy defines the management functions of the adaptor
add(Attribute) - Method in class javax.management.AttributeList
Adds the Attribute specified as the last element of the list.
add(int, Attribute) - Method in class javax.management.AttributeList
Inserts the attribute specified as an element at the position specified.
add(int, Role) - Method in class javax.management.relation.RoleList
Inserts the role specified as an element at the position specified.
add(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Inserts the unresolved role specified as an element at the position specified.
add(Role) - Method in class javax.management.relation.RoleList
Adds the Role specified as the last element of the list.
add(RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Adds the RoleUnresolved specified as the last element of the list.
addAll(AttributeList) - Method in class javax.management.AttributeList
Appends all the elements in the AttributeList specified to the end of the list, in the order in which they are returned by the Iterator of the AttributeList specified.
addAll(int, AttributeList) - Method in class javax.management.AttributeList
Inserts all of the elements in the AttributeList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the AttributeList specified.
addAll(int, RoleList) - Method in class javax.management.relation.RoleList
Inserts all of the elements in the RoleList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleList specified.
addAll(int, RoleUnresolvedList) - Method in class javax.management.relation.RoleUnresolvedList
Inserts all of the elements in the RoleUnresolvedList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.
addAll(RoleList) - Method in class javax.management.relation.RoleList
Appends all the elements in the RoleList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleList specified.
addAll(RoleUnresolvedList) - Method in class javax.management.relation.RoleUnresolvedList
Appends all the elements in the RoleUnresolvedList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
Register3s an object which implements the NotificationListener interface as a listener for AttributeChangeNotifications.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Registers an object which implements the NotificationListener interface as a listener for AttributeChangeNotifications.
addHttpServerInterface(HttpServerInterface) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Adds HttpServerInterface for controlling WebServer.
addHttpServerListener(Object) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Deprecated. Now the HttpServerInterface is used to plug-in WebServers to HTML Adaptor.
addLoader(ClassLoader) - Static method in class com.adventnet.jmx.DefaultLoaderRepositoryExt
 
addNotification(String, String, Object, Date) - Method in interface javax.management.timer.TimerMBean
This method creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and a null period and number of occurences.
addNotification(String, String, Object, Date) - Method in class javax.management.timer.Timer
This method creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and a null period and number of occurences.
addNotification(String, String, Object, Date, long) - Method in interface javax.management.timer.TimerMBean
This method creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and period and a null number of occurences.
addNotification(String, String, Object, Date, long) - Method in class javax.management.timer.Timer
This method creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date and period and a null number of occurences.
addNotification(String, String, Object, Date, long, long) - Method in interface javax.management.timer.TimerMBean
This method creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotification(String, String, Object, Date, long, long) - Method in class javax.management.timer.Timer
This method creates a new timer notification with the specified type, message and userData and inserts it into the list of notifications with a given date, period and number of occurences.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
Enables a couple (listener,handback) for a registered MBean to be added.
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 interface javax.management.NotificationBroadcaster
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.adventnet.adaptors.AbstractAdaptor
This method can be used to Add a Notification Listener for this Adaptor
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.adventnet.jmx.MBeanServerImpl
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Enables a couple (listener,handback) for a registered MBean to be added using this client through the relevant adaptor.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.adventnet.jmx.MBeanServerImpl
Enables a couple (listener,handback) for a registered MBean to be added.
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Enables a couple (listener,handback) for a registered MBean to be added using this client through the relevant adaptor.
addRelation(ObjectName) - Method in class javax.management.relation.RelationService
Adds a MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Adds a MBean created by te user (and registered by him in the MBean Server) as a relation in the Relation Service.
addRelationType(RelationType) - Method in class javax.management.relation.RelationService
Adds given object as a relation type.
addRelationType(RelationType) - Method in interface javax.management.relation.RelationServiceMBean
Adds given object as a relation type.
addRemoteNotificationListener(ObjectName, ObjectName, RemoteNotificationFilter, Object) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Enables a couple (listener,handback) for a registered MBean to be added using this client through the relevant adaptor.
addRemoteNotificationListener(ObjectName, ObjectName, RemoteNotificationFilter, Object) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Enables a couple (listener,handback) for a registered MBean to be added using this client through the relevant adaptor.
addRemoteNotificationListener(ObjectName, RemoteNotificationListener, RemoteNotificationFilter, Object) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Enables a couple (listener,handback) for a registered MBean to be added.
addRemoteNotificationListener(ObjectName, RemoteNotificationListener, RemoteNotificationFilter, Object) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Enables a couple (listener,handback) for a registered MBean to be added.
addRoleInfo(RoleInfo) - Method in class javax.management.relation.RelationTypeSupport
 
addURL(String) - Method in interface javax.management.loading.MLetMBean
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(String) - Method in class javax.management.loading.MLet
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(URL) - Method in interface javax.management.loading.MLetMBean
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(URL) - Method in class javax.management.loading.MLet
Appends the specified URL to the list of URLs to search for classes and resources.
addUser(String, String) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
This method adds a new User with the userName and password to the Authentication of the WebServer.
addUser(UserContext) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Adds the users specified in the UserContext to the Authentication List of the Adaptor
addUser(UserContext) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Adds the users specified in the UserContext to the Authentication List of the Adaptor
alinkColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
alreadyNotified - Variable in class javax.management.monitor.Monitor
Selected monitor errors that have already been notified
AND - Static variable in class javax.management.QueryExpSupport
 
and(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the conjunction of two other query expressions.
ANY - Static variable in class javax.management.QueryExpSupport
 
anySubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
apply(ObjectName) - Method in interface javax.management.ValueExp
Applies the ValueExp on a MBean.
apply(ObjectName) - Method in interface javax.management.QueryExp
Applies the QueryExp on an MBean.
apply(ObjectName) - Method in class javax.management.AttributeValueExp
Applies the AttributeValueExp on an MBean.
apply(ObjectName) - Method in class javax.management.StringValueExp
Applies the ValueExp on a MBean.
apply(ObjectName) - Method in class javax.management.QueryExpSupport
Applies the QueryExp on a MBean.
attr(String) - Static method in class javax.management.Query
Returns a new attribute expression.
attr(String, String) - Static method in class javax.management.Query
Returns a new qualified attribute expression.
Attribute - class javax.management.Attribute.
Represents an MBean attribute by associating its name with its value.
ATTRIBUTE_CHANGE - Static variable in class javax.management.AttributeChangeNotification
Notification type denoting that the observed MBean attribute value has changed.
Attribute(String, Object) - Constructor for class javax.management.Attribute
Constructs an Attribute object which associates the given attribute name with the given value.
AttributeChangeNotification - class javax.management.AttributeChangeNotification.
Provides definitions of the attribute change notifications sent by MBeans.
AttributeChangeNotification(Object, long, long, String, String, String, Object, Object) - Constructor for class javax.management.AttributeChangeNotification
Constructs an attribute change notification object.
AttributeChangeNotificationFilter - class javax.management.AttributeChangeNotificationFilter.
This class implements of the NotificationFilter interface for the attribute change notification.
AttributeChangeNotificationFilter() - Constructor for class javax.management.AttributeChangeNotificationFilter
The noArg constructor .
AttributeList - class javax.management.AttributeList.
Represents a list of values for attributes of an MBean.
AttributeList() - Constructor for class javax.management.AttributeList
Constructs an empty AttributeList.
AttributeList(AttributeList) - Constructor for class javax.management.AttributeList
Constructs an AttributeList containing the elements of the AttributeList specified, in the order in which they are returned by the AttributeList's iterator.
AttributeList(int) - Constructor for class javax.management.AttributeList
Constructs an empty AttributeList with the initial capacity specified.
AttributeNotFoundException - exception javax.management.AttributeNotFoundException.
The specified attribute does not exist or cannot be retrieved.
AttributeNotFoundException() - Constructor for class javax.management.AttributeNotFoundException
Basic constructor.
AttributeNotFoundException(String) - Constructor for class javax.management.AttributeNotFoundException
Constructor that allows a specific error message to be specified.
AttributeValueExp - class javax.management.AttributeValueExp.
This 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.
authenticate(UserContext) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
 
authenticate(UserContext) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Authenticates the users specified in the UserContext
authenticate(UserContext) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Authenticates the user corresponig to the UserContext passed
author - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 

B

backGroundColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
backGroundImage - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
backTagLocation - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
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 a 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 a BadStringOperationException with the specified detail message.
BET - Static variable in class javax.management.QueryExpSupport
 
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.
bind() - Method in class com.adventnet.adaptors.AbstractAdaptor
Must be used to bind to a naming service or to bind to a ServerSocket
bind() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
bind() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Binds the rmi server at the specified port
BOTTOM_CENTER - Variable in class com.adventnet.adaptors.html.HtmlPageProp
The home page link will be at bottom center.
BOTTOM_LEFT - Variable in class com.adventnet.adaptors.html.HtmlPageProp
The home page link will be at bottom left corner.
BOTTOM_RIGHT - Static variable in class com.adventnet.adaptors.html.HtmlPageProp
The home page link will be at bottom right corner.

C

changeState(int) - Method in class com.adventnet.adaptors.AbstractAdaptor
This method changes the state of the adaptor
checkMaxDegree(int) - Method in class javax.management.relation.RoleInfo
Returns a boolean to specify if given value is less or equal than expected maximum degree (true if yes)
checkMinDegree(int) - Method in class javax.management.relation.RoleInfo
Returns a boolean to specify if given value is greater or equal than expected minimum degree (true if yes)
checkPattern(String, String, boolean) - Static method in class com.adventnet.jmx.utils.JmxUtilities
 
checkRoleReading(String, String) - Method in class javax.management.relation.RelationService
Checks if given Role can be read in a relation of the given type.
checkRoleReading(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if given Role can be read in a relation of the given type.
checkRoleWriting(Role, String, Boolean) - Method in class javax.management.relation.RelationService
Checks if given Role can be set in a relation of given type.
checkRoleWriting(Role, String, Boolean) - Method in interface javax.management.relation.RelationServiceMBean
Checks if given Role can be set in a relation of given type.
classattr() - Static method in class javax.management.Query
Returns a new class attribute expression which can be used in any Query call that expects a ValueExp.
clazz - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 
cleanUp() - Method in class javax.management.timer.Scheduler
 
ClientProperties - class com.adventnet.adaptors.html.ClientProperties.
This class will have all the properties of a client.
ClientProperties() - Constructor for class com.adventnet.adaptors.html.ClientProperties
Default constructor
clone() - Method in interface javax.management.Descriptor
Returns a new Descriptor which is a duplicate of the Descriptor.
clone() - Method in class javax.management.MBeanInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanOperationInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanConstructorInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanParameterInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanAttributeInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.MBeanNotificationInfo
Creates and returns a copy of this object.
clone() - Method in class javax.management.relation.Role
Cloning.Creates a duplicate copy for the current Role object Overrides: clone in class java.lang.Object
clone() - Method in class javax.management.relation.RoleUnresolvedList
Cloning Returns a new RoleList, but no copy of the included elements.
clone() - Method in class javax.management.relation.RoleUnresolved
Clone.
clone() - Method in class javax.management.relation.RoleList
Cloning.
clone() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a duplicate object of ModelMBeanOperationInfo
clone() - Method in interface javax.management.modelmbean.ModelMBeanInfo
To clone this ModelMBeanInfo implementation object as ModelMBeanInfoSupport object.
clone() - Method in class javax.management.modelmbean.DescriptorSupport
Returns a new Descriptor which is a duplicate of the Descriptor.
clone() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Creates a duplicate ModelMBeanNotificationInfo object
clone() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a duplicate copy ModelMBeanConstructorInfo.
clone() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
To clone this ModelMBeanInfo implementation object as ModelMBeanInfoSupport object.
com.adventnet.adaptors - package com.adventnet.adaptors
 
com.adventnet.adaptors.clients.rmi - package com.adventnet.adaptors.clients.rmi
 
com.adventnet.adaptors.html - package com.adventnet.adaptors.html
This package contains HTML adaptor classes for JMX and facilitates accessing MBeans and Html Server.
com.adventnet.adaptors.rmi - package com.adventnet.adaptors.rmi
 
com.adventnet.jmx - package com.adventnet.jmx
This package provides core classes which are used for implementating the JMX specification.
com.adventnet.jmx.utils - package com.adventnet.jmx.utils
This package provides utility classes which are used by this JMX implementation.
connect(String, int, Object) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Initializes the communication with the remote managed object server.
copyRightNeeded - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
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 counter monitor MBean.
createMBean(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates and registers a MBean with the MBeanServer.
createMBean(String, ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates and registers a MBean with the MBeanServer using this client through the relevant adaptor.
createMBean(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates and registers a MBean with the MBeanServer.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, Object[], String[]) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates and registers a MBean with the MBeanServer using this client through the relevant adaptor.The MBean server will use the DefaultLoaderRepository to load the class of the MBean.
createMBean(String, ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates and registers a MBean with the MBeanServer.
createMBean(String, ObjectName, ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates and registers a MBean with the MBeanServer using this client through the relevant adaptor.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates and registers a MBean with the MBeanServer.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates and registers a MBean with the MBeanServer through this service(adaptor).
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates and registers a MBean with the MBeanServer using this client through the relevant adaptor.The class loader to be used is identified by its object name.
createMBeanServer() - Static method in class javax.management.MBeanServerFactory
Return a new object implementing the MBeanServer interface with a standard default domain name.
createMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Return a new object implementing the MBeanServer interface with the specified default domain name.
createRelation(String, String, RoleList) - Method in class javax.management.relation.RelationService
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
createRelation(String, String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
createRelationType(String, RoleInfo[]) - Method in class javax.management.relation.RelationService
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
createRelationType(String, RoleInfo[]) - Method in interface javax.management.relation.RelationServiceMBean
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
createScheduler(String) - Static method in class javax.management.timer.Scheduler
 
createScheduler(String, int) - Static method in class javax.management.timer.Scheduler
 
currClass - Variable in class javax.management.modelmbean.DescriptorSupport
 

D

DefaultClassLoader - class com.adventnet.jmx.DefaultClassLoader.
A simple test class loader capable of loading from multiple sources, such as local files or a URL.
DefaultClassLoader() - Constructor for class com.adventnet.jmx.DefaultClassLoader
 
DefaultDynamicMBean - class com.adventnet.jmx.DefaultDynamicMBean.
This class acts as the wrapper dynamic mbean for standard mbeans that intends to register with the MBeanServer.
DefaultDynamicMBean(Object) - Constructor for class com.adventnet.jmx.DefaultDynamicMBean
 
DefaultLoaderRepository - class javax.management.loading.DefaultLoaderRepository.
Keeps the list of Class Loaders registered in the MBean Server.
DefaultLoaderRepository() - Constructor for class javax.management.loading.DefaultLoaderRepository
The default constructor
DefaultLoaderRepositoryExt - class com.adventnet.jmx.DefaultLoaderRepositoryExt.
 
DefaultLoaderRepositoryExt() - Constructor for class com.adventnet.jmx.DefaultLoaderRepositoryExt
 
deleteClientInfo(String, String) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
deregisterThisScheduler(String) - Method in class javax.management.timer.Scheduler
 
description - Variable in class javax.management.MBeanFeatureInfo
The description of the feature in a String format
Descriptor - interface javax.management.Descriptor.
This interface represents the behavioral metadata set for a JMX Element.
DescriptorAccess - interface javax.management.DescriptorAccess.
This interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.e.
DescriptorSupport - class javax.management.modelmbean.DescriptorSupport.
This class represents the metadata set for a ModelMBean element.
DescriptorSupport() - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor default constructor.
DescriptorSupport(DescriptorSupport) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor taking a Descriptor as parameter.
DescriptorSupport(int) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor.
DescriptorSupport(String) - Constructor for class javax.management.modelmbean.DescriptorSupport
Descriptor constructor taking an XML String.
DescriptorSupport(String[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Constructor taking fields in the fieldName=fieldValue format.
DescriptorSupport(String[], Object[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
Constructor taking field names and field values.
deserialize(ObjectName, byte[]) - Method in interface javax.management.MBeanServer
De-serializes a byte array in the context of the class loader of an MBean.
deserialize(ObjectName, byte[]) - Method in class com.adventnet.jmx.MBeanServerImpl
De-serializes a byte array in the context of the class loader of an MBean.
deserialize(ObjectName, byte[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Deserializes the data passed
deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, byte[]) - Method in class com.adventnet.jmx.MBeanServerImpl
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, byte[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
 
deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[]) - Method in class com.adventnet.jmx.MBeanServerImpl
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
 
destroyAdaptor() - Method in class com.adventnet.adaptors.AbstractAdaptor
Kills the adaptor and releases all its resources
destroyAdaptor() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
This method is used to destroy the adaptor
destroyAdaptor() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Removes the RemoteMBeanServerImpl from the RMI runtime
dgbTag - Variable in class javax.management.monitor.Monitor
 
disableAllAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute names.
disableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables any MBeanServerNotification (i.e.
disableAllTypes() - Method in class javax.management.NotificationFilterSupport
Disables all the notification types.
disableAllTypes() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Disables all types of notifications
disableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Disables all the attribute change notifications the attribute name of which equals the specified attribute name to be sent to the listener.
disableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Disables MBeanServerNotifications concerning given ObjectName.
disableType(String) - Method in class javax.management.NotificationFilterSupport
Disables all the notifications whose type matches the specified prefix to be sent to the listener.
disableType(String) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Disables the type of notification in the parameter
disconnect() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Diconnects the communication with the adaptor.
DIV - Static variable in class javax.management.Query
 
DIV - Static variable in class javax.management.QueryExpSupport
 
div(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the quotient of two numeric values.
DynamicMBean - interface javax.management.DynamicMBean.
Defines the methods that should be implemented by a Dynamic MBean (MBean that exposes a dynamic management interface).

E

enableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables all MBeanServerNotifications (i.e.
enableAttribute(String) - Method in class javax.management.AttributeChangeNotificationFilter
Enables all the attribute change notifications the attribute name of which equals the specified name to be sent to the listener.
enableAuthentication(boolean) - Method in class com.adventnet.adaptors.AbstractAdaptor
This abstract method needs to be implemented by the Adaptor for providing Authentication
enableAuthentication(boolean) - Method in interface com.adventnet.adaptors.Adaptor
This method can be used to enable or disable Authentication
enableAuthentication(boolean) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
enables the authentication feature of the adaptor.
enableAuthentication(boolean) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Enables Authentication for the RMI Adaptor
enableAuthentication(boolean) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Enables Authentication for the RMI Adaptor
enableAuthorisation(boolean) - Method in class com.adventnet.adaptors.AbstractAdaptor
This abstract method needs to be implemented by the Adaptor for providing Authorisation
enableAuthorisation(boolean) - Method in interface com.adventnet.adaptors.Adaptor
This method can be used to enable or disable Authorisation
enableAuthorisation(boolean) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
enables the authorisation feature of the adaptor.
enableAuthorisation(boolean) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Enables Authorisation for the RMI Adaptor
enableAuthorisation(boolean) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Enables Authorisation for the RMI Adaptor
enabledTypes - Variable in class javax.management.NotificationFilterSupport
Vector that contains the enabled notification types.
enableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Enables MBeanServerNotifications concerning given ObjectName.
enableType(String) - Method in class javax.management.NotificationFilterSupport
Enables all the notifications whose type matches the specified prefix to be sent to the listener.
enableType(String) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Enables the type of notification in the parameter
endIndex - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
EQ - Static variable in class javax.management.Query
 
EQ - Static variable in class javax.management.QueryExpSupport
 
eq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents an equality constraint on two values.
equals(Object) - Method in class javax.management.Attribute
Compares the current Attribute Object with another Attribute Object.
equals(Object) - Method in class javax.management.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.

F

filter - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
FINAL - Static variable in class javax.management.QueryExpSupport
 
finalSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
findAssociatedMBeans(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the MBeans associated to given one in a relation.
findAssociatedMBeans(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the MBeans associated to given one in a relation.
findClass(String) - Method in class javax.management.loading.MLet
This is the main method for class loaders that is being redefined.
findLibrary(String) - Method in class javax.management.loading.MLet
Returns the absolute path name of a native library.
findMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Return a list of objects implementing the MBeanServer interface.
findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the relations where a given MBean is referenced.
findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relations where a given MBean is referenced.
findRelationsOfType(String) - Method in class javax.management.relation.RelationService
Returns the relation ids for relations of the given type.
findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation ids for relations of the given type.
followsObjectNamePattern(String, String) - Static method in class com.adventnet.jmx.utils.JmxUtilities
 
fontColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
fontFace - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
fontSize - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
footerMsg - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
formatClassName(String) - Method in class com.adventnet.jmx.DefaultClassLoader
 

G

GaugeMonitor - class javax.management.monitor.GaugeMonitor.
Defines a monitor MBean designed to observe the values of a gauge attribute.
GaugeMonitor() - Constructor for class javax.management.monitor.GaugeMonitor
Default Constructor.
GaugeMonitorMBean - interface javax.management.monitor.GaugeMonitorMBean.
Exposes the remote management interface of the gauge monitor MBean.
GE - Static variable in class javax.management.Query
 
GE - Static variable in class javax.management.QueryExpSupport
 
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.
getAdaptorObjectName() - Method in class com.adventnet.adaptors.AbstractAdaptor
Returns the adaptor object name
getAdaptorObjectName() - Method in interface com.adventnet.adaptors.Adaptor
This method returns the Adaptors Object Name
getAdaptorObjectName() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the ObjectName of this adaptor with which it has been registered with the MBeanServer.
getAdaptorObjectName() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Returns the ObjectName of this adaptor with which it has been registered with the MBeanServer.
getAdaptorVersion() - Method in class com.adventnet.adaptors.AbstractAdaptor
Returns the adaptor version implemented by this Adaptor
getAdaptorVersion() - Method in interface com.adventnet.adaptors.Adaptor
This method returns the Adaptors Version
getAlinkColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getAllNotificationIDs() - Method in interface javax.management.timer.TimerMBean
This method gets all timer notification identifiers registered into the list of notifications.
getAllNotificationIDs() - Method in class javax.management.timer.Timer
This method gets all timer notification identifiers registered into the list of notifications.
getAllRelationIds() - Method in class javax.management.relation.RelationService
Returns all the relation ids for all the relations handled by the Relation Service
getAllRelationIds() - Method in interface javax.management.relation.RelationServiceMBean
Returns all the relation ids for all the relations handled by the Relation Service
getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
Retrieves names of all known relation types
getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves names of all known relation types
getAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles present in the relation
getAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles present in the relation
getAllRoles(String) - Method in class javax.management.relation.RelationService
Returns all roles present in the relation
getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns all roles present in the relation
getAttribute(Object) - Method in class javax.management.AttributeValueExp
 
getAttribute(ObjectName, String) - Method in interface javax.management.MBeanServer
Gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in class com.adventnet.jmx.MBeanServerImpl
Gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which gets the value of a specific attribute of a named MBean.
getAttribute(ObjectName, String) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Gets the value of a specific attribute of a named MBean using this client through the relevant adaptor.
getAttribute(String) - Method in interface javax.management.DynamicMBean
Obtains the value of a specific attribute of the Dynamic MBean.
getAttribute(String) - Method in class javax.management.modelmbean.RequiredModelMBean
Gets the value of a specific attribute of this MBean.
getAttribute(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanAttributeInfo requested by name.
getAttribute(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanAttributeInfo requested by name.
getAttribute(String) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getAttribute(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
Gets the value of a specific attribute of this MBean.
getAttribute(String) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the value of a specific attribute of this MBean.
getAttribute(String) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Gets the value of a specific attribute of this MBean.
getAttributeName() - Method in class javax.management.AttributeValueExp
Returns a string representation of the name of the attribute.
getAttributeName() - Method in class javax.management.AttributeChangeNotification
Gets the name of the attribute which has changed.
getAttributes() - Method in class javax.management.MBeanInfo
Returns the list of attributes exposed for management.
getAttributes() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Gets the attributes info of the ModelMBean targetted object.
getAttributes() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Gets the attributes info of the ModelMBean targetted object.
getAttributes(ObjectName, String[]) - Method in interface javax.management.MBeanServer
Enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in class com.adventnet.jmx.MBeanServerImpl
Enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which enables the values of several attributes of a named MBean.
getAttributes(ObjectName, String[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Enables the values of several attributes of a named MBean using this client through the relevant adaptor.
getAttributes(String[]) - Method in interface javax.management.DynamicMBean
Enables the values of several attributes of the Dynamic MBean.
getAttributes(String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
Enables the values of several attributes of this MBean.
getAttributes(String[]) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getAttributes(String[]) - Method in class com.adventnet.adaptors.html.HtmlPageProp
Enables the values of several attributes of this MBean.
getAttributes(String[]) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Enables the values of several attributes of this MBean.
getAttributes(String[]) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Enables the values of several attributes of this MBean.
getAttributeType() - Method in class javax.management.AttributeChangeNotification
Gets the type of the attribute which has changed.
getAuthentication() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the authentication feature of the User.
getAuthentication() - Method in class com.adventnet.adaptors.html.ClientProperties
 
getAuthor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getAuthor() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getAuthorisation() - Method in class com.adventnet.adaptors.html.ServerOperations
 
getBackGroundColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getBackGroundColor() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getBackGroundImage() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getBackGroundImage() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
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 MBean Java class name described by this MBeanInfo.
getClassName() - Method in class javax.management.ObjectInstance
Returns the class part.
getClassName() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Gets the className of the ModelMBean
getClassName() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns the name of the Java class of the MBean described by this ModelMBeanInfo.
getConfFile() - Static method in class javax.management.timer.Scheduler
 
getConfigFileName() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Getter for the configFileName.
getConfigFileName() - Method in interface com.adventnet.adaptors.html.HttpServerInterface
Getter for the configFileName.
getConfigJarFile() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Setter for the configuration file Name which will be inside the jar containing this class.
getConfTable() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
getConfTable(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getConstructor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanConstructorInfo requested by name.
getConstructors() - Method in class javax.management.MBeanInfo
Returns the list of the public constructors of the MBean.
getConstructors() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Gets the constructors info of the ModelMBean targetted object.
getConstructors() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Gets the constructors info of the ModelMBean targetted object.
getConstructors() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getcopyRightNeeded() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getCopyRightNeeded() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getDate(Integer) - Method in interface javax.management.timer.TimerMBean
This method gets a copy of the date associated to a timer notification.
getDate(Integer) - Method in class javax.management.timer.Timer
This method gets a copy of the date associated to a timer notification.
getDefaultDomain() - Method in interface javax.management.MBeanServer
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in class com.adventnet.jmx.MBeanServerImpl
Returns the default domain used for the MBean naming.
getDefaultDomain() - Method in class com.adventnet.adaptors.html.ServerOperations
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Returns the default domain used for naming the MBean.
getDefaultDomain() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Returns the default domain used for naming the MBean.
getDefaultMaxThreads() - Static method in class javax.management.timer.Scheduler
 
getDerivedGauge() - Method in class javax.management.monitor.StringMonitor
This method gets the value of the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets the value of the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the value of the derived gauge.
getDerivedGauge() - Method in class javax.management.monitor.GaugeMonitor
This method gets the value of the derived gauge.
getDerivedGauge() - Method in interface javax.management.monitor.StringMonitorMBean
This method gets the value of 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
This method gets the value of the derived gauge.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.StringMonitor
This method gets the value of the derived gauge time stamp.The derived gauge time stamp is the value(in the nearest miliseconds) when the notification was triggered.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets the value of the derived gauge time stamp.It is the time when the notification is triggered nearest to the milliseconds.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the value of the derived gauge time stamp.The derived gauge time stamp is the value(in the nearest miliseconds) when the notification was triggered.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.GaugeMonitor
This method gets the value of the derived gauge time stamp.The derived gauge time stamp* is the value(in the nearest miliseconds) when the notification was triggered.
getDerivedGaugeTimeStamp() - Method in interface javax.management.monitor.StringMonitorMBean
This method gets the value of the derived gauge time stamp.
getDerivedGaugeTimeStamp() - Method in class javax.management.monitor.CounterMonitor
This method gets the value of the derived gauge time stamp.The derived gauge time stamp is the value(in the nearest miliseconds) when the notification was triggered.
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.
getDescription() - Method in class javax.management.relation.RoleInfo
Returns description text for the role
getDescription() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Gets the description of this ModelMBean
getDescription() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a human readable description of the MBean.
getDescriptor() - Method in interface javax.management.DescriptorAccess
Returns a copy of Descriptor.
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Gets the corresponding Descriptor of this ModelMBeanNotificationInfo
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Gets the corresponding Descriptor of this ModelMBeanNotificationInfo
getDescriptor() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns the descriptor
getDescriptor(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a Descriptor requested by name
getDescriptor(String, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor requested by name and descriptorType.
getDescriptor(String, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a Descriptor requested by name and descriptorType.
getDescriptors(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo including the MBean Descriptor, attribute Descriptors, operation Descriptors, constructor Descriptors, and notification Descriptors.
getDescriptors(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo including the MBean Descriptor, attribute Descriptors, operation Descriptors, constructor Descriptors, and notification Descriptors.
getDifferenceMode() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets the difference mode flag value.
getDifferenceMode() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the value of the difference mode.
getDifferenceMode() - Method in class javax.management.monitor.GaugeMonitor
This method gets the value of the difference mode.
getDifferenceMode() - Method in class javax.management.monitor.CounterMonitor
This method gets the value of the difference mode.
getDisabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames disabled.
getDomain() - Method in class javax.management.ObjectName
Returns the domain part.
getEnabledAttributes() - Method in class javax.management.AttributeChangeNotificationFilter
Gets all the enabled attribute names for this filter.
getEnabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Gets all the ObjectNames enabled.
getEnabledTypes() - Method in class javax.management.NotificationFilterSupport
Gets all the enabled notification types for this filter.
getEnabledTypes() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets all the enabled notifications
getExp() - Method in class javax.management.BadBinaryOpValueExpException
Returns the ValueExp that originates the exception.
getFieldNames() - Method in interface javax.management.Descriptor
Returns all the fields names in the descriptor.
getFieldNames() - Method in class javax.management.modelmbean.DescriptorSupport
Returns all the fields names in the descriptor.
getFields() - Method in interface javax.management.Descriptor
Returns all of the fields contained in this descriptor as a string array.
getFields() - Method in class javax.management.modelmbean.DescriptorSupport
Returns all of the fields contained in this descriptor as a string array.
getFieldValue(String) - Method in interface javax.management.Descriptor
Returns the value for a specific fieldname.
getFieldValue(String) - Method in class javax.management.modelmbean.DescriptorSupport
Returns the value for a specific fieldname.
getFieldValues(String[]) - Method in interface javax.management.Descriptor
Returns all the field values in the descriptor as an array of Objects.
getFieldValues(String[]) - Method in class javax.management.modelmbean.DescriptorSupport
Returns all the field values in the descriptor as an array of Objects.
getFilter() - Method in class com.adventnet.adaptors.html.ClientProperties
Getter for the filter name.
getFontColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getFontFace() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getFontSize() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getFooterMessage() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getFooterMessage() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getGranularityPeriod() - Method in class javax.management.monitor.Monitor
This method gets the granularity period (in milliseconds).
getGranularityPeriod() - Method in interface javax.management.monitor.MonitorMBean
This method gets the granularity period (in milliseconds).
getHeaderTable() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getHighThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the value of the high threshold.
getHighThreshold() - Method in class javax.management.monitor.GaugeMonitor
This method gets the value of the high threshold.
getHost() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method returns the host on which the adaptor resides
getHost() - Method in interface com.adventnet.adaptors.Adaptor
This method returns the host on which the Adaptor resides
getHtmlAuth() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
getHtmlPageProp(String) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
getImpact() - Method in class javax.management.MBeanOperationInfo
Returns the impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN.
getImplementationName() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation name (the name of this product).
getImplementationName() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation name (the name of this product).
getImplementationVendor() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation vendor (the vendor of this product)
getImplementationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation vendor (the vendor of this product).
getImplementationVersion() - Method in class javax.management.MBeanServerDelegate
Returns the JMX implementation version (the version of this product).
getImplementationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the JMX implementation version (the version of this product).
getIndexFileName() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getIndexFileName() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getJavaScript() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getKeyProperty(String) - Method in class javax.management.ObjectName
Obtains the value of a key property in a key property.
getKeyPropertyList() - Method in class javax.management.ObjectName
Returns a pointer to the list of key properties.
getKeyPropertyListString() - Method in class javax.management.ObjectName
Returns a string representation of the list of key properties specified at creation time.
getLibraryDirectory() - Method in interface javax.management.loading.MLetMBean
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLibraryDirectory() - Method in class javax.management.loading.MLet
Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
getLimitRestrictFlag() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getLinkColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getLoaderTable() - Method in class com.adventnet.jmx.MBeanServerImpl
Returns the table that has the loader references os the mbeans.
getLowThreshold() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the value of the low threshold.
getLowThreshold() - Method in class javax.management.monitor.GaugeMonitor
This method gets the value of the low threshold.
getMailTo() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getMaxDegree() - Method in class javax.management.relation.RoleInfo
Returns maximum degree for corresponding role reference
getMaxDispChar() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getMaxThreads() - Method in class javax.management.timer.Scheduler
 
getMBeanCount() - Method in interface javax.management.MBeanServer
Returns the number of MBeans controlled by the MBeanServer.
getMBeanCount() - Method in class com.adventnet.jmx.MBeanServerImpl
Returns the number of MBeans controlled by the MBeanServer.
getMBeanCount() - Method in class com.adventnet.adaptors.html.ServerOperations
Returns the number of MBeans controlled by the MBeanServer through this service(adaptor).
getMBeanCount() - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Returns the number of MBeans controlled by the MBeanServer through this service(adaptor).
getMBeanCount() - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Returns the number of MBeans controlled by the MBeanServer through this service(adaptor).
getMBeanCount() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Returns the number of MBeans controlled by the MBeanServer using this client through the relevant adaptor.
getMBeanDescriptor() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a MBean's descriptor.
getMBeanDescriptor() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a MBean's descriptor.
getMBeanInfo() - Method in interface javax.management.DynamicMBean
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
This method discovers the attributes and operations this MBean exposes for management.
getMBeanInfo() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getMBeanInfo() - Method in class com.adventnet.adaptors.html.HtmlPageProp
This method discovers the attributes and operations this MBean exposes for management.
getMBeanInfo() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
This method discovers the attributes and operations this MBean exposes for management.
getMBeanInfo() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
This method discovers the attributes and operations this MBean exposes for management.
getMBeanInfo(ObjectName) - Method in interface javax.management.MBeanServer
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
This method discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which discovers the attributes and operations that an MBean exposes for management.
getMBeanInfo(ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
This method discovers the attributes and operations that an MBean exposes for management using this client through the relevant adaptor.When flatten is false, inherited attributes are not returned.
getMBeanName() - Method in class javax.management.MBeanServerNotification
Returns object name of the MBean that caused the notification
getMBeanServer() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
Getter for MBean server.
getMBeanServerId() - Method in class javax.management.MBeanServerDelegate
Get the MBeanServer agent identification.
getMBeanServerId() - Method in interface javax.management.MBeanServerDelegateMBean
Get the MBeanServer agent identification.
getMBeanServerID() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Returns the MBeanServerID
getMBeansFromURL(String) - Method in interface javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(String) - Method in class javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(URL) - Method in interface javax.management.loading.MLetMBean
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansFromURL(URL) - Method in class javax.management.loading.MLet
Loads a text file containing MLET tags that define the MBeans to be added to the agent.
getMBeansToUnregister() - Method in class javax.management.relation.RelationNotification
Returns the list of ObjectNames of MBeans expected to be unregistered due to a relation removal (only for relation removal)
getMessage() - Method in class javax.management.Notification
Get the notification message.
getMinDegree() - Method in class javax.management.relation.RoleInfo
Returns minimum degree for corresponding role reference
getMode() - Method in class com.adventnet.adaptors.html.ClientProperties
Getter fir dynamicHtmlGen.
getModulus() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets the modulus value.
getModulus() - Method in class javax.management.monitor.CounterMonitor
This method gets the modulus value of monitor.
getName() - Method in class javax.management.Attribute
Returns a String containing the name of the attribute.
getName() - Method in class javax.management.MBeanFeatureInfo
Returns the name of the feature.
getName() - Method in class javax.management.relation.RoleInfo
Returns the name of the role
getNbNotifications() - Method in interface javax.management.timer.TimerMBean
This method gets the number of timer notifications registered into the list of notifications.
getNbNotifications() - Method in class javax.management.timer.Timer
This method gets the number of timer notifications registered into the list of notifications.
getNbOccurences(Integer) - Method in interface javax.management.timer.TimerMBean
This method gets a copy of the remaining number of occurences associated to a timer notification.
getNbOccurences(Integer) - Method in class javax.management.timer.Timer
This method gets a copy of the remaining number of occurences associated to a timer notification.
getNewRoleValue() - Method in class javax.management.relation.RelationNotification
Returns new value of updated role (only for role update)
getNewValue() - Method in class javax.management.AttributeChangeNotification
Gets the new value of the attribute which has changed.
getNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanNotificationInfo requested by name.
getNotification(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanNotificationInfo requested by name.
getNotificationID() - Method in class javax.management.timer.TimerNotification
This method gets the identifier of this timer notification.
getNotificationIDs(String) - Method in interface javax.management.timer.TimerMBean
This method gets all the identifiers of timer notifications corresponding to the specified type.
getNotificationIDs(String) - Method in class javax.management.timer.Timer
This method gets all the identifiers of timer notifications corresponding to the specified type.
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 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 interface javax.management.NotificationBroadcaster
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class javax.management.monitor.Monitor
This method returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the counter monitor.
getNotificationInfo() - Method in class javax.management.monitor.StringMonitor
 
getNotificationInfo() - Method in class javax.management.monitor.GaugeMonitor
This method returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the counter monitor.
getNotificationInfo() - Method in class javax.management.monitor.CounterMonitor
This method returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the counter monitor.
getNotificationInfo() - Method in class javax.management.relation.RelationService
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class javax.management.modelmbean.RequiredModelMBean
Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent.
getNotificationInfo() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getNotificationInfo() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method returns the NotificationInfo
getNotificationList() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
getNotificationMessage(Integer) - Method in interface javax.management.timer.TimerMBean
This method gets the timer notification detailed message corresponding to the specified identifier.
getNotificationMessage(Integer) - Method in class javax.management.timer.Timer
This method gets the timer notification detailed message corresponding to the specified identifier.
getNotifications() - Method in class javax.management.MBeanInfo
Returns the list of the notifications emitted by the MBean.
getNotifications() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Gets the notifications info emitted by the ModelMBean targetted object.
getNotifications() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Gets the notifications info emitted by the ModelMBean targetted object.
getNotifications() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getNotificationType(Integer) - Method in interface javax.management.timer.TimerMBean
This method gets the timer notification type corresponding to the specified identifier.
getNotificationType(Integer) - Method in class javax.management.timer.Timer
This method gets the timer notification type corresponding to the specified identifier.
getNotificationUserData(Integer) - Method in interface javax.management.timer.TimerMBean
This method gets the timer notification user data object corresponding to the specified identifier.
getNotificationUserData(Integer) - Method in class javax.management.timer.Timer
This method gets the timer notification user data object corresponding to the specified identifier.
getNotifTypes() - Method in class javax.management.MBeanNotificationInfo
Returns the notification type string of the notification (in dot notation).
getNotify() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets the notification's on/off switch value.
getNotify() - Method in class javax.management.monitor.CounterMonitor
This method gets the notification's on/off switch value.
getNotifyDiffer() - Method in class javax.management.monitor.StringMonitor
This method sets the differing notification's on/off switch value.
getNotifyDiffer() - Method in interface javax.management.monitor.StringMonitorMBean
This method sets the differing notification's on/off switch value.
getNotifyHigh() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the high notification's on/off switch value.
getNotifyHigh() - Method in class javax.management.monitor.GaugeMonitor
This method gets the high notification's on/off switch value.
getNotifyLow() - Method in interface javax.management.monitor.GaugeMonitorMBean
This method gets the low notification's on/off switch value.
getNotifyLow() - Method in class javax.management.monitor.GaugeMonitor
This method gets the low notification's on/off switch value.
getNotifyMatch() - Method in class javax.management.monitor.StringMonitor
This method gets the matching notification's on/off switch value.
getNotifyMatch() - Method in interface javax.management.monitor.StringMonitorMBean
This method gets the matching notification's on/off switch value.
getNumRows() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getNumRows() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getObjectInClassLoader(ObjectName, byte[]) - Method in class com.adventnet.jmx.MBeanServerImpl
This method de-serializes an object in the context of a given MBean class loader.
getObjectInstance(ObjectName) - Method in interface javax.management.MBeanServer
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectInstance(ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Gets the ObjectInstance for a given MBean registered with the MBean server.
getObjectInstance(ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Gets the ObjectInstance for a given MBean registered with the MBean server through this service(adaptor).
getObjectInstance(ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Gets the ObjectInstance for a given MBean registered with the MBean server through this service(adaptor).
getObjectInstance(ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Gets the ObjectInstance for a given MBean registered with the MBean server through this service(adaptor).
getObjectInstance(ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Gets the ObjectInstance for a given MBean registered with the MBean server using this client through the relevant adaptor.
getObjectName() - Method in class javax.management.ObjectInstance
Returns the object name part.
getObjectName() - Method in class javax.management.relation.RelationNotification
Returns the ObjectName (if the relation is a MBean, else null) of the created/removed/updated relation
getObjectName() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the ObjectName which are registered with the MBeanServer.
getObjectName() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Returns the ObjectName of this adaptor with which it has been registered with the MBeanServer.
getObservedAttribute() - Method in class javax.management.monitor.Monitor
This method gets the name of the attribute being observed.
getObservedAttribute() - Method in interface javax.management.monitor.MonitorMBean
This method gets the name of the attribute being observed.
getObservedAttribute() - Method in class javax.management.monitor.MonitorNotification
Gets the observed attribute of this monitor notification.
getObservedObject() - Method in class javax.management.monitor.Monitor
This method gets the object name of the object being observed.
getObservedObject() - Method in interface javax.management.monitor.MonitorMBean
This method gets the object name of the object being observed.
getObservedObject() - Method in class javax.management.monitor.MonitorNotification
Gets the observed object of this monitor notification.
getOffset() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets offset value .
getOffset() - Method in class javax.management.monitor.CounterMonitor
This method gets the offset value.
getOldRoleValue() - Method in class javax.management.relation.RelationNotification
Returns old value of updated role (only for role update)
getOldValue() - Method in class javax.management.AttributeChangeNotification
Gets the old value of the attribute which has changed.
getOperation(String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Returns a ModelMBeanOperationInfo requested by name.
getOperation(String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Returns a ModelMBeanOperationInfo requested by name.
getOperations() - Method in class javax.management.MBeanInfo
Returns the list of operations of the MBean.
getOperations() - Method in interface javax.management.modelmbean.ModelMBeanInfo
Gets the operations info of the ModelMBean targetted object.
getOperations() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Gets the operations info of the ModelMBean targetted object.
getOperations() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getOperationsLinkNeeded() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getOperationsLinkNeeded() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getParentDirectory() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the parent directory for this adaptor
getPeriod(Integer) - Method in interface javax.management.timer.TimerMBean
This method gets a copy of the period (in milliseconds) associated to a timer notification.
getPeriod(Integer) - Method in class javax.management.timer.Timer
This method gets a copy of the period (in milliseconds) associated to a timer notification.
getPersistantName() - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Returns the name of the serialized file in which the UserContext details are stored.
getPersistantName() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Returns the name of the serialized file in which the User Context details are stored.
getPort() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method returns the port on which the adaptor listens
getPort() - Method in interface com.adventnet.adaptors.Adaptor
This method returns the port on which the Adaptor is listening
getPort() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Returns the port number in which the http server gets started.
getProblemType() - Method in class javax.management.relation.RoleUnresolved
Retrieves problem type
getProtocol() - Method in class com.adventnet.adaptors.AbstractAdaptor
This abstract method returns the Protocol on which the adaptor is listening
getProtocol() - Method in interface com.adventnet.adaptors.Adaptor
This method Returns the Protocol associated with this Adaptor
getProtocol() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the protocol supported by this adaptor.
getProtocol() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Gets the protocol supported by this adaptor.
getPurgeFlag() - Method in class javax.management.relation.RelationService
Returns the flag to indicate if when a notification is received for the unregistration of a MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
getPurgeFlag() - Method in interface javax.management.relation.RelationServiceMBean
Returns the flag to indicate when a notification is received for the unregistration of a MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
getQueryExp1() - Method in class javax.management.QueryExpSupport
 
getQueryExp2() - Method in class javax.management.QueryExpSupport
 
getReferencedMBeans() - Method in class javax.management.relation.RelationSupport
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans() - Method in interface javax.management.relation.Relation
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - Method in class javax.management.relation.RelationService
Retrieves MBeans referenced in the various roles of the relation.
getReferencedMBeans(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves MBeans referenced in the various roles of the relation.
getRefMBeanClassName() - Method in class javax.management.relation.RoleInfo
Returns name of class of MBean expected to be referenced in corresponding role
getRefreshTime() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getRefreshTime() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getRefreshTime() - Method in class com.adventnet.adaptors.html.ClientProperties
Getter for refresh time.
getRelationId() - Method in class javax.management.relation.RelationSupport
Returns relation identifier (used to uniquely identify the relation inside the Relation Service).
getRelationId() - Method in class javax.management.relation.RelationNotification
Returns the relation identifier of created/removed/updated relation
getRelationId() - Method in interface javax.management.relation.Relation
Returns relation identifier (used to uniquely identify the relation inside the Relation Service)
getRelationServiceName() - Method in class javax.management.relation.RelationSupport
Returns ObjectName of the Relation Service handling the relation
getRelationServiceName() - Method in interface javax.management.relation.Relation
Returns ObjectName of the Relation Service handling the relation
getRelationTypeName() - Method in class javax.management.relation.RelationTypeSupport
Returns the relation type name.
getRelationTypeName() - Method in class javax.management.relation.RelationSupport
Returns name of associated relation type.
getRelationTypeName() - Method in class javax.management.relation.RelationNotification
Returns the relation type name of created/removed/updated relation
getRelationTypeName() - Method in interface javax.management.relation.Relation
Returns name of associated relation type.
getRelationTypeName() - Method in interface javax.management.relation.RelationType
Returns the relation type name
getRelationTypeName(String) - Method in class javax.management.relation.RelationService
Returns name of associated relation type for given relation.
getRelationTypeName(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns name of associated relation type for given relation.
getResource(String) - Method in interface javax.management.loading.MLetMBean
Finds the resource with the given name.
getResourceAsStream(String) - Method in interface javax.management.loading.MLetMBean
Returns an input stream for reading the specified resource.
getResources(String) - Method in interface javax.management.loading.MLetMBean
Finds all the resources with the given name.
getReturnType() - Method in class javax.management.MBeanOperationInfo
Returns the description of the method's return value.
getRole(String) - Method in class javax.management.relation.RelationSupport
Retrieves role value for given role name.
getRole(String) - Method in interface javax.management.relation.Relation
Retrieves role value for given role name.
getRole(String, String) - Method in class javax.management.relation.RelationService
Retrieves role value for given role name in given relation.
getRole(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role value for given role name in given relation.
getRoleCardinality(String) - Method in class javax.management.relation.RelationSupport
Returns the number of MBeans currently referenced in the given role
getRoleCardinality(String) - Method in interface javax.management.relation.Relation
Returns the number of MBeans currently referenced in the given role.
getRoleCardinality(String, String) - Method in class javax.management.relation.RelationService
Retrieves the number of MBeans currently referenced in the given role
getRoleCardinality(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the number of MBeans currently referenced in the given role.
getRoleInfo(String) - Method in class javax.management.relation.RelationTypeSupport
Returns the role info (RoleInfo object) for the given role info name (null if not found).
getRoleInfo(String) - Method in interface javax.management.relation.RelationType
Returns the role info (RoleInfo object) for the given role info name (null if not found).
getRoleInfo(String, String) - Method in class javax.management.relation.RelationService
Retrieves role info for given role of a given relation type
getRoleInfo(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves role info for given role of a given relation type
getRoleInfos() - Method in class javax.management.relation.RelationTypeSupport
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleInfos() - Method in interface javax.management.relation.RelationType
Returns the list of role definitions (ArrayList of RoleInfo objects).
getRoleInfos(String) - Method in class javax.management.relation.RelationService
Retrieves list of role infos (RoleInfo objects) of a given relation type
getRoleInfos(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves list of role infos (RoleInfo objects) of a given relation type
getRoleName() - Method in class javax.management.relation.Role
Retrieves role name
getRoleName() - Method in class javax.management.relation.RelationNotification
Returns name of updated role of updated relation (only for role update)
getRoleName() - Method in class javax.management.relation.RoleUnresolved
Retrieves role name
getRoles() - Method in class javax.management.relation.RoleResult
Retrieves list of roles successfully accessed
getRoles(String[]) - Method in class javax.management.relation.RelationSupport
Retrieves values of roles with given names.
getRoles(String[]) - Method in interface javax.management.relation.Relation
Retrieves values of roles with given names.
getRoles(String, String[]) - Method in class javax.management.relation.RelationService
Retrieves values of roles with given names in given relation.
getRoles(String, String[]) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves values of roles with given names in given relation.
getRolesUnresolved() - Method in class javax.management.relation.RoleResult
Retrieves list of roles unsuccessfully accessed
getRoleValue() - Method in class javax.management.relation.Role
Retrieves role value
getRoleValue() - Method in class javax.management.relation.RoleUnresolved
Retrieves role value
getScheduler(String) - Static method in class javax.management.timer.Scheduler
 
getSendPastNotifications() - Method in interface javax.management.timer.TimerMBean
This method gets the flag indicating whether or not the timer sends past notifications.
getSendPastNotifications() - Method in class javax.management.timer.Timer
This method gets the flag indicating whether or not the timer sends past notifications.
getSequenceNumber() - Method in class javax.management.Notification
Get the notification sequence number.
getServletName() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getServletName() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getSignature() - Method in class javax.management.MBeanOperationInfo
Returns the signature of the method, that is, information on the operations arguments.
getSignature() - Method in class javax.management.MBeanConstructorInfo
Returns the signature of the method, that is, information on the operations arguments.
getSource() - Method in class javax.management.Notification
Get the source Object.
getSpecificationName() - Method in class javax.management.MBeanServerDelegate
Returns the full name of the JMX specification implemented by this product.
getSpecificationName() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the full name of the JMX specification implemented by this product.
getSpecificationVendor() - Method in class javax.management.MBeanServerDelegate
Returns the vendor of the JMX specification implemented by this product.
getSpecificationVendor() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the vendor of the JMX specification implemented by this product.
getSpecificationVersion() - Method in class javax.management.MBeanServerDelegate
Returns the version of the JMX specification implemented by this product.
getSpecificationVersion() - Method in interface javax.management.MBeanServerDelegateMBean
Returns the version of the JMX specification implemented by this product.
getStandardMBeanObject() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
getState() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method returns the state of the adaptor
getState() - Method in interface com.adventnet.adaptors.Adaptor
This method returns the state of the Adaptor
getStateInString() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method returns the state of the adaptor in string format
getStateInString() - Method in interface com.adventnet.adaptors.Adaptor
This method returns the state of the Adaptor in String format
getStringToCompare() - Method in class javax.management.monitor.StringMonitor
This method gets the string to compare with the observed attribute.
getStringToCompare() - Method in interface javax.management.monitor.StringMonitorMBean
This method gets the string to compare with the observed attribute.
getTabIndexColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getTableHeaderColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getTableRowColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getTargetError() - Method in class javax.management.RuntimeErrorException
Returns the actual java.lang.Error thrown.
getTargetException() - Method in class javax.management.ReflectionException
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.MBeanException
Returns the actual java.lang.Exception thrown
getTargetException() - Method in class javax.management.RuntimeOperationsException
Returns the actual java.lang.RuntimeException thrown
getTextDecoration() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
getTextDecoration() - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
getThreshold() - Method in interface javax.management.monitor.CounterMonitorMBean
This method gets the threshold value .
getThreshold() - Method in class javax.management.monitor.CounterMonitor
This method gets the value of the threshold.
getTimeStamp() - Method in class javax.management.Notification
Get the notification timestamp.
getTotalThreads() - Static method in class javax.management.timer.Scheduler
 
getTrigger() - Method in class javax.management.monitor.MonitorNotification
Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
getType() - Method in class javax.management.Notification
Get the notification type.
getType() - Method in class javax.management.MBeanParameterInfo
Returns the type or class name of the data.
getType() - Method in class javax.management.MBeanAttributeInfo
Returns the class name of the attribute.
getType() - Method in class javax.management.QueryExpSupport
 
getURLs() - Method in interface javax.management.loading.MLetMBean
Returns the search path of URLs for loading classes and resources.
getURLs() - Method in class javax.management.loading.MLet
Returns the search path of URLs for loading classes and resources.
getUserData() - Method in class javax.management.Notification
Get the user data.
getUserName() - Method in class com.adventnet.adaptors.html.ClientProperties
 
getUserName(String) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
getUserViewIntf() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the values of UserviewInterface.
getValue() - Method in class javax.management.Attribute
Returns an Object that is the value of this attribute.
getValue() - Method in class javax.management.StringValueExp
Returns the string represented by the StringValueExp instance.
getValueExp1() - Method in class javax.management.QueryExpSupport
 
getValueExp2() - Method in class javax.management.QueryExpSupport
 
getValueExp3() - Method in class javax.management.QueryExpSupport
 
getValueExpArray() - Method in class javax.management.QueryExpSupport
 
getVlinkColor() - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
GT - Static variable in class javax.management.Query
 
GT - Static variable in class javax.management.QueryExpSupport
 
gt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "greater than" constraint on two values.

H

handback - Variable in class com.adventnet.jmx.NotificationHandler
 
handleMBeanUnregistration(ObjectName, String) - Method in class javax.management.relation.RelationSupport
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
handleMBeanUnregistration(ObjectName, String) - Method in interface javax.management.relation.Relation
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
handleNotification(Notification, Object) - Method in interface javax.management.NotificationListener
Invoked when a JMX notification occurs.
handleNotification(Notification, Object) - Method in class javax.management.relation.RelationService
Method inherited from the NotificationListener Interface
handleNotification(Notification, Object) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
handleNotification(Notification, Object) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Invoked when an JMX notification occurs.
handleNotification(Notification, Object) - Method in class com.adventnet.adaptors.rmi.RemoteNotificationListenerImpl
Implementation of the RemoteNotificationListener interface Invoked when an remote JMX notification occurs.
handleNotification(Notification, Object) - Method in interface com.adventnet.adaptors.rmi.RemoteNotificationListener
Invoked when an remote JMX notification occurs.
hashCode() - Method in class javax.management.ObjectName
Returns a hash code for this object name.
hasRelation(String) - Method in class javax.management.relation.RelationService
Checks if there is a relation identified in Relation Service with given relation id.
hasRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Checks if there is a relation identified in Relation Service with given relation id.
headerSize - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
homePageLocation - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
HTML - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of HTTP protocol
HtmlAdaptor - class com.adventnet.adaptors.html.HtmlAdaptor.
This class acts as a JMX adaptor for HTTP access to mbeans.
HtmlAdaptor() - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
The NoArg constructor used to initialize the HtmlAdaptor in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServerFactory.findMBeanServer(..) method.
HtmlAdaptor(boolean) - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
This constructor used to initialize the HtmlAdaptor in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServerFactory.findMBeanServer(..) method.
HtmlAdaptor(int) - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
This constructor used to initialize the HtmlAdaptor in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServerFactory.findMBeanServer(..) method.
HtmlAdaptor(Integer) - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
 
HtmlAdaptor(Integer, MBeanServer) - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
This constructor used to initialize the HtmlAdaptor in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServerFactory.findMBeanServer(..) method.
HtmlAdaptor(Integer, MBeanServer, boolean) - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
This constructor used to initialize the HtmlAdaptor in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServerFactory.findMBeanServer(..) method.
HtmlAdaptor(String) - Constructor for class com.adventnet.adaptors.html.HtmlAdaptor
This constructor will be used to initialize the HtmlAdaptor (when the application is started from a different application directory) in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServerFactory.findMBeanServer(..) method.
htmlAuth - Static variable in class com.adventnet.adaptors.html.HtmlAdaptor
 
HtmlPageProp - class com.adventnet.adaptors.html.HtmlPageProp.
This class helps to generate run time or dynamic html pages for the instrumented MBeans.
HtmlPageProp() - Constructor for class com.adventnet.adaptors.html.HtmlPageProp
 
HtmlPagePropMBean - interface com.adventnet.adaptors.html.HtmlPagePropMBean.
This class helps to generate run time or dynamic html pages for the instrumented MBeans.
HTTP - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of HTTP protocol
HttpServerInterface - interface com.adventnet.adaptors.html.HttpServerInterface.
Interface to plug-in user's WebServer to the HTML Adaptor and HTTP Connector.

I

iclazz - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 
IIOP - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of IIOP protocol
IN - Static variable in class javax.management.QueryExpSupport
 
in(ValueExp, ValueExp[]) - Static method in class javax.management.Query
Returns an expression constraining a value to be one of an explicit list.
indexFileName - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
info - Variable in class com.adventnet.jmx.NotificationThread
 
info - Variable in class com.adventnet.jmx.NotificationHandler
 
INFO - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation is a read-like in nature, it basically returns some information.
INITIAL - Static variable in class javax.management.QueryExpSupport
 
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.
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 MBeanServer.
InstanceNotFoundException() - Constructor for class javax.management.InstanceNotFoundException
Default constructor.
InstanceNotFoundException(String) - Constructor for class javax.management.InstanceNotFoundException
Constructor that allows a specific error message to be specified.
instantiate(String) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository).
instantiate(String) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates an object using the list of all class loaders registered in the MBeanServer.
instantiate(String) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) through this service(adaptor).
instantiate(String) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) through this service(adaptor).
instantiate(String) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) through this service(adaptor).
instantiate(String) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository using this client through the relevant adaptor.
instantiate(String, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository).
instantiate(String, Object[], String[]) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates an object using the list of all class loaders registered in the MBeanServer.
instantiate(String, Object[], String[]) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) through this service(adaptor).
instantiate(String, Object[], String[]) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) through this service(adaptor).
instantiate(String, Object[], String[]) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) through this service(adaptor).
instantiate(String, Object[], String[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates an object using the list of all class loaders registered in the MBean server (Default Loader Repository) using this client through the relevant adaptor.The object's class should have a public constructor.
instantiate(String, ObjectName) - Method in interface javax.management.MBeanServer
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates an object using the class Loader specified by its ObjectName through this service(adaptor).
instantiate(String, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates an object using the class Loader specified by its ObjectName through this service(adaptor).
instantiate(String, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates an object using the class Loader specified by its ObjectName through this service(adaptor).
instantiate(String, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates an object using the class Loader specified by its ObjectName using this client through the relevant adaptor.
instantiate(String, ObjectName, Object[], String[]) - Method in interface javax.management.MBeanServer
Instantiates an object.
instantiate(String, ObjectName, Object[], String[]) - Method in class com.adventnet.jmx.MBeanServerImpl
Instantiates an object.
instantiate(String, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.html.ServerOperations
Instantiates an object through this service(adaptor).
instantiate(String, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Instantiates an object through this service(adaptor).
instantiate(String, ObjectName, Object[], String[]) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Instantiates an object through this service(adaptor).
instantiate(String, ObjectName, Object[], String[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Instantiates an object using this client through the relevant adaptor.
instantiateAdaptor() - Method in class com.adventnet.adaptors.AbstractAdaptor
Must be implemented by the adaptor and should be used to instantiate itsefl
instantiateAdaptor() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
instantiateAdaptor() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Instantiates the RMI Adaptor
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.
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.
InvalidRelationIdException - exception javax.management.relation.InvalidRelationIdException.
This exception is raised when relation id provided for a relation is already used
InvalidRelationIdException() - Constructor for class javax.management.relation.InvalidRelationIdException
Default constructor, no message put in exception
InvalidRelationIdException(String) - Constructor for class javax.management.relation.InvalidRelationIdException
Constructor with given message put in exception
InvalidRelationServiceException - exception javax.management.relation.InvalidRelationServiceException.
This exception is raised when an invalid Relation Service is provided.
InvalidRelationServiceException() - Constructor for class javax.management.relation.InvalidRelationServiceException
Default constructor, no message put in exception
InvalidRelationServiceException(String) - Constructor for class javax.management.relation.InvalidRelationServiceException
Constructor with given message put in exception
InvalidRelationTypeException - exception javax.management.relation.InvalidRelationTypeException.
This exception is raised when, in a relation type, there is already a relation type with that name, or the same name has been used for two different role infos, or no role info provided, or one null role info provided
InvalidRelationTypeException() - Constructor for class javax.management.relation.InvalidRelationTypeException
Default constructor, no message put in exception
InvalidRelationTypeException(String) - Constructor for class javax.management.relation.InvalidRelationTypeException
Constructor with given message put in exception
InvalidRoleInfoException - exception javax.management.relation.InvalidRoleInfoException.
This exception is raised when, in a role info, its minimum degree is greater than its maximum degree
InvalidRoleInfoException() - Constructor for class javax.management.relation.InvalidRoleInfoException
Default constructor, no message put in exception
InvalidRoleInfoException(String) - Constructor for class javax.management.relation.InvalidRoleInfoException
Constructor with given message put in exception
InvalidRoleValueException - exception javax.management.relation.InvalidRoleValueException.
This exception is raised when, in a role, the number of referenced MBeans in given value is less than expected minimum degree, or the number of referenced MBeans in provided value exceeds expected maximum degree, or one referenced MBean in the value is not an Object of the MBean class expected for that role, or a MBean provided for that role does not exist
InvalidRoleValueException() - Constructor for class javax.management.relation.InvalidRoleValueException
Default constructor, no message put in exception
InvalidRoleValueException(String) - Constructor for class javax.management.relation.InvalidRoleValueException
Constructor with given message put in exception
InvalidTargetObjectTypeException - exception javax.management.modelmbean.InvalidTargetObjectTypeException.
Exception thrown when an invalid target object type is specified
InvalidTargetObjectTypeException() - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Default constructor
InvalidTargetObjectTypeException(Exception, String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Constructor taking an exception and a string.
InvalidTargetObjectTypeException(String) - Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
Constructor from a string.
invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.MBeanServer
Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.adventnet.jmx.MBeanServerImpl
Invokes an action on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which invokes an action on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which invokes an action on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which invokes an action on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Invokes an action on an MBean using this client through the relevant adaptor.
invoke(String, Object[], String[]) - Method in interface javax.management.DynamicMBean
Allows an action to be invoked on the Dynamic MBean.
invoke(String, Object[], String[]) - Method in class javax.management.modelmbean.RequiredModelMBean
Invokes an action on this MBean.
invoke(String, Object[], String[]) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
invoke(String, Object[], String[]) - Method in class com.adventnet.adaptors.html.HtmlPageProp
Invokes an action on this MBean.
invoke(String, Object[], String[]) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Invokes an action on this MBean.
invoke(String, Object[], String[]) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Invokes an action on the original MBean associated with this MBean.
isActive() - Method in class javax.management.monitor.Monitor
This method tests whether the monitor MBean is active.
isActive() - Method in interface javax.management.monitor.MonitorMBean
This method tests whether the monitor MBean is active.
isActive() - Method in interface javax.management.timer.TimerMBean
This method tests whether the timer MBean is active.
isActive() - Method in class javax.management.timer.Timer
This method tests whether the timer MBean is active.
isActive() - Method in class javax.management.relation.RelationService
Checks if the Relation Service is active.
isActive() - Method in interface javax.management.relation.RelationServiceMBean
Checks if the Relation Service is active.
isActive() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method returns true if the Adaptor is in STARTING or STARTED state
isActive() - Method in interface com.adventnet.adaptors.Adaptor
This method checks if the Adaptor is in STARTING or STARTED state
isAuthenticated() - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
Gets the authentication feature of the User.
isAuthentication() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
To know whether the authentication is enabled in the WebServer.
isAuthenticationEnabled() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
isAuthenticationEnabled() - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Determines whether Authentication is enabled or not
isAuthenticationEnabled() - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Determines whether authentication is enabled or not
isAuthenticationEnabled() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Determines whether authentication is enabled or not
isConnectedWithAdaptor() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Indicates whether the RMI client is connected with the RMI adaptor.
isEmpty() - Method in interface javax.management.timer.TimerMBean
This method tests whether the list of timer notifications is empty.
isEmpty() - Method in class javax.management.timer.Timer
This method tests whether the list of timer notifications is empty.
isInRelationService() - Method in class javax.management.relation.RelationSupport
Returns an internal flag specifying if the object is still handled by the Relation Service.
isInRelationService() - Method in interface javax.management.relation.RelationSupportMBean
Returns an internal flag specifying if the object is still handled by the Relation Service.
isInSameClassLoader(ObjectName, Object) - Method in class com.adventnet.jmx.MBeanServerImpl
This method checks if an object has been loaded in the context of a MBean class loader.
isInstanceOf(ObjectName, String) - Method in interface javax.management.MBeanServer
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.adventnet.jmx.MBeanServerImpl
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.adventnet.adaptors.html.ServerOperations
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Returns true if the MBean specified is an instance of the specified class, false otherwise.
isIs() - Method in class javax.management.MBeanAttributeInfo
Indicates if this attribute has an "is" getter
isIsMeths - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 
isJavaScript - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
isNextButtonNeeded - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
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 javax.management.relation.MBeanServerNotificationFilter
Invoked before sending the specified notification to the listener.
isNotificationEnabled(Notification) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
isNotificationEnabled(Notification) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Invoked before sending the specified notification to the listener
isNotificationEnabled(Notification) - Method in class com.adventnet.adaptors.rmi.RemoteNotificationFilterImpl
Invoked before sending the specified notification to the remote listener.
isNotificationEnabled(Notification) - Method in interface com.adventnet.adaptors.rmi.RemoteNotificationFilter
Invoked before sending the specified notification to the remote listener.
isNotificationEnabled(Notification, NotificationListener, Object) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
isOperations - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
isOperationsLinkNeeded - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
isPattern() - Method in class javax.management.ObjectName
Checks if a name to be used is a pattern for a query.
isPrevButtonNeeded - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
isPropertyPattern() - Method in class javax.management.ObjectName
Checks whether the object name is a pattern on the key properties.
isQueryFlag() - Method in class javax.management.QueryExpSupport
 
isReadable() - Method in class javax.management.MBeanAttributeInfo
Whether the value of the attribute can be read.
isReadable() - Method in class javax.management.relation.RoleInfo
Returns read access mode for the role (true if it is readable)
isRefreshButtonNeeded - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
isRegistered(ObjectName) - Method in interface javax.management.MBeanServer
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Checks whether an MBean, identified by its object name, is already registered with the MBeanServer.
isRegistered(ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Checks whether an MBean, identified by its object name, is already registered with the MBeanServer through this service(adaptor).
isRegistered(ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Checks whether an MBean, identified by its object name, is already registered with the MBeanServer through this service(adaptor).
isRegistered(ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Checks whether an MBean, identified by its object name, is already registered with the MBeanServer through this service(adaptor).
isRegistered(ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Checks whether an MBean, identified by its object name, is already registered with the MBeanServer using this client through the relevant adaptor.
isRelation(ObjectName) - Method in class javax.management.relation.RelationService
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
isRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.
isRelationMBean(String) - Method in class javax.management.relation.RelationService
If the relation is represented by a MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRelationMBean(String) - Method in interface javax.management.relation.RelationServiceMBean
If the relation is represented by a MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
isRoleStatus(int) - Static method in class javax.management.relation.RoleStatus
Returns true if given value corresponds to a known role status, false else.
isSecure() - Method in class com.adventnet.adaptors.AbstractAdaptor
Default returns false .
isSecure() - Method in interface com.adventnet.adaptors.Adaptor
This method checks if the communication is secure
isSslSupport() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
To know whether the SSL Support is enabled in the WebServer.
isTextDecoration - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
isValid() - Method in interface javax.management.Descriptor
Returns true if fieldValues are checked to be sure they are legal for the fieldNames.
isValid() - Method in class javax.management.modelmbean.DescriptorSupport
Returns true if fieldValues are checked to be sure they are legal for the fieldNames.
isValidUser(String, String) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
isValueFlag() - Method in class javax.management.QueryExpSupport
 
isWritable() - Method in class javax.management.MBeanAttributeInfo
Whether new values can be written to the attribute.
isWritable() - Method in class javax.management.relation.RoleInfo
Returns write access mode for the role (true if it is writable)

J

javax.management - package javax.management
This package provides the core JMX interfaces and classes.
javax.management.loading - package javax.management.loading
This package provides the interfaces and classes for the advanced dynamic MBean loading.
javax.management.modelmbean - package javax.management.modelmbean
This management package provides interfaces and classes that are used to expose metadata of management attributes, operations and notifications for use by the management system/application.
javax.management.monitor - package javax.management.monitor
This management package observes the attribute value to expose the remote management interface and defines the monitor notifications to expose the remote management interface of monitor Mbean.
javax.management.relation - package javax.management.relation
This package provides the interfaces and classes that defines the relation serivce.
javax.management.timer - package javax.management.timer
This package provides interface and classes that defines the timer MBean and the notifications sent by it.
JettyHtmlServer - class com.adventnet.adaptors.html.JettyHtmlServer.
This class plugs in the Jetty WebServer to the HtmlAdaptor.
JettyHtmlServer() - Constructor for class com.adventnet.adaptors.html.JettyHtmlServer
Primary constructor for the HttpServerImpl without any configuration options.
JettyHtmlServer(int, boolean) - Constructor for class com.adventnet.adaptors.html.JettyHtmlServer
Secondary constructor with configuration options.
JettyHtmlServer(int, boolean, boolean) - Constructor for class com.adventnet.adaptors.html.JettyHtmlServer
Constructor with configuration options.
JettyHtmlServer(int, boolean, boolean, boolean) - Constructor for class com.adventnet.adaptors.html.JettyHtmlServer
Constructor with configuration options.
JMException - exception javax.management.JMException.
This class represents exceptions thrown by JMX implementations.
JMException() - Constructor for class javax.management.JMException
Default constructor.
JMException(String) - Constructor for class javax.management.JMException
Constructor that allows a specific error message to be specified
JMRuntimeException - exception javax.management.JMRuntimeException.
This class represents runtime exceptions emitted by JMX implementations.
JMRuntimeException() - Constructor for class javax.management.JMRuntimeException
Default constructor.
JMRuntimeException(String) - Constructor for class javax.management.JMRuntimeException
Constructor that allows a specific error message to be specified.
JmxUtilities - class com.adventnet.jmx.utils.JmxUtilities.
The internal utility class used by the jmx extension package classes.
JmxUtilities() - Constructor for class com.adventnet.jmx.utils.JmxUtilities
 

K

killScheduler() - Method in class javax.management.timer.Scheduler
 

L

LE - Static variable in class javax.management.Query
 
LE - Static variable in class javax.management.QueryExpSupport
 
leq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than or equal to" constraint on two values.
LESS_THAN_MIN_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value with less ObjectNames than the minimum expected cardinality
limitRestrictFlag - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
linkColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
ListenerNotFoundException - exception javax.management.ListenerNotFoundException.
The specified MBean listener does not exist.
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.
listStringName - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
load() - Method in interface javax.management.PersistentMBean
Instantiates thisMBean instance with the data found for the MBean in the persistent store.
load() - Method in class javax.management.modelmbean.RequiredModelMBean
Locates the MBean in a persistent store and primes this instance of the MBean with the stored values.Any currently set values are overwritten.
loadClass(String) - Static method in class javax.management.loading.DefaultLoaderRepository
Go through the list of class loaders and try to load the requested class.
loadClass(String) - Method in class com.adventnet.jmx.DefaultClassLoader
This is a simple version for external clients since they will always want the class resolved before it is returned to them.
loadClass(String, boolean) - Method in class com.adventnet.jmx.DefaultClassLoader
 
loadClassWithout(ClassLoader, String) - Static method in class javax.management.loading.DefaultLoaderRepository
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
loaders - Static variable in class javax.management.loading.DefaultLoaderRepository
List of class loaders
LT - Static variable in class javax.management.Query
 
LT - Static variable in class javax.management.QueryExpSupport
 
lt(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than" constraint on two values.

M

mailTo - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
makeMBeanInfo() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
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 - Static variable in class javax.management.QueryExpSupport
 
match(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
maxDispChar - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
MBeanAttributeInfo - class javax.management.MBeanAttributeInfo.
Describes an MBean attribute exposed for management.
MBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.MBeanAttributeInfo
This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.
MBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.MBeanAttributeInfo
Constructs an MBeanAttributeInfo object.
MBeanConstructorInfo - class javax.management.MBeanConstructorInfo.
Describes a constructor exposed by an MBean.
MBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanException - exception javax.management.MBeanException.
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.
Provides general information for an MBean descriptor object.
MBeanFeatureInfo(String, String) - Constructor for class javax.management.MBeanFeatureInfo
Constructs a MBeanFeatureInfo object.
mbeanInfo - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 
MBeanInfo - class javax.management.MBeanInfo.
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() - Constructor for class javax.management.MBeanInfo
Default constructor for constructing an MBeanInfo.
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.MBeanInfo
Constructs an MBeanInfo.
MBeanNotificationInfo - class javax.management.MBeanNotificationInfo.
Describes describes a notification emitted by an MBean.
MBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.MBeanNotificationInfo
Constructs an MBeanNotificationInfo object.
MBeanOperationInfo - class javax.management.MBeanOperationInfo.
Describes a management operation exposed by an MBean.
MBeanOperationInfo(String, Method) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanParameterInfo - class javax.management.MBeanParameterInfo.
Describes an argument of an operation or constructor exposed by a MBean.
MBeanParameterInfo(String, String, String) - Constructor for class javax.management.MBeanParameterInfo
Constructs a MBeanParameterInfo object.
MBeanRegistration - interface javax.management.MBeanRegistration.
This can be implemented by an MBean in order to carry out operations before and after being registered or de-registered from the MBean server.
MBeanRegistrationException - exception javax.management.MBeanRegistrationException.
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 - interface javax.management.MBeanServer.
This is the interface for MBean manipulation on the agent side.
MBeanServerDelegate - class javax.management.MBeanServerDelegate.
Represents the MBeanServer from the management point of view.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
Create a MBeanServerDelegate object.
MBeanServerDelegateMBean - interface javax.management.MBeanServerDelegateMBean.
Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerFactory - class javax.management.MBeanServerFactory.
Provides references to the MBeanServer objects and acts as a factory for creating creating and releasing the references of MBeanServer objects.
mbeanServerID - Variable in class com.adventnet.adaptors.clients.rmi.RMIClient
 
MBeanServerImpl - class com.adventnet.jmx.MBeanServerImpl.
This is the implementation class for MBean manipulation on the agent side.
MBeanServerImpl() - Constructor for class com.adventnet.jmx.MBeanServerImpl
Default Constructor
MBeanServerImpl(String) - Constructor for class com.adventnet.jmx.MBeanServerImpl
Creates an MBeanServer with the specified default domain name.
MBeanServerNotification - class javax.management.MBeanServerNotification.
The MBeanServerNotification class represents an notification emitted by the MBean Server.
MBeanServerNotification(String, Object, long, ObjectName) - Constructor for class javax.management.MBeanServerNotification
Creates a MBeanServerNotification object with specified object names of the MBeans that caused the notification and the specified notification type.
MBeanServerNotificationFilter - class javax.management.relation.MBeanServerNotificationFilter.
This filter allows to filter MBeanServerNotification notifications by selecting the ObjectNames of interest and the operations (registration, unregistration, both) of interest (corresponding to notification types).
MBeanServerNotificationFilter() - Constructor for class javax.management.relation.MBeanServerNotificationFilter
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames
MINUS - Static variable in class javax.management.Query
 
MINUS - Static variable in class javax.management.QueryExpSupport
 
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.
This MLet service allows to instantiate and register one or several MBeans in the MBean server coming from a remote URL.
MLet() - Constructor for class javax.management.loading.MLet
Constructs a new MLet using the default delegation parent ClassLoader.
MLet(URL[]) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
MLet(URL[], ClassLoader) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the given URLs.
MLet(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class javax.management.loading.MLet
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
mletList - Variable in class javax.management.loading.MLet
 
MLetMBean - interface javax.management.loading.MLetMBean.
This interface exposes the remote management interface of the MLet MBean.
ModelMBean - interface javax.management.modelmbean.ModelMBean.
ModelMBean interface is used to expose its management data, operations and notifications for use by the management system.
ModelMBeanAttributeInfo - class javax.management.modelmbean.ModelMBeanAttributeInfo.
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.
ModelMBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanAttributeInfo(String, String, Method, Method, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object.
ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
Constructs a ModelMBeanAttributeInfo object with a default descriptor.
ModelMBeanConstructorInfo - class javax.management.modelmbean.ModelMBeanConstructorInfo.
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
ModelMBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object with a default descriptor.
ModelMBeanConstructorInfo(String, Constructor, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object with the specified descriptor.
ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object with a default descriptor.
ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
Constructs a MBeanConstructorInfo object with a default descriptor.
ModelMBeanInfo - interface javax.management.modelmbean.ModelMBeanInfo.
ModelMBeanInfo interface is used to expose its metadat of management attributes, operations and notifications for use by the management system.
ModelMBeanInfoSupport - class javax.management.modelmbean.ModelMBeanInfoSupport.
This class represents the meta data for ModelMBeans.
ModelMBeanInfoSupport(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Constructs a ModelMBeanInfoSupport which is a duplicate of the one passed in.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[]) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[], Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
Creates a ModelMBeanInfoSupport with the provided information
ModelMBeanNotificationBroadcaster - interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster.
This interface must be implemented by the ModelMBeans.
ModelMBeanNotificationInfo - class javax.management.modelmbean.ModelMBeanNotificationInfo.
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
ModelMBeanNotificationInfo(ModelMBeanNotificationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a new ModelMBeanNotificationInfo object from this ModelMBeanNotfication Object.
ModelMBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a ModelMBeanNotificationInfo object with a default descxriptor.
ModelMBeanNotificationInfo(String[], String, String, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
Constructs a ModelMBeanNotificationInfo object
ModelMBeanOperationInfo - class javax.management.modelmbean.ModelMBeanOperationInfo.
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
ModelMBeanOperationInfo(ModelMBeanOperationInfo) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Creates a ModelMBeanOperationInfo with the specified ModelMBeanOperationInfo object.
ModelMBeanOperationInfo(String, Method) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a new ModelMBeanOperationInfo object with default descriptor
ModelMBeanOperationInfo(String, Method, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a new ModelMBeanOperationInfo object
ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a ModelMBeanOperationInfo object with a default descriptor.
ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor) - Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
Constructs a ModelMBeanOperationInfo object escriptorth with the specified Descriptor.
Monitor - class javax.management.monitor.Monitor.
This class is the base class for all types of monitor mbeans.Defines the common part to all monitor MBeans.
Monitor() - Constructor for class javax.management.monitor.Monitor
Default constructor
MonitorMBean - interface javax.management.monitor.MonitorMBean.
This interface exposes the remote management interface of monitor MBeans.
MonitorNotification - class javax.management.monitor.MonitorNotification.
Provides definitions of the notifications sent by monitor MBeans.
monitorOn - Variable in class com.adventnet.jmx.DefaultClassLoader
 
MonitorSettingException - exception javax.management.monitor.MonitorSettingException.
Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
MonitorSettingException() - Constructor for class javax.management.monitor.MonitorSettingException
  Default constructor.
MonitorSettingException(String) - Constructor for class javax.management.monitor.MonitorSettingException
Constructor that allows an error message to be specified.
MORE_THAN_MAX_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value with more ObjectNames than the maximum expected cardinality

N

name - Variable in class javax.management.MBeanFeatureInfo
The name of the feature.
newMBeanServer() - Static method in class javax.management.MBeanServerFactory
Returns a new MBeanServer Object without storing the reference to the created object with standard default domain name.
newMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
Returns a new MBeanServer Object without storing the reference to the created object with the specified domain name.
nf - Variable in class com.adventnet.jmx.NotificationHandler
 
nl - Variable in class com.adventnet.jmx.NotificationHandler
 
NO_ROLE_WITH_NAME - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to access an unknown role
NOT - Static variable in class javax.management.QueryExpSupport
 
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.
notif - Variable in class com.adventnet.jmx.NotificationHandler
 
Notification - class javax.management.Notification.
The Notification class represents a notification emitted by an MBean.
Notification(String, Object, long) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, long) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, long, String) - Constructor for class javax.management.Notification
Creates a Notification object.
Notification(String, Object, long, String) - Constructor for class javax.management.Notification
Creates a Notification object.
NotificationBroadcaster - interface javax.management.NotificationBroadcaster.
Should be implemented by an MBean that emits Notifications.
NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
This class provides an implementation of NotificationBroadcaster.
NotificationBroadcasterSupport() - Constructor for class javax.management.NotificationBroadcasterSupport
Creates a NotificationBraoadCasterSupport.
NotificationFilter - interface javax.management.NotificationFilter.
To be implemented by a any class acting as a notification filter.
NotificationFilterSupport - class javax.management.NotificationFilterSupport.
Provides an implementation of the NotificationFilter interface.
NotificationFilterSupport() - Constructor for class javax.management.NotificationFilterSupport
Creates a NotificationFilterSupport Default constructor
NotificationHandler - class com.adventnet.jmx.NotificationHandler.
 
NotificationHandler(NotificationFilter, NotificationListener, Object, Notification, Hashtable) - Constructor for class com.adventnet.jmx.NotificationHandler
 
NotificationListener - interface javax.management.NotificationListener.
Should be implemented by an object that wants to receive notifications.
NotificationThread - class com.adventnet.jmx.NotificationThread.
 
NotificationThread(Vector, Hashtable) - Constructor for class com.adventnet.jmx.NotificationThread
 
notifList - Variable in class com.adventnet.jmx.NotificationThread
 
notifListener - Variable in class com.adventnet.adaptors.rmi.RemoteNotificationListenerImpl
The NotificationListener object that is registered for listening to Notifications.
numRows - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 

O

object - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 
ObjectInputStreamSupport - class com.adventnet.jmx.ObjectInputStreamSupport.
 
ObjectInputStreamSupport(InputStream, ClassLoader) - Constructor for class com.adventnet.jmx.ObjectInputStreamSupport
 
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 - class javax.management.ObjectName.
This class represents the object name of an MBean.
ObjectName(String) - Constructor for class javax.management.ObjectName
Allows an object name to be created from the given string.
ObjectName(String, Hashtable) - Constructor for class javax.management.ObjectName
Allows an object name with several key properties to be created.
ObjectName(String, String, String) - Constructor for class javax.management.ObjectName
Allows an object name to be created using only one key property.
objectNameSpecificChecks(String, String) - Static method in class com.adventnet.jmx.utils.JmxUtilities
 
OBSERVED_ATTRIBUTE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute is not contained in the observed object.
OBSERVED_ATTRIBUTE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed attribute.
OBSERVED_ATTRIBUTE_TYPE_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the type of the observed attribute is not correct.
OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
OBSERVED_OBJECT_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed object is not registered in the MBean server.
OBSERVED_OBJECT_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
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.
operation - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
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 - Static variable in class javax.management.QueryExpSupport
 
or(QueryExp, QueryExp) - Static method in class javax.management.Query
Returns a query expression that is the disjunction of two other query expressions.

P

PersistentMBean - interface javax.management.PersistentMBean.
This class is the interface to be implemented by MBeans that are meant to be persistent.
PLUS - Static variable in class javax.management.Query
 
PLUS - Static variable in class javax.management.QueryExpSupport
 
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.adventnet.adaptors.AbstractAdaptor
 
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
This method allows the monitor MBean to perform any operations needed after having been de-registered by the MBean server.
postDeregister() - Method in class javax.management.monitor.CounterMonitor
This method allows the monitor MBean to perform any operations needed after having been de-registered by the MBean server.
postDeregister() - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations needed after having been de-registered by the MBean server.
postDeregister() - Method in class javax.management.relation.RelationSupport
Description copied from interface: MBeanRegistration.
postDeregister() - Method in class javax.management.relation.RelationService
Description copied from interface: MBeanRegistration
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.
postDeregister() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
postDeregister() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method must be implemented by the Adaptor if it wants to perform any Post Deregistration tasks
postDeregister() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Allows this MBean to perform any operations needed after having been de-registered in the MBeanServer.
postDeregister() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Allows this MBean to perform any operations needed after having been de-registered in the MBeanServer.
postRegister(Boolean) - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class javax.management.monitor.Monitor
This method 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.monitor.CounterMonitor
This method 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.timer.Timer
Allows the timer MBean to perform any operations needed after having been registered in the MBean server or after the registration has failed.
postRegister(Boolean) - Method in class javax.management.relation.RelationSupport
Description copied from interface: MBeanRegistration.
postRegister(Boolean) - Method in class javax.management.relation.RelationService
Description copied from interface: MBeanRegistration
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.
postRegister(Boolean) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
postRegister(Boolean) - Method in class com.adventnet.adaptors.AbstractAdaptor
This method must be overridden by the Adaptor if the Adaptor wants to perform any Post Registration tasks
postRegister(Boolean) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Allows this MBean to perform any operations needed after having been registered in the MBeanServer or after the registration has failed.
postRegister(Boolean) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Allows this MBean to perform any operations needed after having been registered in the MBeanServer or after the registration has failed.
preDeregister() - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being de-registered by the MBean server.
preDeregister() - Method in class javax.management.monitor.Monitor
This method 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
This method allows the monitor MBean to perform any operations it needs before being de-registered by the MBean server.
preDeregister() - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations it needs before being de-registered by the MBean server.
preDeregister() - Method in class javax.management.relation.RelationSupport
Description copied from interface: MBeanRegistration.
preDeregister() - Method in class javax.management.relation.RelationService
Description copied from interface: MBeanRegistration
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.
preDeregister() - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
preDeregister() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method must be overridden by the Adaptor if it wants to perform any Pre Deregistration tasks
preDeregister() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Allows this MBean to perform any operations it needs before being de-registered by the MBeanServer.
preDeregister() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Allows this MBean to perform any operations it needs before being de-registered by the MBeanServer.
preRegister(MBeanServer, ObjectName) - Method in interface javax.management.MBeanRegistration
Allows the MBean to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.monitor.Monitor
This method 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.monitor.StringMonitor
Overriding the preRegister() of MBeanRegistration interface to store the ObjectName locally.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.monitor.GaugeMonitor
Overriding the preRegister() of MBeanRegistration interface to store the ObjectName locally.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.monitor.CounterMonitor
Overriding the preRegister() of MBeanRegistration interface to store the ObjectName locally.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.timer.Timer
Allows the timer MBean to perform any operations it needs before being registered in the MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationSupport
Description copied from interface: MBeanRegistration.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationService
Description copied from interface: MBeanRegistration
preRegister(MBeanServer, ObjectName) - Method in class javax.management.loading.MLet
This method allows the m-let to perform any operations it needs before being registered in the MBeanServer.
preRegister(MBeanServer, ObjectName) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
preRegister(MBeanServer, ObjectName) - Method in class com.adventnet.adaptors.AbstractAdaptor
This method must be overriden by the Adaptor if the Adaptor wants to perform any Pre registration tasks
preRegister(MBeanServer, ObjectName) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
This method is an implementation of MBeanRegistration interface.
preRegister(MBeanServer, ObjectName) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
This method is an implementation of MBeanRegistration interface.
printStackTrace() - Method in class javax.management.ReflectionException
Overrides the printStackTrace method in java.lang.Throwable
printStackTrace() - Method in class javax.management.MBeanException
Overrides the method
printStackTrace() - Method in class javax.management.RuntimeOperationsException
Overrides the method
printStackTrace() - Method in class javax.management.modelmbean.XMLParseException
Overrides the method
printStackTrace() - Method in class javax.management.modelmbean.InvalidTargetObjectTypeException
Overrides the method
processClientRequests() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
Protocol - class com.adventnet.adaptors.Protocol.
This class defines Protocol constants and is used by the Adaptors as well as clients
Protocol() - Constructor for class com.adventnet.adaptors.Protocol
 
purgeRelations() - Method in class javax.management.relation.RelationService
Purges the relations.
purgeRelations() - Method in interface javax.management.relation.RelationServiceMBean
Purges the relations.

Q

Query - class javax.management.Query.
This Query class supports construction of query object constraints.
Query() - Constructor for class javax.management.Query
Constructs a query object.
QueryEval - class javax.management.QueryEval.
Allows a query to be accessed in the context of a specific MBeanServer.
QueryEval() - Constructor for class javax.management.QueryEval
 
QueryExp - interface javax.management.QueryExp.
QueryExp interface 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.
QueryExpSupport - class javax.management.QueryExpSupport.
The QueryExpSupport class represents relational constraints that can be used in database query "where clauses." Instances of QueryExpSupport are returned by the static methods of the Query class.
QueryExpSupport() - Constructor for class javax.management.QueryExpSupport
 
queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
Gets MBeans controlled by the MBean server.
queryMBeans(ObjectName, QueryExp) - Method in class com.adventnet.jmx.MBeanServerImpl
Gets MBeans controlled by the MBeanServer.
queryMBeans(ObjectName, QueryExp) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call to get the MBeans controlled by the MBeanServer.
queryMBeans(ObjectName, QueryExp) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call to get the MBeans controlled by the MBeanServer.
queryMBeans(ObjectName, QueryExp) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call to get the MBeans controlled by the MBeanServer.
queryMBeans(ObjectName, QueryExp) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Gets MBeans controlled by the MBeanServer using this client through the relevant adaptor.
queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
Gets the names of MBeans controlled by the MBean server.
queryNames(ObjectName, QueryExp) - Method in class com.adventnet.jmx.MBeanServerImpl
Gets the names of MBeans controlled by the MBeanServer.
queryNames(ObjectName, QueryExp) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call to get the names of MBeans controlled by the MBeanServer.
queryNames(ObjectName, QueryExp) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call to get the names of MBeans controlled by the MBeanServer.
queryNames(ObjectName, QueryExp) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call to get the names of MBeans controlled by the MBeanServer.
queryNames(ObjectName, QueryExp) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Gets the names of MBeans controlled by the MBeanServer using this client through the relevant adaptor.
QuickSort(int[], int, int) - Method in class com.adventnet.jmx.utils.Sorter
This is a generic version of C.A.R Hoare's Quick Sort algorithm.
QuickSort(String[], int, int) - Method in class com.adventnet.jmx.utils.Sorter
This is a generic version of C.A.R Hoare's Quick Sort algorithm.

R

readExternal(ObjectInput) - Method in class javax.management.loading.MLet
This method reads the objects contents during Object Serialization.
readFromFile(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
readFromJarFile - Static variable in class com.adventnet.adaptors.html.HtmlAdaptor
Specifies whether read from Jar File is enabled; the default is false.
readMeths - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 
REF_MBEAN_NOT_REGISTERED - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value including the ObjectName of a MBean not registered in the MBean Server
REF_MBEAN_OF_INCORRECT_CLASS - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value including the ObjectName of a MBean not of the class expected for that role
ReflectionException - exception javax.management.ReflectionException.
This class represents exceptions thrown in the 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.
refreshTime - Variable in class com.adventnet.adaptors.html.HtmlPageProp
Refresh time to update the displayed html page
registerAsModelMBean(Object, String, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which registers the MBean.
registerAsModelMBean(Object, String, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which registers the MBean.
registerAsModelMBean(Object, String, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Remote method call which registers the MBean.
registerAuthentication() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
This method enable the Authentication Support.
registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
Registers a pre-existing object as an MBean with the MBean server.
registerMBean(Object, ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Registers a pre-existing object as an MBean with the MBeanServer.
registerMBean(Object, ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Registers a pre-existing object as an MBean with the MBeanServer through this service(adaptor).
registerMBean(Object, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Registers a pre-existing object as an MBean with the MBeanServer through this service(adaptor).
registerMBean(Object, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Registers a pre-existing object as an MBean with the MBeanServer through this service(adaptor).
registerMBean(Object, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
 
registerMBean(String, ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which registers a pre-existing object as an MBean with the MBeanServer.
registerMBean(String, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which registers a pre-existing object as an MBean with the MBeanServer.
registerMBean(String, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which registers a pre-existing object as an MBean with the MBeanServer.
registerMBean(String, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Registers a pre-existing object as an MBean with the MBeanServer using this client through the relevant adaptor.
REGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that a MBean has been registered.
registry - Variable in class com.adventnet.adaptors.rmi.RMIAdaptor
 
Relation - interface javax.management.relation.Relation.
This interface has to be implemented by any MBean class expected to represent a relation managed using the Relation Service.
RELATION_BASIC_CREATION - Static variable in class javax.management.relation.RelationNotification
Type for the creation of an internal relation
RELATION_BASIC_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Type for the removal from the Relation Service of an internal relation
RELATION_BASIC_UPDATE - Static variable in class javax.management.relation.RelationNotification
Type for an update of an internal relation
RELATION_MBEAN_CREATION - Static variable in class javax.management.relation.RelationNotification
Type for the relation MBean added into the Relation Service
RELATION_MBEAN_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Type for the removal from the Relation Service of a relation MBean
RELATION_MBEAN_UPDATE - Static variable in class javax.management.relation.RelationNotification
Type for the update of a relation MBean
RelationException - exception javax.management.relation.RelationException.
This class is the superclass of any exception which can be raised during relation management.
RelationException() - Constructor for class javax.management.relation.RelationException
Default constructor, no message put in exception
RelationException(String) - Constructor for class javax.management.relation.RelationException
Constructor with given message put in exception
RelationNotFoundException - exception javax.management.relation.RelationNotFoundException.
This exception is raised when there is no relation for a given relation id in a Relation Service.
RelationNotFoundException() - Constructor for class javax.management.relation.RelationNotFoundException
Default constructor, no message put in exception
RelationNotFoundException(String) - Constructor for class javax.management.relation.RelationNotFoundException
Constructor with given message put in exception
RelationNotification - class javax.management.relation.RelationNotification.
A RelationNotification notification is sent when a relation is created via the Relation Service, or a MBean is added as a relation in the Relation Service, or a role is updated in a relation, or a relation is removed from the Relation Service
RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or a MBean added as a relation) or for a relation removal from the Relation Service
RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for a role update in a relation
RelationService - class javax.management.relation.RelationService.
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
RelationService(boolean) - Constructor for class javax.management.relation.RelationService
Constructor initiates relation service
RelationServiceMBean - interface javax.management.relation.RelationServiceMBean.
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
RelationServiceNotRegisteredException - exception javax.management.relation.RelationServiceNotRegisteredException.
This exception is raised when an access is done to the Relation Service and that one is not registered.
RelationServiceNotRegisteredException() - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Default constructor, no message put in exception
RelationServiceNotRegisteredException(String) - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Constructor with given message put in exception
RelationSupport - class javax.management.relation.RelationSupport.
A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.
RelationSupport(String, ObjectName, MBeanServer, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Creates object.
RelationSupport(String, ObjectName, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Creates object.
RelationSupportMBean - interface javax.management.relation.RelationSupportMBean.
A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.
RelationType - interface javax.management.relation.RelationType.
The RelationType interface has to be implemented by any class expected to represent a relation type.
RelationTypeNotFoundException - exception javax.management.relation.RelationTypeNotFoundException.
This exception is raised when there is no relation type with given name in Relation Service
RelationTypeNotFoundException() - Constructor for class javax.management.relation.RelationTypeNotFoundException
Default constructor, no message put in exception
RelationTypeNotFoundException(String) - Constructor for class javax.management.relation.RelationTypeNotFoundException
Constructor with given message put in exception
RelationTypeSupport - class javax.management.relation.RelationTypeSupport.
A RelationTypeSupport object implements the RelationType interface.
RelationTypeSupport(String) - Constructor for class javax.management.relation.RelationTypeSupport
Constructs a RelationTypeSupport with the relation type name specified.
RelationTypeSupport(String, RoleInfo[]) - Constructor for class javax.management.relation.RelationTypeSupport
Constructor where all role definitions are dynamically created and passed as parameter.
releaseMBeanServer(MBeanServer) - Static method in class javax.management.MBeanServerFactory
Releases all the internal references for a MBeanServer object, thus making the MBeanServer instance an eligible object for Garbage Collection.
RemoteMBeanServer - interface com.adventnet.adaptors.rmi.RemoteMBeanServer.
This RMI interface defines a server access interface for accessing/creating remote server objects by the RMI client from the RMI server.
RemoteMBeanServerImpl - class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl.
This class acts as the factory for the Corba Adaptor clients.
RemoteMBeanServerImpl(MBeanServer) - Constructor for class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
This one Arg constructor gets the mbean server reference.Initialises the UserContext with default values.
RemoteNotificationFilter - interface com.adventnet.adaptors.rmi.RemoteNotificationFilter.
 
RemoteNotificationFilterImpl - class com.adventnet.adaptors.rmi.RemoteNotificationFilterImpl.
This class acts as a wrapper for the notificationfilter implementation and will be used for filtering the notifications to the client side of the rmi environment.
RemoteNotificationFilterImpl() - Constructor for class com.adventnet.adaptors.rmi.RemoteNotificationFilterImpl
Default Constructor
RemoteNotificationFilterImpl(NotificationFilter) - Constructor for class com.adventnet.adaptors.rmi.RemoteNotificationFilterImpl
Constructor that takes the NotificationFilter instance that this RemoteNotificationFilter would represent on the client side.
RemoteNotificationListener - interface com.adventnet.adaptors.rmi.RemoteNotificationListener.
 
RemoteNotificationListenerImpl - class com.adventnet.adaptors.rmi.RemoteNotificationListenerImpl.
this class acts as a wrapper for the notificationlistener implementation and will be used for propogating the notifications to the client side of the rmi environment.
RemoteNotificationListenerImpl() - Constructor for class com.adventnet.adaptors.rmi.RemoteNotificationListenerImpl
Default Constructor.
RemoteNotificationListenerImpl(NotificationListener) - Constructor for class com.adventnet.adaptors.rmi.RemoteNotificationListenerImpl
Constructor that takes the NotificationListener instance that this RemoteNotificationListener would represent on the client side.
removeAllLoader() - Static method in class com.adventnet.jmx.DefaultLoaderRepositoryExt
 
removeAllNotifications() - Method in interface javax.management.timer.TimerMBean
This method removes all the timer notifications from the list of notifications and resets the counter used to update the timer notification identifiers.
removeAllNotifications() - Method in class javax.management.timer.Timer
This method removes all the timer notifications from the list of notifications and resets the counter used to update the timer notification identifiers.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class javax.management.modelmbean.RequiredModelMBean
Removes a listener for attributeChangeNotifications from the MBean.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Removes a listener for attributeChangeNotifications from the MBean.
removeField(String) - Method in interface javax.management.Descriptor
Removes a field from the descriptor.
removeField(String) - Method in class javax.management.modelmbean.DescriptorSupport
Removes a field from the descriptor
removeLoader(ClassLoader) - Static method in class com.adventnet.jmx.DefaultLoaderRepositoryExt
 
removeNotification(Integer) - Method in interface javax.management.timer.TimerMBean
This method Removes the timer notification corresponding to the specified identifier from the list of notifications.
removeNotification(Integer) - Method in class javax.management.timer.Timer
This method Removes the timer notification corresponding to the specified identifier from the list of notifications.
removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
Enables a listener for an MBean to be removed.
removeNotificationListener(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
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) - Method in class javax.management.modelmbean.RequiredModelMBean
Enables a listener for an MBean to be removed.
removeNotificationListener(NotificationListener) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
removeNotificationListener(NotificationListener) - Method in class com.adventnet.adaptors.AbstractAdaptor
This method removes the Notification Listeners
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServer
Enables to remove a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.adventnet.jmx.MBeanServerImpl
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Enables a listener for an MBean to be removed using this client through the relevant adaptor.
removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
Enables to remove a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
Enables a listener for an MBean to be removed.
removeNotificationListener(ObjectName, ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Enables a listener for an MBean to be removed using this client through the relevant adaptor.
removeNotifications(String) - Method in interface javax.management.timer.TimerMBean
Removes all the timer notifications corresponding to the specified type from the list of notifications.
removeNotifications(String) - Method in class javax.management.timer.Timer
Removes all the timer notifications corresponding to the specified type from the list of notifications.
removeRelation(String) - Method in class javax.management.relation.RelationService
Removes given relation from the Relation Service.
removeRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation from the Relation Service.
removeRelationType(String) - Method in class javax.management.relation.RelationService
Removes given relation type from Relation Service.
removeRelationType(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes given relation type from Relation Service.
removeRemoteNotificationListener(ObjectName, ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Enables a remote listener for an MBean to be removed.
removeRemoteNotificationListener(ObjectName, ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Enables a remote listener for an MBean to be removed.
removeRemoteNotificationListener(ObjectName, RemoteNotificationListener) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Enables a remote listener for an MBean to be removed.
removeRemoteNotificationListener(ObjectName, RemoteNotificationListener) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Enables a remote listener for an MBean to be removed.
removeTask(Runnable) - Method in class javax.management.timer.Scheduler
This methood is used to remove a task from being scheduled.
removeUser(UserContext) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Removed the users specified in the UserContext from the Authentication List of the Adaptor
removeUser(UserContext) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Removes the users specified in the UserContext from the Authentication List of the Adaptor
RequiredModelMBean - class javax.management.modelmbean.RequiredModelMBean.
This class is the implementation of a ModelMBean.
RequiredModelMBean() - Constructor for class javax.management.modelmbean.RequiredModelMBean
Constructs an RequiredModelMBean with an empty ModelMBeanInfo.
RequiredModelMBean(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.RequiredModelMBean
Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
RESET_FLAGS_ALREADY_NOTIFIED - Static variable in class javax.management.monitor.Monitor
This flag is used to reset the alreadyNotified monitor attribute.
resolveClass(ObjectStreamClass) - Method in class com.adventnet.jmx.ObjectInputStreamSupport
 
restartHttpServer() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Restarts the WebServer.
restartHttpServer() - Method in interface com.adventnet.adaptors.html.HttpServerInterface
Restarts the WebServer.
restartHttpServer() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Restarts the WebServer.
resumeAll() - Method in class javax.management.timer.Scheduler
 
retrieveAllRoles() - Method in class javax.management.relation.RelationSupport
Returns all roles in the relation without checking read mode
retrieveAllRoles() - Method in interface javax.management.relation.Relation
Returns all roles in the relation without checking read mode
RMI - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of RMI protocol
RMIAdaptor - class com.adventnet.adaptors.rmi.RMIAdaptor.
This class acts as a JMX adaptor for RMI protocol.
RMIAdaptor() - Constructor for class com.adventnet.adaptors.rmi.RMIAdaptor
The NoArg constructor used to initialize the RMIAdaptor in forming the MBeanInfo and getting the reference of the MBeanServer using the MBeanServer.findJMXAgent(...) method.
RMIClient - class com.adventnet.adaptors.clients.rmi.RMIClient.
 
RMIClient() - Constructor for class com.adventnet.adaptors.clients.rmi.RMIClient
 
Role - class javax.management.relation.Role.
Represents a role: includes a role name and referenced MBeans (via their ObjectNames).
ROLE_CARDINALITY_INFINITY - Static variable in class javax.management.relation.RoleInfo
To specify an unlimited cardinality
ROLE_NOT_READABLE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to read a non-readable attribute
ROLE_NOT_WRITABLE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to update a non-writable attribute
Role(String, List) - Constructor for class javax.management.relation.Role
Constructor.
RoleInfo - class javax.management.relation.RoleInfo.
A RoleInfo object represents a role information in a relation type.
RoleInfo(RoleInfo) - Constructor for class javax.management.relation.RoleInfo
Copy constructor
RoleInfo(String, String) - Constructor for class javax.management.relation.RoleInfo
Constructor to create RoleInfo
RoleInfo(String, String, boolean, boolean) - Constructor for class javax.management.relation.RoleInfo
Constructor to create RoleInfo
RoleInfo(String, String, boolean, boolean, int, int, String) - Constructor for class javax.management.relation.RoleInfo
Constructor to create RoleInfo
RoleInfoNotFoundException - exception javax.management.relation.RoleInfoNotFoundException.
This exception is raised when there is no role info with given name in a given relation type
RoleInfoNotFoundException() - Constructor for class javax.management.relation.RoleInfoNotFoundException
Default constructor, no message put in exception
RoleInfoNotFoundException(String) - Constructor for class javax.management.relation.RoleInfoNotFoundException
Constructor with given message put in exception
RoleList - class javax.management.relation.RoleList.
A RoleList represents a list of roles (Role objects).
RoleList() - Constructor for class javax.management.relation.RoleList
Constructs an empty RoleList.
RoleList(int) - Constructor for class javax.management.relation.RoleList
Constructs an empty RoleList with the initial capacity specified.
RoleList(List) - Constructor for class javax.management.relation.RoleList
Constructs a RoleList containing the elements of the ArrayList specified, in the order in which they are returned by the ArrayList's iterator.
RoleNotFoundException - exception javax.management.relation.RoleNotFoundException.
This exception is raised when a role in a relation does not exist, or is not readable, or is not settable
RoleNotFoundException() - Constructor for class javax.management.relation.RoleNotFoundException
Default constructor, no message put in exception
RoleNotFoundException(String) - Constructor for class javax.management.relation.RoleNotFoundException
Constructor with given message put in exception
RoleResult - class javax.management.relation.RoleResult.
Represents the result of a multiple access to several roles of a relation (either for reading or writing).
RoleResult(RoleList, RoleUnresolvedList) - Constructor for class javax.management.relation.RoleResult
Constructor to create RoleResult
RoleStatus - class javax.management.relation.RoleStatus.
This class describes the various problems which can be encountered when accessing a role.
RoleStatus() - Constructor for class javax.management.relation.RoleStatus
Default constructor to create RoleStatus
RoleUnresolved - class javax.management.relation.RoleUnresolved.
Represents an unresolved role: a role not retrieved from a relation due to a problem.
RoleUnresolved(String, List, int) - Constructor for class javax.management.relation.RoleUnresolved
Constructor to create RoleUnresolved
RoleUnresolvedList - class javax.management.relation.RoleUnresolvedList.
A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered whe trying to access (read or write to roles)
RoleUnresolvedList() - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs an empty RoleUnresolvedList.
RoleUnresolvedList(int) - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs an empty RoleUnresolvedList with the initial capacity specified.
RoleUnresolvedList(List) - Constructor for class javax.management.relation.RoleUnresolvedList
Constructs a RoleUnresolvedList containing the elements of the ArrayList specified, in the order in which they are returned by the ArrayList's iterator.
roleValueToString(List) - Static method in class javax.management.relation.Role
Returns a string for the given role value
run() - Method in class javax.management.timer.Scheduler
The main thread which kicks off the task execution
run() - Method in class com.adventnet.jmx.NotificationThread
 
RUNTIME_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute.
RUNTIME_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
RuntimeErrorException - exception javax.management.RuntimeErrorException.
When a java.lang.Error occurs in the agent it should be caught and re-thrown as a RuntimeErrorException.
RuntimeErrorException(Error) - Constructor for class javax.management.RuntimeErrorException
Constructs a RuntimeErrorException wrapping the Error object
RuntimeErrorException(Error, String) - Constructor for class javax.management.RuntimeErrorException
Constructor that allows a specific error message to be specified.
RuntimeMBeanException - exception javax.management.RuntimeMBeanException.
This 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 detailed 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 detailed message.

S

Scheduler - class javax.management.timer.Scheduler.
A scheduler for running tasks in a Java VM.
scheduleTask(Runnable, Date) - Method in class javax.management.timer.Scheduler
This methood schedules a one-time task at the specified time
sendAttributeChangeNotification(Attribute, Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
sendAttributeChangeNotification(Attribute, Attribute) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
sendHeartBeatEvent() - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
This synchronized method sends the HeartBeartEvent to all the registered listeners
sendNotification(Notification) - Method in class javax.management.MBeanServerDelegate
Enables the MBean server to send a notification.
sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
Enables a MBean to send a notification.
sendNotification(Notification) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.general notification.
sendNotification(Notification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.general notification.
sendNotification(String) - Method in class javax.management.modelmbean.RequiredModelMBean
Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
sendNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
sendRelationCreationNotification(String) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation creation.
sendRelationCreationNotification(String) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation creation.
sendRelationRemovalNotification(String, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a relation removal.
sendRelationRemovalNotification(String, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a relation removal.
sendRoleUpdateNotification(String, Role, List) - Method in class javax.management.relation.RelationService
Sends a notification (RelationNotification) for a role update in the given relation.
sendRoleUpdateNotification(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a notification (RelationNotification) for a role update in the given relation.
server - Variable in class javax.management.monitor.Monitor
Reference on the MBean server.
server - Variable in class javax.management.loading.MLet
 
ServerOperations - class com.adventnet.adaptors.html.ServerOperations.
This class is a wrapper over the MBeanServer.This class has methods like getAttribute, setAttribute, etc which is called from DataProvider class.This class in turn calls the MBeanserver methods.
ServerOperations(MBeanServer) - Constructor for class com.adventnet.adaptors.html.ServerOperations
Default constructor for Server Operations
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.
servletName - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
set(int, Attribute) - Method in class javax.management.AttributeList
Sets the element at the position specified to be the attribute specified.
set(int, Role) - Method in class javax.management.relation.RoleList
Sets the element at the position specified to be the role specified.
set(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Sets the element at the position specified to be the unresolved role specified.
setAlinkColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setAttribute(Attribute) - Method in interface javax.management.DynamicMBean
Sets the value of a specific attribute of the Dynamic MBean.
setAttribute(Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
setAttribute(Attribute) - Method in class com.adventnet.adaptors.html.HtmlPageProp
Sets the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Sets the value of a specific attribute of this MBean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServer
Sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in class com.adventnet.jmx.MBeanServerImpl
Sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which sets the value of a specific attribute of a named MBean.
setAttribute(ObjectName, Attribute) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Sets the value of a specific attribute of a named MBean using this client through the relevant adaptor.
setAttributes(AttributeList) - Method in interface javax.management.DynamicMBean
Sets the values of several attributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the values of several attributes of this MBean.
setAttributes(AttributeList) - Method in class com.adventnet.jmx.DefaultDynamicMBean
 
setAttributes(AttributeList) - Method in class com.adventnet.adaptors.html.HtmlPageProp
Sets the values of several attributes of this MBean.
setAttributes(AttributeList) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the values of several attributes of this MBean.
setAttributes(AttributeList) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Sets the values of several attributes of this MBean.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServer
Sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class com.adventnet.jmx.MBeanServerImpl
Sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which sets the values of several attributes of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
Sets the values of several attributes of a named MBean using this client through the relevant adaptor.
setAuthentication(boolean) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Setter for enabling and disabling Authentication of the WebServer.
setAuthentication(boolean) - Method in class com.adventnet.adaptors.html.ClientProperties
 
setAuthor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setAuthor(String) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setAuthorisation(boolean) - Method in class com.adventnet.adaptors.html.ServerOperations
Sets the authorisation for the current username
setBackGroundColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setBackGroundColor(String) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setBackGroundImage(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setBackGroundImage(String) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setClassNameReplacementChar(char) - Method in class com.adventnet.jmx.DefaultClassLoader
This optional call allows a class name such as "COM.test.Hello" to be changed to "COM_test_Hello", which is useful for storing classes from different packages in the same retrival directory.
setConfFile(String) - Static method in class javax.management.timer.Scheduler
 
setConfigFileName(String) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Setter for the configuration file Name with location.
setConfigFileName(String) - Method in interface com.adventnet.adaptors.html.HttpServerInterface
Setter for the configuration file Name with location.
setConfigJarFile(String) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Setter for the configuration file Name which will be inside the jar containing this class.
setcopyRightNeeded(boolean) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setCopyRightNeeded(boolean) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setDefaultMaxThreads(int) - Static method in class javax.management.timer.Scheduler
 
setDescriptor(Descriptor) - Method in interface javax.management.DescriptorAccess
Sets Descriptor (full replace).
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Sets the specified Descriptor to this ModelMBeanNotificationInfo.If the value is null then default Descriptor will be taken.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Sets the specified Descriptor to this ModelMBeanNotificationInfo.If the value is null then default Descriptor will be taken.
setDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Sets associated Descriptor of ModelMBeanConstructorInfo.
setDescriptor(Descriptor, String) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Adds or replaces descriptors in all the info arrays for the ModelMBean.
setDescriptor(Descriptor, String) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Adds or replaces descriptors in all the info arrays for the ModelMBean.
setDescriptors(Descriptor[]) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Adds or replaces descriptors in the ModelMBeanInfo.
setDescriptors(Descriptor[]) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Adds or replaces descriptors in the ModelMBeanInfo.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
This method sets the difference mode flag value.
setDifferenceMode(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
This method sets the state of the difference mode.
setDifferenceMode(boolean) - Method in class javax.management.monitor.GaugeMonitor
This method sets the state of the difference mode.
setDifferenceMode(boolean) - Method in class javax.management.monitor.CounterMonitor
This method sets the state of the difference mode.
setField(String, Object) - Method in interface javax.management.Descriptor
Sets the value for a specific fieldname.
setField(String, Object) - Method in class javax.management.modelmbean.DescriptorSupport
Sets the value for a specific fieldname.
setFields(String[], Object[]) - Method in interface javax.management.Descriptor
Sets all Fields in the list to the new value in with the same index in the fieldValue array.
setFields(String[], Object[]) - Method in class javax.management.modelmbean.DescriptorSupport
Sets all Fields in the list to the new value in with the same index in the fieldValue array.
setFilter(String) - Method in class com.adventnet.adaptors.html.ClientProperties
Setter for the filter name.
setFontColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setFontFace(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setFontSize(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setFooterMessage(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setFooterMessage(String) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setGranularityPeriod(long) - Method in class javax.management.monitor.Monitor
This method sets the granularity period (in milliseconds).
setGranularityPeriod(long) - Method in interface javax.management.monitor.MonitorMBean
This method sets the granularity period (in milliseconds).
setHtmlAuth(HtmlAuthTable) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
setHtmlPageProp(String, HtmlPageProp) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
setIndexFileName(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setIndexFileName(String) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setJavaScript(boolean) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setLibraryDirectory(String) - Method in interface javax.management.loading.MLetMBean
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
setLibraryDirectory(String) - Method in class javax.management.loading.MLet
Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
setLimitRestrictFlag(boolean) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setLinkColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setLogFile(String) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the logfile with the given filename parameter
setMailTo(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setManagedResource(Object, String) - Method in class javax.management.modelmbean.RequiredModelMBean
Sets the instance handle of the object against which to execute all methods in this RequiredModelMBean management interface (ModelMBeanInfo and Descriptors).
setManagedResource(Object, String) - Method in interface javax.management.modelmbean.ModelMBean
Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
setMaxDispChar(Integer) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setMaxNotifFileCount(int) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the maximum number of notification file
setMaxThreads(int) - Method in class javax.management.timer.Scheduler
 
setMBeanDescriptor(Descriptor) - Method in interface javax.management.modelmbean.ModelMBeanInfo
Sets the ModelMBean's descriptor (fully replace).
setMBeanDescriptor(Descriptor) - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
Sets the ModelMBean's descriptor (fully replace).
setMBeanServer(MBeanServer) - Method in class javax.management.QueryEval
Sets the MBeanServer on which the query is to be accessed.
setMBeanServer(MBeanServer) - Method in interface javax.management.ValueExp
Sets the MBeanServer on which the query is to be accessed.
setMBeanServer(MBeanServer) - Method in interface javax.management.QueryExp
Sets the MBeanServer on which the query is to be accessed.
setMBeanServer(MBeanServer) - Method in class javax.management.AttributeValueExp
Sets the MBeanServer on which the query is to be accessed.
setMBeanServer(MBeanServer) - Method in class javax.management.StringValueExp
Sets the MBeanServer on which the query is to be accessed.
setMBeanServer(MBeanServer) - Method in class javax.management.QueryExpSupport
Sets the MBeanServer on which the query is to be accessed.
setMode(boolean) - Method in class com.adventnet.adaptors.html.ClientProperties
Setter for dynamicHtmlGen.
setModelMBeanInfo(ModelMBeanInfo) - Method in class javax.management.modelmbean.RequiredModelMBean
Initializes a RequiredModelMBean object using ModelMBeanInfo passed in.
setModelMBeanInfo(ModelMBeanInfo) - Method in interface javax.management.modelmbean.ModelMBean
Initializes a ModelMBean object using ModelMBeanInfo passed in.
setModulus(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
This method sets the modulus value .
setModulus(Number) - Method in class javax.management.monitor.CounterMonitor
This method sets the modulus value of the monitor.
setNotifFileSize(long) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the notification file size
setNotify(boolean) - Method in interface javax.management.monitor.CounterMonitorMBean
This method sets the notification's on/off switch value.
setNotify(boolean) - Method in class javax.management.monitor.CounterMonitor
This method sets the notification's on/off switch value.
setNotifyDiffer(boolean) - Method in class javax.management.monitor.StringMonitor
This method sets the differing notification's on/off switch value.
setNotifyDiffer(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
This method sets the differing notification's on/off switch value.
setNotifyHigh(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
This method sets the high notification's on/off switch value.
setNotifyHigh(boolean) - Method in class javax.management.monitor.GaugeMonitor
This method sets the high notification's on/off switch value.
setNotifyLow(boolean) - Method in interface javax.management.monitor.GaugeMonitorMBean
This method sets the low notification's on/off switch value.
setNotifyLow(boolean) - Method in class javax.management.monitor.GaugeMonitor
This method sets the low notification's on/off switch value.
setNotifyMatch(boolean) - Method in class javax.management.monitor.StringMonitor
This method sets the matching notification's on/off switch value.
setNotifyMatch(boolean) - Method in interface javax.management.monitor.StringMonitorMBean
This method sets the matching notification's on/off switch value.
setNumRows(int) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setNumRows(Integer) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setObservedAttribute(String) - Method in class javax.management.monitor.Monitor
This method sets the attribute being observed.
setObservedAttribute(String) - Method in interface javax.management.monitor.MonitorMBean
This method sets the attribute being observed.
setObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
This method sets the object name of the object being observed.
setObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
This method sets the object name of the object being observed.
setOffset(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
This method sets the offset value .
setOffset(Number) - Method in class javax.management.monitor.CounterMonitor
This method sets the value of the offset.
setOperationsLinkNeeded(boolean) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setOperationsLinkNeeded(boolean) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setParentDir(String) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the parents diectory for this adaptor
setPersistantName(String) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Sets the file name of the serialized file in which the UserContext details are stored.
setPersistantName(String) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Sets the name of the serialized file in which the User Context details are stored
setPort(int) - Method in class com.adventnet.adaptors.AbstractAdaptor
This method sets the port on which this adaptor is listening
setPort(int) - Method in interface com.adventnet.adaptors.Adaptor
This method sets the port number of on which the adaptor should listen
setPort(int) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Sets the port number in which the http server to get started.
setPort(int) - Method in interface com.adventnet.adaptors.html.HttpServerInterface
Setter for the port.
setPort(Integer) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Sets the port number in which the http server to get started.
setPort(Integer) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
This function is used to set the port of HtmlAdaptor.
setPort(Integer) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
 
setProblemType(int) - Method in class javax.management.relation.RoleUnresolved
Sets problem type
setPurgeFlag(boolean) - Method in class javax.management.relation.RelationService
Sets the flag to indicate if when a notification is received for the unregistration of a MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
setPurgeFlag(boolean) - Method in interface javax.management.relation.RelationServiceMBean
Sets the flag to indicate if when a notification is received for the unregistration of a MBean referenced in a relation, if an immediate "purge" of the relations (look for the relations no longer valid) has to be performed , or if that will be performed only when the purgeRelations method will be explicitly called.
setRefreshTime(int) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setRefreshTime(int) - Method in class com.adventnet.adaptors.html.ClientProperties
Setter for refresh time.
setRefreshTime(Integer) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setRelationServiceManagementFlag(Boolean) - Method in class javax.management.relation.RelationSupport
Sets the flag to specify that it is handled or not by the Relation Service BEWARE, this method has to be exposed for the user relation MBeans, as the Relation Service will access them through their management interface.
setRelationServiceManagementFlag(Boolean) - Method in interface javax.management.relation.RelationSupportMBean
Sets the flag to specify that it is handled or not by the Relation Service BEWARE, this method has to be exposed as the Relation Service will access the relation through its management interface.
setRole(Role) - Method in class javax.management.relation.RelationSupport
Sets the given role.
setRole(Role) - Method in interface javax.management.relation.Relation
Sets the given role.
setRole(String, Role) - Method in class javax.management.relation.RelationService
Sets the given role in given relation.
setRole(String, Role) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given role in given relation.
setRoleName(String) - Method in class javax.management.relation.Role
Sets role name
setRoleName(String) - Method in class javax.management.relation.RoleUnresolved
Sets role name
setRoles(RoleList) - Method in class javax.management.relation.RoleResult
Sets list of roles successfully accessed
setRoles(RoleList) - Method in class javax.management.relation.RelationSupport
Sets the given roles.
setRoles(RoleList) - Method in interface javax.management.relation.Relation
Sets the given roles.
setRoles(String, RoleList) - Method in class javax.management.relation.RelationService
Sets the given roles in given relation.
setRoles(String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Sets the given roles in given relation.
setRolesUnresolved(RoleUnresolvedList) - Method in class javax.management.relation.RoleResult
Sets list of roles unsuccessfully accessed
setRoleValue(List) - Method in class javax.management.relation.Role
Sets role value
setRoleValue(List) - Method in class javax.management.relation.RoleUnresolved
Sets role value
setSendPastNotifications(boolean) - Method in interface javax.management.timer.TimerMBean
This method Sets the flag indicating whether the timer sends past notifications or not.
setSendPastNotifications(boolean) - Method in class javax.management.timer.Timer
This method Sets the flag indicating whether the timer sends past notifications or not.
setSequenceNumber(long) - Method in class javax.management.Notification
Set the notification sequence number.
setServletName(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setServletName(String) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setSource(Object) - Method in class javax.management.Notification
Set the source.
setSslSupport(boolean) - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Setter for enabling and disabling SSL Support of the WebServer.
setStopTimeout(int) - Method in class javax.management.timer.Scheduler
 
setStringToCompare(String) - Method in class javax.management.monitor.StringMonitor
This method sets the string to compare with the observed attribute.
setStringToCompare(String) - Method in interface javax.management.monitor.StringMonitorMBean
This method sets the string to compare with the observed attribute.
setTabIndexColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setTableHeaderColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setTableRowColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setTextDecoration(boolean) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
setTextDecoration(boolean) - Method in interface com.adventnet.adaptors.html.HtmlPagePropMBean
 
setThreshold(Number) - Method in interface javax.management.monitor.CounterMonitorMBean
This method sets the threshold value .
setThreshold(Number) - Method in class javax.management.monitor.CounterMonitor
This method sets the value of the threshold.Threshold is the maximum value of that the attribute can reach.
setThresholds(Number, Number) - Method in interface javax.management.monitor.GaugeMonitorMBean
This method sets the high threshold and low threshold values.
setThresholds(Number, Number) - Method in class javax.management.monitor.GaugeMonitor
This method sets the high threshold and low threshold values.
setTimeStamp(long) - Method in class javax.management.Notification
Set the notification timestamp.
setUserData(Object) - Method in class javax.management.Notification
Set the user data.
setUserName(String) - Method in class com.adventnet.adaptors.html.ServerOperations
Sets the current username
setUserName(String) - Method in class com.adventnet.adaptors.html.ClientProperties
 
setUserView(UserViewInterface) - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Sets the values of UserviewInterface.
setVlinkColor(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
SNMP - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of SNMP protocol
SOAP - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of SOAP protocol
sort(int[]) - Method in class com.adventnet.jmx.utils.Sorter
 
sort(String[], Object[][]) - Method in class com.adventnet.jmx.utils.Sorter
This method sorts the OID string array in ascending order.
Sorter - class com.adventnet.jmx.utils.Sorter.
This is a utility class which sorts a objectID array using quick sort mechanism .By default the compareTo method compares two strings str1 & str2 considering it to be a OID string.
Sorter() - Constructor for class com.adventnet.jmx.utils.Sorter
 
source - Variable in class javax.management.Notification
The object on which the notification initially occurred.
sourceMonitorOn - Variable in class com.adventnet.jmx.DefaultClassLoader
 
start() - Method in class javax.management.monitor.Monitor
This method starts the monitor.
start() - Method in class javax.management.monitor.StringMonitor
This method starts the String Monitor.
start() - Method in class javax.management.monitor.GaugeMonitor
Starts the Gauge monitor.
start() - Method in interface javax.management.monitor.MonitorMBean
This method starts the monitor.
start() - Method in class javax.management.monitor.CounterMonitor
This method starts the counter monitor.
start() - Method in interface javax.management.timer.TimerMBean
This method starts the timer.
start() - Method in class javax.management.timer.Timer
This method starts the timer.
STARTED - Static variable in class com.adventnet.adaptors.Protocol
Represents the started State of the Adaptor
startHttpServer() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Starts the HttpServer - Jetty WebServer.
startHttpServer() - Method in interface com.adventnet.adaptors.html.HttpServerInterface
Method to start the WebServer initially.
startHttpServer() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Starts the WebServer by calling the HttpServerInterface's startHttpServer method.
STARTING - Static variable in class com.adventnet.adaptors.Protocol
Represents the starting State of the Adaptor
startRegistry(int) - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Starts the RMI Registry at the specified port.
startService() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method starts the Adaptor service
startService() - Method in interface com.adventnet.adaptors.Adaptor
This method starts the Adaptor
startService() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Allows the web-server to get started.
state - Variable in class com.adventnet.adaptors.AbstractAdaptor
 
stIndex - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
stop() - Method in class javax.management.monitor.Monitor
This method stops the monitor.
stop() - Method in class javax.management.monitor.StringMonitor
This method stops the String Monitor.
stop() - Method in class javax.management.monitor.GaugeMonitor
Stops the Gauge Monitor.
stop() - Method in interface javax.management.monitor.MonitorMBean
This method stops the monitor.
stop() - Method in class javax.management.monitor.CounterMonitor
This method stops the counter monitor.
stop() - Method in interface javax.management.timer.TimerMBean
This method stops the timer.
stop() - Method in class javax.management.timer.Timer
This method stops the timer.
stopAll() - Static method in class javax.management.timer.Scheduler
 
stopHttpServer() - Method in class com.adventnet.adaptors.html.JettyHtmlServer
Stops the WebServer.
stopHttpServer() - Method in interface com.adventnet.adaptors.html.HttpServerInterface
Stops the WebServer.
stopHttpServer() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Method to stop the http server.
STOPPED - Static variable in class com.adventnet.adaptors.Protocol
Represents the stopped State of the Adaptor
STOPPING - Static variable in class com.adventnet.adaptors.Protocol
Represents the stopping State of the Adaptor
stopService() - Method in class com.adventnet.adaptors.AbstractAdaptor
This method stops the Adaptor
stopService() - Method in interface com.adventnet.adaptors.Adaptor
This method stops the Adaptor
stopService() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
Allows the web-server to get stopped.
stopThis() - Method in class javax.management.timer.Scheduler
 
store() - Method in interface javax.management.PersistentMBean
Captures the current state of this MMBean instance and writes it out to the persistent store.
store() - Method in class javax.management.modelmbean.RequiredModelMBean
Writes the MBean in a persistent store.Should only be called by the RequiredModelMBean class to store itself according to persistence policy for the MBean.When used,it may be called with every setAttribute or on a periodic basis.
STRING_TO_COMPARE_VALUE_DIFFERED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has differed from the "string to compare" value.
STRING_TO_COMPARE_VALUE_MATCHED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has matched the "string to compare" value.
StringMonitor - class javax.management.monitor.StringMonitor.
Defines a monitor MBean designed to observe the values of a string attribute.
StringMonitor() - Constructor for class javax.management.monitor.StringMonitor
Default Constructor.
StringMonitorMBean - interface javax.management.monitor.StringMonitorMBean.
Exposes the remote management interface of the string monitor MBean.
StringValueExp - class javax.management.StringValueExp.
Represents strings that are arguments to relational constraints.
StringValueExp() - Constructor for class javax.management.StringValueExp
Constructs a StringValueExp with default val
StringValueExp(String) - Constructor for class javax.management.StringValueExp
Creates a new StringValueExp representing the string literal val.
superInterfaceMeths - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 

T

tabIndexColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
table - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
tableHeaderColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
tableRowColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 
THRESHOLD_ERROR - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the type of the thresholds, offset or modulus is not correct.
THRESHOLD_HIGH_VALUE_EXCEEDED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has exceeded the threshold high value.
THRESHOLD_LOW_VALUE_EXCEEDED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has exceeded the threshold low value.
THRESHOLD_VALUE_EXCEEDED - Static variable in class javax.management.monitor.MonitorNotification
Notification type denoting that the observed attribute has reached the threshold value.
Timer - class javax.management.timer.Timer.
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.
TimerNotification - class javax.management.timer.TimerNotification.
This class provides definitions of the notifications sent by timer MBeans.
TIMES - Static variable in class javax.management.Query
 
TIMES - Static variable in class javax.management.QueryExpSupport
 
times(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a binary expression representing the product of two numeric values.
TL1 - Static variable in class com.adventnet.adaptors.Protocol
The static variable representing the String representation of TL1 protocol
TOP_CENTER - Variable in class com.adventnet.adaptors.html.HtmlPageProp
The home page link will be at top center.
TOP_LEFT - Variable in class com.adventnet.adaptors.html.HtmlPageProp
The home page link will be at top left corner.
TOP_RIGHT - Variable in class com.adventnet.adaptors.html.HtmlPageProp
The home page link will be at top right corner.
toString() - Method in class javax.management.ReflectionException
Overrides the toString method in java.lang.Object
toString() - Method in class javax.management.BadBinaryOpValueExpException
Returns the string representing the object
toString() - Method in class javax.management.Notification
 
toString() - Method in class javax.management.InvalidApplicationException
Returns the string representing the object
toString() - Method in class javax.management.MBeanException
Overrides the method
toString() - Method in class javax.management.ObjectInstance
Overrides toString() method
toString() - Method in class javax.management.RuntimeOperationsException
Overrides the method
toString() - Method in class javax.management.MBeanFeatureInfo
Returns a human readable version of the MBeanFeatureInfo instance
toString() - Method in class javax.management.MBeanOperationInfo
Returns a human readable version of the MBeanOperationInfo instance
toString() - Method in class javax.management.MBeanConstructorInfo
Returns a human readable version of the MBeanConstructorInfo instance
toString() - Method in class javax.management.AttributeValueExp
Returns the string representing its value
toString() - Method in class javax.management.StringValueExp
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.ObjectName
Returns a string representation of the object name.
toString() - Method in class javax.management.MBeanParameterInfo
Returns a human readable version of the MBeanParameterInfo instance
toString() - Method in class javax.management.BadStringOperationException
Returns the string representing the object.
toString() - Method in class javax.management.MBeanAttributeInfo
Returns a human readable version of the MBeanAttributeInfo instance.
toString() - Method in class javax.management.MBeanNotificationInfo
Returns a human readable version of the MBeanNotificationInfo instance
toString() - Method in class javax.management.relation.Role
Prints a string describing the role Overrides: toString in class java.lang.Object
toString() - Method in class javax.management.relation.RoleInfo
Prints a string describing the role info Overrides: toString in class java.lang.Object
toString() - Method in class javax.management.relation.RoleUnresolved
Prints a string describing the role Overrides: toString in class java.lang.Object
toString() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
Returns a human readable version of the ModelMBeanOperationInfo instance
toString() - Method in class javax.management.modelmbean.DescriptorSupport
A human readable string representing the descriptor.
toString() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
Returns a human readable version of the ModelMBeanAttributeInfo instance
toString() - Method in class javax.management.modelmbean.XMLParseException
Overrides the method
toString() - Method in class javax.management.modelmbean.InvalidTargetObjectTypeException
Overrides the method
toString() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
Returns a human readable version of the ModelMBeanNotificationInfo instance
toString() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
Returns a human readable version of the ModelMBeanConstructorInfo instance
toXMLString() - Method in class javax.management.modelmbean.DescriptorSupport
This method returns the XML which represents the descriptor.

U

unbind() - Method in class com.adventnet.adaptors.AbstractAdaptor
Must be used to unbind from a naming service or to relese a ServerSocket
unbind() - Method in class com.adventnet.adaptors.html.HtmlAdaptor
 
unbind() - Method in class com.adventnet.adaptors.rmi.RMIAdaptor
Allows the service to get stopped.
UNKNOWN - Static variable in class javax.management.MBeanOperationInfo
Indicates that the operation has an "unknown" nature.
unregisterMBean(ObjectName) - Method in interface javax.management.MBeanServer
De-registers an MBean from the MBean server.
unregisterMBean(ObjectName) - Method in class com.adventnet.jmx.MBeanServerImpl
De-registers an MBean from the MBeanServer.
unregisterMBean(ObjectName) - Method in class com.adventnet.adaptors.html.ServerOperations
Remote method call which de-registers an MBean from the MBeanServer.
unregisterMBean(ObjectName) - Method in class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl
Remote method call which de-registers an MBean from the MBeanServer.
unregisterMBean(ObjectName) - Method in interface com.adventnet.adaptors.rmi.RemoteMBeanServer
Remote method call which de-registers an MBean from the MBeanServer.
unregisterMBean(ObjectName) - Method in class com.adventnet.adaptors.clients.rmi.RMIClient
De-registers an MBean from the MBeanServer using this client through the relevant adaptor.
UNREGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that a MBean has been uregsitered.
updateClientInfo(String, String, String) - Static method in class com.adventnet.adaptors.html.HtmlAdaptor
 
updateRoleMap(String, Role, List) - Method in class javax.management.relation.RelationService
Handles update of the Relation Service role map for the update of given role in given relation.
updateRoleMap(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Handles update of the Relation Service role map for the update of given role in given relation.

V

value(boolean) - Static method in class javax.management.Query
Returns a boolean value expression that can be used in any Query call that expects a ValueExp.
value(double) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(float) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(int) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(long) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(Number) - Static method in class javax.management.Query
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
value(String) - Static method in class javax.management.Query
Returns a new string expression.
ValueExp - interface javax.management.ValueExp.
ValueExp interface represents values that can be passed as arguments to relational expressions.
VERSION - Static variable in class com.adventnet.adaptors.Protocol
Version of this Adaptor
vlinkColor - Variable in class com.adventnet.adaptors.html.HtmlPageProp
 

W

wildcardMatch(String, String) - Static method in class com.adventnet.jmx.utils.JmxUtilities
 
wildCPattern(String, String) - Static method in class com.adventnet.jmx.utils.JmxUtilities
 
writeExternal(ObjectOutput) - Method in class javax.management.loading.MLet
This method saves the objects contents during Object Serialization.
writeIntoFile(String) - Method in class com.adventnet.adaptors.html.HtmlPageProp
 
writeMeths - Variable in class com.adventnet.jmx.DefaultDynamicMBean
 

X

XMLParseException - exception javax.management.modelmbean.XMLParseException.
Exception thrown when an invalid target object type is specified
XMLParseException() - Constructor for class javax.management.modelmbean.XMLParseException
Default constructor
XMLParseException(Exception, String) - Constructor for class javax.management.modelmbean.XMLParseException
Constructor taking an exception and a string.
XMLParseException(String) - Constructor for class javax.management.modelmbean.XMLParseException
Constructor from a string.

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

Copyright ©2003 XMOJO.org. All Rights Reserved.