All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.agent.services.monitor.MonitorMOStub

java.lang.Object
   |
   +----com.sun.jaw.impl.agent.services.monitor.MonitorMOStub

public class MonitorMOStub
extends Object
implements MonitorMO, MOIf, MonitorListenerMO
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Constructor Index

 o MonitorMOStub()
constructor with no parameter for newInstance()

Method Index

 o addMonitorListener(MonitorListener)
 o addMonitorListenerMO(MonitorListenerMO)
 o connect(AdaptorMO)
 o deleteCmf()
 o deleteObject()
 o disconnect()
 o getAdaptorMO()
 o getDerivedGauge()
 o getDerivedGaugeTimestamp()
 o getGranularityPeriod()
 o getGranularityPeriodAsLong()
 o getGroupOper()
 o getObjectName()
Returns the object name of the object
 o getObservedObject()
 o getObservedProperty()
 o handleMonitor(MonitorEventMO)
 o handlePropertyList(PropertyList)
Update cached attributes.
 o isActive()
 o modifyObject(boolean)
 o performStart()
 o performStop()
 o readAll()
 o readObject(boolean)
 o removeMonitorListener(MonitorListener)
 o removeMonitorListenerMO(MonitorListenerMO)
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setGranularityPeriod(Integer)
 o SetGranularityPeriod(String, Integer)
 o setGranularityPeriodAsLong(Long)
 o SetGranularityPeriodAsLong(String, Long)
 o setGroupOper(Boolean)
 o setObjectName(ObjectName)
Setter for the ObjectName.
 o setObservedObject(ObjectName)
 o SetObservedObject(String, ObjectName)
 o setObservedProperty(String)
 o SetObservedProperty(String, String)

Constructors

 o MonitorMOStub
 public MonitorMOStub()
constructor with no parameter for newInstance()

Methods

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

 o setAdaptorMO
 public void setAdaptorMO(AdaptorMO adp)
Setter for the AdaptorMO.

 o handlePropertyList
 public void handlePropertyList(PropertyList list)
Update cached attributes.

 o getObjectName
 public ObjectName getObjectName()
Returns the object name of the object

 o getAdaptorMO
 public AdaptorMO getAdaptorMO()
 o getGroupOper
 public Boolean getGroupOper()
 o setGroupOper
 public void setGroupOper(Boolean param)
 o readAll
 public void readAll() throws InstanceNotFoundException
 o readObject
 public void readObject(boolean perform) throws InstanceNotFoundException
 o modifyObject
 public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
 o deleteObject
 public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
 o deleteCmf
 public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
 o disconnect
 public void disconnect()
 o connect
 public void connect(AdaptorMO anAdaptor)

All Packages  Class Hierarchy  This Package  Previous  Next  Index