Modifier and Type | Field and Description |
---|---|
static String |
PROP_ENABLE |
Constructor and Description |
---|
Main() |
Main(RouterContext ctx,
ClientAppManager mgr,
String[] args) |
Modifier and Type | Method and 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()
ClientApp
public void shutdown(String[] args)
ClientApp
public ClientAppState getState()
ClientApp
public String getName()
ClientApp
public String getDisplayName()
ClientApp
getDisplayName
in interface ClientApp