| Package | Description |
|---|---|
| org.fcrepo.server.utilities.status |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static ServerState |
ServerState.fromString(String name) |
ServerState |
ServerStatusMessage.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStatusFile.append(ServerState state,
String detail) |
void |
ServerStatusFile.appendError(ServerState state,
Throwable detail) |
| Constructor and Description |
|---|
ServerStatusMessage(ServerState state,
Date time,
String detail) |
Copyright © 2013 DuraSpace. All Rights Reserved.