|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerState | |
|---|---|
| org.fcrepo.server.utilities.status | |
| Uses of ServerState in org.fcrepo.server.utilities.status |
|---|
| Fields in org.fcrepo.server.utilities.status declared as ServerState | |
|---|---|
static ServerState |
ServerState.NEW_SERVER
|
static ServerState |
ServerState.NOT_STARTING
|
static ServerState |
ServerState.STARTED
|
static ServerState |
ServerState.STARTING
|
static ServerState |
ServerState.STARTUP_FAILED
|
static ServerState[] |
ServerState.STATES
|
static ServerState |
ServerState.STOPPED
|
static ServerState |
ServerState.STOPPED_WITH_ERR
|
static ServerState |
ServerState.STOPPING
|
| Methods in org.fcrepo.server.utilities.status that return ServerState | |
|---|---|
static ServerState |
ServerState.fromString(String name)
|
ServerState |
ServerStatusMessage.getState()
|
| Methods in org.fcrepo.server.utilities.status with parameters of type ServerState | |
|---|---|
void |
ServerStatusFile.append(ServerState state,
String detail)
|
void |
ServerStatusFile.appendError(ServerState state,
Throwable detail)
|
| Constructors in org.fcrepo.server.utilities.status with parameters of type ServerState | |
|---|---|
ServerStatusMessage(ServerState state,
Date time,
String detail)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||