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
-
getGaugeDifferenceOnOff()
-
-
getNotifyHighOnOff()
-
-
getNotifyLowOnOff()
-
-
getPreviousScanGauge()
-
-
getPreviousScanGaugeInitialisedOnOff()
-
-
getThresholdHighValue()
-
-
getThresholdLowValue()
-
-
performStart()
-
-
performStop()
-
-
setGaugeDifferenceOnOff(Boolean)
-
-
SetGaugeDifferenceOnOff(String, Boolean)
-
-
setNotifyHighOnOff(Boolean)
-
-
SetNotifyHighOnOff(String, Boolean)
-
-
setNotifyLowOnOff(Boolean)
-
-
SetNotifyLowOnOff(String, Boolean)
-
-
setThresholdHighValue(Number)
-
-
SetThresholdHighValue(String, Number)
-
-
setThresholdLowValue(Number)
-
-
SetThresholdLowValue(String, Number)
-
getGaugeDifferenceOnOff
public abstract Boolean getGaugeDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanGauge
public abstract Number getPreviousScanGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNotifyLowOnOff
public abstract Boolean getNotifyLowOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getThresholdHighValue
public abstract Number getThresholdHighValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanGaugeInitialisedOnOff
public abstract Boolean getPreviousScanGaugeInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getThresholdLowValue
public abstract Number getThresholdLowValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNotifyHighOnOff
public abstract Boolean getNotifyHighOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setGaugeDifferenceOnOff
public abstract void setGaugeDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetGaugeDifferenceOnOff
public abstract void SetGaugeDifferenceOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setNotifyLowOnOff
public abstract void setNotifyLowOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetNotifyLowOnOff
public abstract void SetNotifyLowOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setThresholdHighValue
public abstract void setThresholdHighValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetThresholdHighValue
public abstract void SetThresholdHighValue(String oper,
Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setThresholdLowValue
public abstract void setThresholdLowValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetThresholdLowValue
public abstract void SetThresholdLowValue(String oper,
Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setNotifyHighOnOff
public abstract void setNotifyHighOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetNotifyHighOnOff
public abstract void SetNotifyHighOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index