All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.impl.agent.services.monitor.GaugeMonitorMOStub
java.lang.Object
|
+----com.sun.jaw.impl.agent.services.monitor.MonitorMOStub
|
+----com.sun.jaw.impl.agent.services.monitor.GaugeMonitorMOStub
- public class GaugeMonitorMOStub
- extends MonitorMOStub
- implements GaugeMonitorMO, MOIf
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
GaugeMonitorMOStub()
- constructor with no parameter for newInstance()
-
getGaugeDifferenceOnOff()
-
-
getNotifyHighOnOff()
-
-
getNotifyLowOnOff()
-
-
getPreviousScanGauge()
-
-
getPreviousScanGaugeInitialisedOnOff()
-
-
getThresholdHighValue()
-
-
getThresholdLowValue()
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
performStart()
-
-
performStop()
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setGaugeDifferenceOnOff(Boolean)
-
-
SetGaugeDifferenceOnOff(String, Boolean)
-
-
setNotifyHighOnOff(Boolean)
-
-
SetNotifyHighOnOff(String, Boolean)
-
-
setNotifyLowOnOff(Boolean)
-
-
SetNotifyLowOnOff(String, Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
-
setThresholdHighValue(Number)
-
-
SetThresholdHighValue(String, Number)
-
-
setThresholdLowValue(Number)
-
-
SetThresholdLowValue(String, Number)
-
GaugeMonitorMOStub
public GaugeMonitorMOStub()
- constructor with no parameter for newInstance()
getGaugeDifferenceOnOff
public Boolean getGaugeDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanGauge
public Number getPreviousScanGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNotifyLowOnOff
public Boolean getNotifyLowOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getThresholdHighValue
public Number getThresholdHighValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanGaugeInitialisedOnOff
public Boolean getPreviousScanGaugeInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getThresholdLowValue
public Number getThresholdLowValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNotifyHighOnOff
public Boolean getNotifyHighOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setGaugeDifferenceOnOff
public void setGaugeDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetGaugeDifferenceOnOff
public void SetGaugeDifferenceOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setNotifyLowOnOff
public void setNotifyLowOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetNotifyLowOnOff
public void SetNotifyLowOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setThresholdHighValue
public void setThresholdHighValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetThresholdHighValue
public void SetThresholdHighValue(String oper,
Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setThresholdLowValue
public void setThresholdLowValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetThresholdLowValue
public void SetThresholdLowValue(String oper,
Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setNotifyHighOnOff
public void setNotifyHighOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetNotifyHighOnOff
public void SetNotifyHighOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStart
public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
- Overrides:
- performStart in class MonitorMOStub
performStop
public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
- Overrides:
- performStop in class MonitorMOStub
setObjectName
public void setObjectName(ObjectName name)
- Setter for the ObjectName.
- Overrides:
- setObjectName in class MonitorMOStub
setAdaptorMO
public void setAdaptorMO(AdaptorMO adp)
- Setter for the AdaptorMO.
- Overrides:
- setAdaptorMO in class MonitorMOStub
handlePropertyList
public void handlePropertyList(PropertyList list)
- Update cached attributes.
- Overrides:
- handlePropertyList in class MonitorMOStub
All Packages Class Hierarchy This Package Previous Next Index