All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

See Also:
MoGen

Method Index

 o getComparisonLevel()
 o getCounterDifferenceOnOff()
 o getModulusValue()
 o getNotifyOnOff()
 o getOffsetValue()
 o getPreviousScanCounter()
 o getPreviousScanCounterInitialisedOnOff()
 o performStop()
 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 setOffsetValue(Integer)
 o SetOffsetValue(String, Integer)

Methods

 o getNotifyOnOff
 public abstract Boolean getNotifyOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getComparisonLevel
 public abstract Integer getComparisonLevel() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getCounterDifferenceOnOff
 public abstract Boolean getCounterDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getOffsetValue
 public abstract Integer getOffsetValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanCounterInitialisedOnOff
 public abstract Boolean getPreviousScanCounterInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getModulusValue
 public abstract Integer getModulusValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPreviousScanCounter
 public abstract Integer getPreviousScanCounter() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setNotifyOnOff
 public abstract void setNotifyOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetNotifyOnOff
 public abstract void SetNotifyOnOff(String oper,
                                     Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setComparisonLevel
 public abstract void setComparisonLevel(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetComparisonLevel
 public abstract void SetComparisonLevel(String oper,
                                         Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setCounterDifferenceOnOff
 public abstract void setCounterDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetCounterDifferenceOnOff
 public abstract void SetCounterDifferenceOnOff(String oper,
                                                Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setOffsetValue
 public abstract void setOffsetValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetOffsetValue
 public abstract void SetOffsetValue(String oper,
                                     Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setModulusValue
 public abstract void setModulusValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetModulusValue
 public abstract void SetModulusValue(String oper,
                                      Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStop
 public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index