public interface ServerService
Modifier and Type | Method and Description |
---|---|
void |
gc()
Runs the garbage collector on the repository.
|
ServerInfo |
getInfo()
Returns information about the configuration of the sever.
|
ServerState |
getState()
Return information about current server state (is it RUNNING or in MAINTENANCE mode).
|
void |
licenseReload()
Reload and validate the license file from disk.
|
void |
logout()
Logs out the current user.
|
void |
shutdown()
Stops the server process in a graceful manner.
|
void |
startMaintenance()
Put server into MAINTENANCE mode (prepare for shutdown).
|
void |
stopMaintenance()
Put server into RUNNING mode.
|
ServerInfo getInfo()
void gc()
void licenseReload()
void logout()
void shutdown()
void startMaintenance()
void stopMaintenance()
ServerState getState()