RouterApp
BOB
, ConsoleUpdateManager
, JettyStart
, Main
, NewsManager
, RouterConsoleRunner
, SAMBridge
, SnarkManager
, TunnelControllerGroup
, UrlLauncher
public 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
Throwable
void shutdown(String[] args) throws Throwable
args
- generally null but could be stopArgs from clients.configThrowable
ClientAppState getState()
String getName()
String getDisplayName()