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
-
addMonitorListener(MonitorListener)
-
-
addMonitorListenerMO(MonitorListenerMO)
-
-
getDerivedGauge()
-
-
getDerivedGaugeTimestamp()
-
-
getGranularityPeriod()
-
-
getGranularityPeriodAsLong()
-
-
getObservedObject()
-
-
getObservedProperty()
-
-
isActive()
-
-
performStart()
-
-
performStop()
-
-
removeMonitorListener(MonitorListener)
-
-
removeMonitorListenerMO(MonitorListenerMO)
-
-
setGranularityPeriod(Integer)
-
-
SetGranularityPeriod(String, Integer)
-
-
setGranularityPeriodAsLong(Long)
-
-
SetGranularityPeriodAsLong(String, Long)
-
-
setObservedObject(ObjectName)
-
-
SetObservedObject(String, ObjectName)
-
-
setObservedProperty(String)
-
-
SetObservedProperty(String, String)
-
getObservedObject
public abstract ObjectName getObservedObject() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getObservedProperty
public abstract String getObservedProperty() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getGranularityPeriodAsLong
public abstract Long getGranularityPeriodAsLong() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getDerivedGaugeTimestamp
public abstract Date getDerivedGaugeTimestamp() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getDerivedGauge
public abstract Number getDerivedGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getGranularityPeriod
public abstract Integer getGranularityPeriod() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setObservedObject
public abstract void setObservedObject(ObjectName value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetObservedObject
public abstract void SetObservedObject(String oper,
ObjectName value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setObservedProperty
public abstract void setObservedProperty(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetObservedProperty
public abstract void SetObservedProperty(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setGranularityPeriodAsLong
public abstract void setGranularityPeriodAsLong(Long value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetGranularityPeriodAsLong
public abstract void SetGranularityPeriodAsLong(String oper,
Long value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setGranularityPeriod
public abstract void setGranularityPeriod(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetGranularityPeriod
public abstract void SetGranularityPeriod(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
addMonitorListenerMO
public abstract void addMonitorListenerMO(MonitorListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeMonitorListenerMO
public abstract void removeMonitorListenerMO(MonitorListenerMO x)
addMonitorListener
public abstract void addMonitorListener(MonitorListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeMonitorListener
public abstract void removeMonitorListener(MonitorListener x)
All Packages Class Hierarchy This Package Previous Next Index