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
-
MonitorMOStub()
- constructor with no parameter for newInstance()
-
addMonitorListener(MonitorListener)
-
-
addMonitorListenerMO(MonitorListenerMO)
-
-
connect(AdaptorMO)
-
-
deleteCmf()
-
-
deleteObject()
-
-
disconnect()
-
-
getAdaptorMO()
-
-
getDerivedGauge()
-
-
getDerivedGaugeTimestamp()
-
-
getGranularityPeriod()
-
-
getGranularityPeriodAsLong()
-
-
getGroupOper()
-
-
getObjectName()
- Returns the object name of the object
-
getObservedObject()
-
-
getObservedProperty()
-
-
handleMonitor(MonitorEventMO)
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
isActive()
-
-
modifyObject(boolean)
-
-
performStart()
-
-
performStop()
-
-
readAll()
-
-
readObject(boolean)
-
-
removeMonitorListener(MonitorListener)
-
-
removeMonitorListenerMO(MonitorListenerMO)
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setGranularityPeriod(Integer)
-
-
SetGranularityPeriod(String, Integer)
-
-
setGranularityPeriodAsLong(Long)
-
-
SetGranularityPeriodAsLong(String, Long)
-
-
setGroupOper(Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
-
setObservedObject(ObjectName)
-
-
SetObservedObject(String, ObjectName)
-
-
setObservedProperty(String)
-
-
SetObservedProperty(String, String)
-
MonitorMOStub
public MonitorMOStub()
- constructor with no parameter for newInstance()
getObservedObject
public ObjectName getObservedObject() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getObservedProperty
public String getObservedProperty() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getGranularityPeriodAsLong
public Long getGranularityPeriodAsLong() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getDerivedGaugeTimestamp
public Date getDerivedGaugeTimestamp() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getDerivedGauge
public Number getDerivedGauge() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getGranularityPeriod
public Integer getGranularityPeriod() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setObservedObject
public void setObservedObject(ObjectName value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetObservedObject
public void SetObservedObject(String oper,
ObjectName value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setObservedProperty
public void setObservedProperty(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetObservedProperty
public void SetObservedProperty(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setGranularityPeriodAsLong
public void setGranularityPeriodAsLong(Long value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetGranularityPeriodAsLong
public void SetGranularityPeriodAsLong(String oper,
Long value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setGranularityPeriod
public void setGranularityPeriod(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetGranularityPeriod
public void SetGranularityPeriod(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStop
public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
addMonitorListenerMO
public synchronized void addMonitorListenerMO(MonitorListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeMonitorListenerMO
public synchronized void removeMonitorListenerMO(MonitorListenerMO x)
addMonitorListener
public synchronized void addMonitorListener(MonitorListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
removeMonitorListener
public synchronized void removeMonitorListener(MonitorListener x)
handleMonitor
public void handleMonitor(MonitorEventMO event)
setObjectName
public void setObjectName(ObjectName name)
- Setter for the ObjectName.
setAdaptorMO
public void setAdaptorMO(AdaptorMO adp)
- Setter for the AdaptorMO.
handlePropertyList
public void handlePropertyList(PropertyList list)
- Update cached attributes.
getObjectName
public ObjectName getObjectName()
- Returns the object name of the object
getAdaptorMO
public AdaptorMO getAdaptorMO()
getGroupOper
public Boolean getGroupOper()
setGroupOper
public void setGroupOper(Boolean param)
readAll
public void readAll() throws InstanceNotFoundException
readObject
public void readObject(boolean perform) throws InstanceNotFoundException
modifyObject
public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
deleteObject
public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
deleteCmf
public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
disconnect
public void disconnect()
connect
public void connect(AdaptorMO anAdaptor)
All Packages Class Hierarchy This Package Previous Next Index