RouterAppBOB, ConsoleUpdateManager, JettyStart, Main, NewsManager, RouterConsoleRunner, SAMBridge, SnarkManager, TunnelControllerGroup, UrlLauncherpublic interface ClientApp
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDisplayName() |
The display name of the ClientApp, used in user interfaces.
|
String |
getName() |
The generic name of the ClientApp, used for registration,
e.g.
|
ClientAppState |
getState() |
The current state of the ClientApp.
|
void |
shutdown(String[] args) |
Do not take a long time.
|
void |
startup() |
Do not take a long time.
|
void startup()
throws Throwable
Throwablevoid shutdown(String[] args) throws Throwable
args - generally null but could be stopArgs from clients.configThrowableClientAppState getState()
String getName()
String getDisplayName()