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
-
getComparisonLevel()
-
-
getCounterDifferenceOnOff()
-
-
getModulusValue()
-
-
getNotifyOnOff()
-
-
getOffsetValue()
-
-
getPreviousScanCounter()
-
-
getPreviousScanCounterInitialisedOnOff()
-
-
performStop()
-
-
setComparisonLevel(Integer)
-
-
SetComparisonLevel(String, Integer)
-
-
setCounterDifferenceOnOff(Boolean)
-
-
SetCounterDifferenceOnOff(String, Boolean)
-
-
setModulusValue(Integer)
-
-
SetModulusValue(String, Integer)
-
-
setNotifyOnOff(Boolean)
-
-
SetNotifyOnOff(String, Boolean)
-
-
setOffsetValue(Integer)
-
-
SetOffsetValue(String, Integer)
-
getNotifyOnOff
public abstract Boolean getNotifyOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getComparisonLevel
public abstract Integer getComparisonLevel() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getCounterDifferenceOnOff
public abstract Boolean getCounterDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getOffsetValue
public abstract Integer getOffsetValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanCounterInitialisedOnOff
public abstract Boolean getPreviousScanCounterInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getModulusValue
public abstract Integer getModulusValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanCounter
public abstract Integer getPreviousScanCounter() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setNotifyOnOff
public abstract void setNotifyOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetNotifyOnOff
public abstract void SetNotifyOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setComparisonLevel
public abstract void setComparisonLevel(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetComparisonLevel
public abstract void SetComparisonLevel(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setCounterDifferenceOnOff
public abstract void setCounterDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetCounterDifferenceOnOff
public abstract void SetCounterDifferenceOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setOffsetValue
public abstract void setOffsetValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetOffsetValue
public abstract void SetOffsetValue(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setModulusValue
public abstract void setModulusValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetModulusValue
public abstract void SetModulusValue(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index