public interface RuntimeMode
| Modifier and Type | Method and Description | 
|---|---|
| void | alert(java.lang.String message) | 
| void | init() | 
| void | launchDesktopApplication() | 
| void | setServerStatus(ServerStatus status,
               java.net.URI wallet,
               java.io.File logFileDir) | 
| void | shutdown() | 
void init()
void setServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)
void launchDesktopApplication()
void shutdown()
void alert(java.lang.String message)