| Modifier and Type | Field | Description |
|---|---|---|
static String |
PROP_ENABLE |
| Constructor | Description |
|---|---|
Main() |
|
Main(RouterContext ctx,
ClientAppManager mgr,
String[] args) |
| 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.
|
static void |
main(String[] args) |
|
void |
shutdown(String[] args) |
Do not take a long time.
|
void |
startup() |
Do not take a long time.
|
public static final String PROP_ENABLE
public Main(RouterContext ctx, ClientAppManager mgr, String[] args)
public Main()
public static void main(String[] args)
public void startup()
ClientApppublic void shutdown(String[] args)
ClientApppublic ClientAppState getState()
ClientApppublic String getName()
ClientApppublic String getDisplayName()
ClientAppgetDisplayName in interface ClientApp