All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.agent.services.monitor.CounterMonitorMOStub

java.lang.Object
   |
   +----com.sun.jaw.impl.agent.services.monitor.MonitorMOStub
           |
           +----com.sun.jaw.impl.agent.services.monitor.CounterMonitorMOStub

public class CounterMonitorMOStub
extends MonitorMOStub
implements CounterMonitorMO, MOIf
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Constructor Index

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

Method Index

 o getComparisonLevel()
 o getCounterDifferenceOnOff()
 o getModulusValue()
 o getNotifyOnOff()
 o getOffsetValue()
 o getPreviousScanCounter()
 o getPreviousScanCounterInitialisedOnOff()
 o handlePropertyList(PropertyList)
Update cached attributes.
 o performStop()
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setComparisonLevel(Integer)
 o SetComparisonLevel(String, Integer)
 o setCounterDifferenceOnOff(Boolean)
 o SetCounterDifferenceOnOff(String, Boolean)
 o setModulusValue(Integer)
 o SetModulusValue(String, Integer)
 o setNotifyOnOff(Boolean)
 o SetNotifyOnOff(String, Boolean)
 o setObjectName(ObjectName)
Setter for the ObjectName.
 o setOffsetValue(Integer)
 o SetOffsetValue(String, Integer)

Constructors

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

Methods

 o getNotifyOnOff
 public Boolean getNotifyOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getComparisonLevel
 public Integer getComparisonLevel() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getCounterDifferenceOnOff
 public Boolean getCounterDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getOffsetValue
 public Integer getOffsetValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanCounterInitialisedOnOff
 public Boolean getPreviousScanCounterInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getModulusValue
 public Integer getModulusValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanCounter
 public Integer getPreviousScanCounter() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setNotifyOnOff
 public void setNotifyOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetNotifyOnOff
 public void SetNotifyOnOff(String oper,
                            Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setComparisonLevel
 public void setComparisonLevel(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetComparisonLevel
 public void SetComparisonLevel(String oper,
                                Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setCounterDifferenceOnOff
 public void setCounterDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetCounterDifferenceOnOff
 public void SetCounterDifferenceOnOff(String oper,
                                       Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setOffsetValue
 public void setOffsetValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetOffsetValue
 public void SetOffsetValue(String oper,
                            Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setModulusValue
 public void setModulusValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetModulusValue
 public void SetModulusValue(String oper,
                             Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 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