All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.mo.Scheduler.SeasonMOStub

java.lang.Object
   |
   +----examples.mo.Scheduler.SeasonMOStub

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

See Also:
MoGen

Constructor Index

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

Method Index

 o connect(AdaptorMO)
 o deleteCmf()
 o deleteObject()
 o disconnect()
 o getAdaptorMO()
 o getGroupOper()
 o getListOfEvents()
 o getNotifyPastEvents()
 o getNumberOfEvents()
 o getObjectName()
Returns the object name of the object
 o getState()
 o getTemp()
 o handlePropertyList(PropertyList)
Update cached attributes.
 o isActive()
 o modifyObject(boolean)
 o performStartScheduler()
 o performStopScheduler()
 o readAll()
 o readObject(boolean)
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setGroupOper(Boolean)
 o setObjectName(ObjectName)
Setter for the ObjectName.

Constructors

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

Methods

 o getNotifyPastEvents
 public boolean getNotifyPastEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNumberOfEvents
 public int getNumberOfEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getTemp
 public Float getTemp() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getListOfEvents
 public SchedulerEvent[] getListOfEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o performStartScheduler
 public void performStartScheduler() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStopScheduler
 public void performStopScheduler() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 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