public interface ClientApp| 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. |
void | shutdown(String[] args)Do not take a long time. |
void | startup()Do not take a long time. |
String getDisplayName()
String getName()
ClientAppState getState()
void shutdown(String[] args) throws Throwable
args - generally null but could be stopArgs from clients.configThrowable - on shutdown failurevoid startup()
throws ThrowableThrowable - on startup failure