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

Method Index

 o getListOfEvents()
 o getNotifyPastEvents()
 o getNumberOfEvents()
 o getState()
 o getTemp()
 o isActive()
 o performStartScheduler()
 o performStopScheduler()

Methods

 o getNotifyPastEvents
 public abstract boolean getNotifyPastEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNumberOfEvents
 public abstract int getNumberOfEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getTemp
 public abstract Float getTemp() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getListOfEvents
 public abstract SchedulerEvent[] getListOfEvents() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public abstract String getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o performStartScheduler
 public abstract void performStartScheduler() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStopScheduler
 public abstract void performStopScheduler() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index