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
-
CounterMonitorMOStub()
- constructor with no parameter for newInstance()
-
getComparisonLevel()
-
-
getCounterDifferenceOnOff()
-
-
getModulusValue()
-
-
getNotifyOnOff()
-
-
getOffsetValue()
-
-
getPreviousScanCounter()
-
-
getPreviousScanCounterInitialisedOnOff()
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
performStop()
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setComparisonLevel(Integer)
-
-
SetComparisonLevel(String, Integer)
-
-
setCounterDifferenceOnOff(Boolean)
-
-
SetCounterDifferenceOnOff(String, Boolean)
-
-
setModulusValue(Integer)
-
-
SetModulusValue(String, Integer)
-
-
setNotifyOnOff(Boolean)
-
-
SetNotifyOnOff(String, Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
-
setOffsetValue(Integer)
-
-
SetOffsetValue(String, Integer)
-
CounterMonitorMOStub
public CounterMonitorMOStub()
- constructor with no parameter for newInstance()
getNotifyOnOff
public Boolean getNotifyOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getComparisonLevel
public Integer getComparisonLevel() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getCounterDifferenceOnOff
public Boolean getCounterDifferenceOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getOffsetValue
public Integer getOffsetValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanCounterInitialisedOnOff
public Boolean getPreviousScanCounterInitialisedOnOff() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getModulusValue
public Integer getModulusValue() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPreviousScanCounter
public Integer getPreviousScanCounter() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setNotifyOnOff
public void setNotifyOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetNotifyOnOff
public void SetNotifyOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setComparisonLevel
public void setComparisonLevel(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetComparisonLevel
public void SetComparisonLevel(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setCounterDifferenceOnOff
public void setCounterDifferenceOnOff(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetCounterDifferenceOnOff
public void SetCounterDifferenceOnOff(String oper,
Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setOffsetValue
public void setOffsetValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetOffsetValue
public void SetOffsetValue(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setModulusValue
public void setModulusValue(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetModulusValue
public void SetModulusValue(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
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