public interface BuildingControlling extends ShelterControlling
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| Modifier and Type | Method and Description |
|---|---|
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.
|
close, open, quit, setDirectClose, setDirectOpenautomatic, external, getStatus, initialize, manual, park, reset, setPassiveboolean openLeft()
throws RemoteException
RemoteExceptionboolean openRight()
throws RemoteException
RemoteExceptionboolean closeLeft()
throws RemoteException
RemoteExceptionboolean closeRight()
throws RemoteException
RemoteExceptionboolean powerOn()
throws RemoteException
RemoteExceptionboolean powerOff()
throws RemoteException
RemoteExceptionvoid shutdownWatchdogs()
throws RemoteException
RemoteException