public interface ServerState
Possible states are:
MDWorkbenchServer.getState()
Modifier and Type | Method and Description |
---|---|
boolean |
isActive()
Determines whether MDWorkbench Server is active, in which case:
A data source structure can be requested.
A new service execution can be requested.
Launch queue is running requested services.
|
boolean |
isMaintenance()
Determines whether MDWorkbench Server is under maintenance, in which case:
A data source structure request is rejected.
A new service execution request is rejected.
Launch queue is suspended, launch execution is postponed until server restart.
|
boolean |
isResumeOnRestart()
Determines whether MDWorkbench Server state will be active on server restart.
|
boolean |
isSuspended()
Determines whether MDWorkbench Server is suspended, in which case:
A data source structure can be requested.
A new service execution can be requested.
Launch queue is suspended, launch execution is delayed.
|
boolean isActive()
boolean isSuspended()
boolean isMaintenance()
isResumeOnRestart()
boolean isResumeOnRestart()
true
if the server state is active on restart, false
if it is suspended.