All Packages Class Hierarchy This Package Previous Next Index
Interface examples.mo.Scheduler.SeasonMO
- public interface SeasonMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getListOfEvents()
-
-
getNotifyPastEvents()
-
-
getNumberOfEvents()
-
-
getState()
-
-
getTemp()
-
-
isActive()
-
-
performStartScheduler()
-
-
performStopScheduler()
-
getNotifyPastEvents
public abstract boolean getNotifyPastEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNumberOfEvents
public abstract int getNumberOfEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getTemp
public abstract Float getTemp() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getListOfEvents
public abstract SchedulerEvent[] getListOfEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
performStartScheduler
public abstract void performStartScheduler() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStopScheduler
public abstract void performStopScheduler() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index