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


public abstract interface CounterMonitorMO
extends MonitorMO

The c-bean interface of the CounterMonitor m-bean.

See Also:
MoGen

Method Summary
 java.lang.Integer getComparisonLevel()
           
 java.lang.Boolean getCounterDifferenceOnOff()
           
 java.lang.Integer getModulusValue()
           
 java.lang.Boolean getNotifyOnOff()
           
 java.lang.Integer getOffsetValue()
           
 java.lang.Integer getPreviousScanCounter()
           
 java.lang.Boolean getPreviousScanCounterInitialisedOnOff()
           
 void performStop()
           
 void setComparisonLevel(java.lang.Integer value)
           
 void SetComparisonLevel(java.lang.String oper, java.lang.Integer value)
           
 void setCounterDifferenceOnOff(java.lang.Boolean value)
           
 void SetCounterDifferenceOnOff(java.lang.String oper, java.lang.Boolean value)
           
 void setModulusValue(java.lang.Integer value)
           
 void SetModulusValue(java.lang.String oper, java.lang.Integer value)
           
 void setNotifyOnOff(java.lang.Boolean value)
           
 void SetNotifyOnOff(java.lang.String oper, java.lang.Boolean value)
           
 void setOffsetValue(java.lang.Integer value)
           
 void SetOffsetValue(java.lang.String oper, java.lang.Integer value)
           
 
Methods inherited from interface com.sun.jaw.impl.agent.services.monitor.MonitorMO
addMonitorListener, addMonitorListenerMO, getDerivedGauge, getDerivedGaugeTimestamp, getGranularityPeriod, getGranularityPeriodAsLong, getObservedObject, getObservedProperty, isActive, performStart, removeMonitorListener, removeMonitorListenerMO, setGranularityPeriod, SetGranularityPeriod, setGranularityPeriodAsLong, SetGranularityPeriodAsLong, setObservedObject, SetObservedObject, setObservedProperty, SetObservedProperty
 
Methods inherited from interface com.sun.jaw.reference.client.mo.ManagedObject
connect, deleteObject, disconnect, getAdaptorMO, getGroupOper, getObjectName, modifyObject, readAll, readObject, setGroupOper
 

Method Detail

getCounterDifferenceOnOff

public java.lang.Boolean getCounterDifferenceOnOff()
                                            throws InstanceNotFoundException,
                                                   PropertyNotFoundException,
                                                   java.lang.reflect.InvocationTargetException

getModulusValue

public java.lang.Integer getModulusValue()
                                  throws InstanceNotFoundException,
                                         PropertyNotFoundException,
                                         java.lang.reflect.InvocationTargetException

getNotifyOnOff

public java.lang.Boolean getNotifyOnOff()
                                 throws InstanceNotFoundException,
                                        PropertyNotFoundException,
                                        java.lang.reflect.InvocationTargetException

getPreviousScanCounterInitialisedOnOff

public java.lang.Boolean getPreviousScanCounterInitialisedOnOff()
                                                         throws InstanceNotFoundException,
                                                                PropertyNotFoundException,
                                                                java.lang.reflect.InvocationTargetException

getOffsetValue

public java.lang.Integer getOffsetValue()
                                 throws InstanceNotFoundException,
                                        PropertyNotFoundException,
                                        java.lang.reflect.InvocationTargetException

getComparisonLevel

public java.lang.Integer getComparisonLevel()
                                     throws InstanceNotFoundException,
                                            PropertyNotFoundException,
                                            java.lang.reflect.InvocationTargetException

getPreviousScanCounter

public java.lang.Integer getPreviousScanCounter()
                                         throws InstanceNotFoundException,
                                                PropertyNotFoundException,
                                                java.lang.reflect.InvocationTargetException

setCounterDifferenceOnOff

public void setCounterDifferenceOnOff(java.lang.Boolean value)
                               throws InstanceNotFoundException,
                                      java.lang.IllegalAccessException,
                                      PropertyNotFoundException,
                                      InvalidPropertyValueException,
                                      java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.reflect.InvocationTargetException

SetCounterDifferenceOnOff

public void SetCounterDifferenceOnOff(java.lang.String oper,
                                      java.lang.Boolean value)
                               throws InstanceNotFoundException,
                                      java.lang.IllegalAccessException,
                                      PropertyNotFoundException,
                                      InvalidPropertyValueException,
                                      java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.reflect.InvocationTargetException

setModulusValue

public void setModulusValue(java.lang.Integer value)
                     throws InstanceNotFoundException,
                            java.lang.IllegalAccessException,
                            PropertyNotFoundException,
                            InvalidPropertyValueException,
                            java.lang.ClassNotFoundException,
                            java.lang.InstantiationException,
                            java.lang.reflect.InvocationTargetException

SetModulusValue

public void SetModulusValue(java.lang.String oper,
                            java.lang.Integer value)
                     throws InstanceNotFoundException,
                            java.lang.IllegalAccessException,
                            PropertyNotFoundException,
                            InvalidPropertyValueException,
                            java.lang.ClassNotFoundException,
                            java.lang.InstantiationException,
                            java.lang.reflect.InvocationTargetException

setNotifyOnOff

public void setNotifyOnOff(java.lang.Boolean value)
                    throws InstanceNotFoundException,
                           java.lang.IllegalAccessException,
                           PropertyNotFoundException,
                           InvalidPropertyValueException,
                           java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException

SetNotifyOnOff

public void SetNotifyOnOff(java.lang.String oper,
                           java.lang.Boolean value)
                    throws InstanceNotFoundException,
                           java.lang.IllegalAccessException,
                           PropertyNotFoundException,
                           InvalidPropertyValueException,
                           java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException

setOffsetValue

public void setOffsetValue(java.lang.Integer value)
                    throws InstanceNotFoundException,
                           java.lang.IllegalAccessException,
                           PropertyNotFoundException,
                           InvalidPropertyValueException,
                           java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException

SetOffsetValue

public void SetOffsetValue(java.lang.String oper,
                           java.lang.Integer value)
                    throws InstanceNotFoundException,
                           java.lang.IllegalAccessException,
                           PropertyNotFoundException,
                           InvalidPropertyValueException,
                           java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException

setComparisonLevel

public void setComparisonLevel(java.lang.Integer value)
                        throws InstanceNotFoundException,
                               java.lang.IllegalAccessException,
                               PropertyNotFoundException,
                               InvalidPropertyValueException,
                               java.lang.ClassNotFoundException,
                               java.lang.InstantiationException,
                               java.lang.reflect.InvocationTargetException

SetComparisonLevel

public void SetComparisonLevel(java.lang.String oper,
                               java.lang.Integer value)
                        throws InstanceNotFoundException,
                               java.lang.IllegalAccessException,
                               PropertyNotFoundException,
                               InvalidPropertyValueException,
                               java.lang.ClassNotFoundException,
                               java.lang.InstantiationException,
                               java.lang.reflect.InvocationTargetException

performStop

public void performStop()
                 throws InstanceNotFoundException,
                        java.lang.NoSuchMethodException,
                        java.lang.reflect.InvocationTargetException,
                        java.lang.IllegalAccessException
Specified by:
performStop in interface MonitorMO