|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildingControlling
This interface provides the methods required for remote building control.
Additionally to the ListenerControlling methods,
these are:
ShelterControlling.open(): Opens the roof regardless of its current state.
Works in manual mode only.openLeft(): Opens the left roof regardless of its current state.
Works in manual mode only.openRight(): Opens the right roof regardless of its current
state. Works in manual mode only.ShelterControlling.close(): Closes the roof regardless of its current state.
Works in manual mode only.closeLeft(): Closes the left roof regardless of its current
state. Works in manual mode only.closeRight(): Closes the right roof regardless of its current
state. Works in manual mode only.powerOn(): powers the roof on. Automatic mode only.powerOff(): powers the roof off. Automatic mode only.:ShelterControlling.quit(): Quits the building control main control program,
in most cases an environment master.
ListenerControlling| Method Summary | |
|---|---|
boolean |
closeLeft()
Closes the left roof. |
boolean |
closeRight()
Closes the right roof. |
boolean |
openLeft()
Opens the left roof. |
boolean |
openRight()
Opens the right roof. |
boolean |
powerOff()
Powers the roof down. |
boolean |
powerOn()
Powers the roof up. |
void |
shutdownWatchdogs()
Shuts down watchdog actions. |
| Methods inherited from interface stella.rmi.ShelterControlling |
|---|
close, open, quit, setDirectClose, setDirectOpen |
| Methods inherited from interface stella.rmi.ListenerControlling |
|---|
automatic, external, getStatus, initialize, manual, park, reset, setPassive |
| Method Detail |
|---|
boolean openLeft()
throws RemoteException
RemoteException
boolean openRight()
throws RemoteException
RemoteException
boolean closeLeft()
throws RemoteException
RemoteException
boolean closeRight()
throws RemoteException
RemoteException
boolean powerOn()
throws RemoteException
RemoteException
boolean powerOff()
throws RemoteException
RemoteException
void shutdownWatchdogs()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||