All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.impl.agent.services.monitor.GaugeMonitorMO

public interface GaugeMonitorMO
extends MonitorMO
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Method Index

 o getGaugeDifferenceOnOff()
 o getNotifyHighOnOff()
 o getNotifyLowOnOff()
 o getPreviousScanGauge()
 o getPreviousScanGaugeInitialisedOnOff()
 o getThresholdHighValue()
 o getThresholdLowValue()
 o performStart()
 o performStop()
 o setGaugeDifferenceOnOff(Boolean)
 o SetGaugeDifferenceOnOff(String, Boolean)
 o setNotifyHighOnOff(Boolean)
 o SetNotifyHighOnOff(String, Boolean)
 o setNotifyLowOnOff(Boolean)
 o SetNotifyLowOnOff(String, Boolean)
 o setThresholdHighValue(Number)
 o SetThresholdHighValue(String, Number)
 o setThresholdLowValue(Number)
 o SetThresholdLowValue(String, Number)

Methods

 o getGaugeDifferenceOnOff
 public abstract Boolean getGaugeDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanGauge
 public abstract Number getPreviousScanGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNotifyLowOnOff
 public abstract Boolean getNotifyLowOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getThresholdHighValue
 public abstract Number getThresholdHighValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanGaugeInitialisedOnOff
 public abstract Boolean getPreviousScanGaugeInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getThresholdLowValue
 public abstract Number getThresholdLowValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNotifyHighOnOff
 public abstract Boolean getNotifyHighOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setGaugeDifferenceOnOff
 public abstract void setGaugeDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetGaugeDifferenceOnOff
 public abstract void SetGaugeDifferenceOnOff(String oper,
                                              Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setNotifyLowOnOff
 public abstract void setNotifyLowOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetNotifyLowOnOff
 public abstract void SetNotifyLowOnOff(String oper,
                                        Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setThresholdHighValue
 public abstract void setThresholdHighValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetThresholdHighValue
 public abstract void SetThresholdHighValue(String oper,
                                            Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setThresholdLowValue
 public abstract void setThresholdLowValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetThresholdLowValue
 public abstract void SetThresholdLowValue(String oper,
                                           Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setNotifyHighOnOff
 public abstract void setNotifyHighOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetNotifyHighOnOff
 public abstract void SetNotifyHighOnOff(String oper,
                                         Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStart
 public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStop
 public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index