Methods Summary |
---|
public java.lang.Object | getMonitoredAttributeValue(java.lang.String monitorAttributeName)Get value of specified monitored attribute.
|
public java.util.Map | getMonitoredAttributeValues(java.util.Set monitorAttributeNameSet)Get values of specified monitored attributes. This method returns a
map of monitored attribute names and their corresponding values.
|
public java.util.Map | getMonitoringMetaData()Get a map of monitored attribute names and their types. The keys in
the map are names of the attribute and the values are their types. The
type value are instances of class
com.iplanet.ias.monitor.type.MonitoredAttributeType (or its sub-classes)
|
public void | startMonitoring()Start monitoring on this component. This will be called when monitoring
is enabled on this component (or the group containing this component)
through user interface.
|
public void | stopMonitoring()Stop monitoring on this component. Called when monitoring is disabled on
user interface.
|