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

Constructor Index

 o GaugeMonitorMOStub()
constructor with no parameter for newInstance()

Method Index

 o getGaugeDifferenceOnOff()
 o getNotifyHighOnOff()
 o getNotifyLowOnOff()
 o getPreviousScanGauge()
 o getPreviousScanGaugeInitialisedOnOff()
 o getThresholdHighValue()
 o getThresholdLowValue()
 o handlePropertyList(PropertyList)
Update cached attributes.
 o performStart()
 o performStop()
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setGaugeDifferenceOnOff(Boolean)
 o SetGaugeDifferenceOnOff(String, Boolean)
 o setNotifyHighOnOff(Boolean)
 o SetNotifyHighOnOff(String, Boolean)
 o setNotifyLowOnOff(Boolean)
 o SetNotifyLowOnOff(String, Boolean)
 o setObjectName(ObjectName)
Setter for the ObjectName.
 o setThresholdHighValue(Number)
 o SetThresholdHighValue(String, Number)
 o setThresholdLowValue(Number)
 o SetThresholdLowValue(String, Number)

Constructors

 o GaugeMonitorMOStub
 public GaugeMonitorMOStub()
constructor with no parameter for newInstance()

Methods

 o getGaugeDifferenceOnOff
 public Boolean getGaugeDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanGauge
 public Number getPreviousScanGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNotifyLowOnOff
 public Boolean getNotifyLowOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getThresholdHighValue
 public Number getThresholdHighValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanGaugeInitialisedOnOff
 public Boolean getPreviousScanGaugeInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getThresholdLowValue
 public Number getThresholdLowValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNotifyHighOnOff
 public Boolean getNotifyHighOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setGaugeDifferenceOnOff
 public void setGaugeDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetGaugeDifferenceOnOff
 public void SetGaugeDifferenceOnOff(String oper,
                                     Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setNotifyLowOnOff
 public void setNotifyLowOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetNotifyLowOnOff
 public void SetNotifyLowOnOff(String oper,
                               Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setThresholdHighValue
 public void setThresholdHighValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetThresholdHighValue
 public void SetThresholdHighValue(String oper,
                                   Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setThresholdLowValue
 public void setThresholdLowValue(Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetThresholdLowValue
 public void SetThresholdLowValue(String oper,
                                  Number value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setNotifyHighOnOff
 public void setNotifyHighOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetNotifyHighOnOff
 public void SetNotifyHighOnOff(String oper,
                                Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStart
 public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
Overrides:
performStart in class MonitorMOStub
 o performStop
 public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
Overrides:
performStop in class MonitorMOStub
 o setObjectName
 public void setObjectName(ObjectName name)
Setter for the ObjectName.

Overrides:
setObjectName in class MonitorMOStub
 o setAdaptorMO
 public void setAdaptorMO(AdaptorMO adp)
Setter for the AdaptorMO.

Overrides:
setAdaptorMO in class MonitorMOStub
 o handlePropertyList
 public void handlePropertyList(PropertyList list)
Update cached attributes.

Overrides:
handlePropertyList in class MonitorMOStub

All Packages  Class Hierarchy  This Package  Previous  Next  Index