|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Manager
Application management center.
| Method Summary | |
|---|---|
Application |
getApplication(String key)
Return an application reference for the supplied key. |
ApplicationRegistry |
getApplicationRegistry()
Return the application registry. |
String[] |
getInfo()
Return a string array containing info about the general setup of the station. |
void |
shutdown()
Shutdown the station. |
| Method Detail |
|---|
String[] getInfo()
throws RemoteException
RemoteException - if a remote error occurs
ApplicationRegistry getApplicationRegistry()
throws RemoteException
RemoteException - if a remote error occurs
Application getApplication(String key)
throws UnknownKeyException,
RemoteException
key - the application key
UnknownKeyException - if the key is unknown
RemoteException - if a remote error occurs
void shutdown()
throws RemoteException
RemoteException - if a remote error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||