public interface SystemState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIGURED
The host is configured & works errorless.
|
static int |
CONFIGURING
The host is currently being configuring.
|
static int |
ERROR_STATE
The host is configured but currently is out of service.
|
static int |
NOT_CONFIGURED
The host is not configured.
|
static int |
STARTING
The host initializes it's data.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getErrors()
Returns array of error descriptions in case system state is
ERROR_STATE. |
java.util.Dictionary |
getHostConfig()
Returns current host properties as dictionary.
|
int |
getState()
Returns the current state of the host.
|
java.util.Dictionary |
getSystemDatabaseConfig()
Returns current system database configuration as dictionary.
|
static final int STARTING
static final int ERROR_STATE
static final int NOT_CONFIGURED
static final int CONFIGURING
static final int CONFIGURED
int getState()
STARTING, ERROR_STATE, NOT_CONFIGURED,
CONFIGURING or CONFIGURED.java.lang.String[] getErrors()
ERROR_STATE.java.util.Dictionary getHostConfig()
java.util.Dictionary getSystemDatabaseConfig()
System Database this host uses. This information is the same
for all backend hosts participating in the same system. It can be null
if the host is not configured.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.