|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlatformOrbProcess
ORB process on AstroDevice platform.
Method Summary | |
---|---|
CameraOrbProcess |
getCameraOrbProcess()
Returns the ORB process on cameras. |
DomeOrbProcess |
getDomeOrbProcess()
Returns the ORB process on domes. |
FilterWheelOrbProcess |
getFilterWheelOrbProcess()
Returns the ORB process on filter wheels. |
FocuserOrbProcess |
getFocuserOrbProcess()
Returns the ORB process on focusers. |
String |
getInstanceName(Locale locale)
Returns the name given to astroDeviceServer instance. |
ObservingSiteDaoOrbProcess |
getObservingSiteDaoOrbProcess()
Returns the ORB process on observing sites. |
String |
getProtocolVersion(Locale locale)
Returns the version of communication protocol between clients and server. |
RotatorOrbProcess |
getRotatorOrbProcess()
Returns the ORB process on rotators. |
SafetyMonitorOrbProcess |
getSafetyMonitorOrbProcess()
Returns the ORB process on safety monitors. |
SelectedObservingSiteOrbProcess |
getSelectedObservingSiteOrbProcess()
Returns the ORB process on selected observing sites. |
String |
getServerVersion(Locale locale)
Returns the version of astroDeviceServer. |
TelescopeOrbProcess |
getTelescopeOrbProcess()
Returns the ORB process on telescopes. |
void |
register(ClientCallbackOrbHandler callbackHandler)
Register a ClientCallbackOrbHandler to server. |
void |
unregister(ClientCallbackOrbHandler callbackHandler)
Unregister a ClientCallbackOrbHandler from server. |
Method Detail |
---|
String getInstanceName(Locale locale) throws RemoteException
locale
- Locale for select messages in the language of user.
RemoteException
- Exception if an error occurred.String getServerVersion(Locale locale) throws RemoteException
locale
- Locale for select messages in the language of user.
RemoteException
- Exception if an error occurred.String getProtocolVersion(Locale locale) throws RemoteException
locale
- Locale for select messages in the language of user.
RemoteException
- RemoteException Exception if an error occurred.void register(ClientCallbackOrbHandler callbackHandler) throws RemoteException
ClientCallbackOrbHandler
to server.
callbackHandler
- ClientCallbackOrbHandler
to register.
RemoteException
- Exception if an error occurred.void unregister(ClientCallbackOrbHandler callbackHandler) throws RemoteException
ClientCallbackOrbHandler
from server.
callbackHandler
- ClientCallbackOrbHandler
to unregister.
RemoteException
- Exception if an error occurred.SelectedObservingSiteOrbProcess getSelectedObservingSiteOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.ObservingSiteDaoOrbProcess getObservingSiteDaoOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.TelescopeOrbProcess getTelescopeOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.FilterWheelOrbProcess getFilterWheelOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.FocuserOrbProcess getFocuserOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.RotatorOrbProcess getRotatorOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.CameraOrbProcess getCameraOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.DomeOrbProcess getDomeOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.SafetyMonitorOrbProcess getSafetyMonitorOrbProcess() throws RemoteException
RemoteException
- Exception if an error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |