All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

See Also:
MoGen

Method Index

 o addMonitorListener(MonitorListener)
 o addMonitorListenerMO(MonitorListenerMO)
 o getDerivedGauge()
 o getDerivedGaugeTimestamp()
 o getGranularityPeriod()
 o getGranularityPeriodAsLong()
 o getObservedObject()
 o getObservedProperty()
 o isActive()
 o performStart()
 o performStop()
 o removeMonitorListener(MonitorListener)
 o removeMonitorListenerMO(MonitorListenerMO)
 o setGranularityPeriod(Integer)
 o SetGranularityPeriod(String, Integer)
 o setGranularityPeriodAsLong(Long)
 o SetGranularityPeriodAsLong(String, Long)
 o setObservedObject(ObjectName)
 o SetObservedObject(String, ObjectName)
 o setObservedProperty(String)
 o SetObservedProperty(String, String)

Methods

 o getObservedObject
 public abstract ObjectName getObservedObject() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getObservedProperty
 public abstract String getObservedProperty() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getGranularityPeriodAsLong
 public abstract Long getGranularityPeriodAsLong() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getDerivedGaugeTimestamp
 public abstract Date getDerivedGaugeTimestamp() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getDerivedGauge
 public abstract Number getDerivedGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getGranularityPeriod
 public abstract Integer getGranularityPeriod() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setObservedObject
 public abstract void setObservedObject(ObjectName value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetObservedObject
 public abstract void SetObservedObject(String oper,
                                        ObjectName value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setObservedProperty
 public abstract void setObservedProperty(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetObservedProperty
 public abstract void SetObservedProperty(String oper,
                                          String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setGranularityPeriodAsLong
 public abstract void setGranularityPeriodAsLong(Long value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetGranularityPeriodAsLong
 public abstract void SetGranularityPeriodAsLong(String oper,
                                                 Long value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setGranularityPeriod
 public abstract void setGranularityPeriod(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetGranularityPeriod
 public abstract void SetGranularityPeriod(String oper,
                                           Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStop
 public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStart
 public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o addMonitorListenerMO
 public abstract void addMonitorListenerMO(MonitorListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeMonitorListenerMO
 public abstract void removeMonitorListenerMO(MonitorListenerMO x)
 o addMonitorListener
 public abstract void addMonitorListener(MonitorListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeMonitorListener
 public abstract void removeMonitorListener(MonitorListener x)

All Packages  Class Hierarchy  This Package  Previous  Next  Index