public interface BackendServerHost
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS
Address
|
static java.lang.String |
HOST_ID
Unique host id.
|
static java.lang.String |
HOST_NETWORK
Host network.
|
static java.lang.String |
PASS
Password
|
static java.lang.String |
PORT
Port
|
static int |
STATE_ERROR |
static int |
STATE_NOT_CONFIGURED |
static int |
STATE_OFFLINE |
static int |
STATE_RUNNING |
static int |
STATE_STARTING |
static java.lang.String |
USER
User
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostAddress()
Returns the host address.
|
java.lang.String |
getId()
Returns the id of this backend server host.
|
java.lang.String |
getNetURL(java.lang.String network,
java.lang.String schema)
Returns schema specific URL for the backend server host within
the specified network.
|
java.lang.String[] |
getNetURLs(java.lang.String network)
Returns the URL where the server host have to be contacted
by other backend hosts valid in the specified network.
|
java.lang.String |
getNetwork()
Returns the name of the logical network this backend server host resides.
|
java.lang.String |
getPort()
Returns the port where the server host has to be initially contacted.
|
java.lang.String[] |
getRoles()
Returns the roles performed by this backend server host.
|
int |
getState()
Returns the state of this backend server host.
|
java.lang.String |
getURL()
Returns the URL where the server host has to be contacted
by other backend hosts.
|
java.lang.String |
getURL(java.lang.String schema)
Returns schema specific URL for the backend server host within this
host network.
|
java.lang.String[] |
getURLs()
Returns the URL where the server host have to be contacted
by other backend hosts.
|
static final java.lang.String ADDRESS
static final java.lang.String PORT
static final java.lang.String USER
static final java.lang.String PASS
static final java.lang.String HOST_ID
static final java.lang.String HOST_NETWORK
static final int STATE_OFFLINE
static final int STATE_STARTING
static final int STATE_NOT_CONFIGURED
static final int STATE_RUNNING
static final int STATE_ERROR
int getState()
java.lang.String getId()
java.lang.String getHostAddress()
java.lang.String getPort()
java.lang.String[] getRoles()
java.lang.String getURL()
java.lang.String[] getURLs()
java.lang.String getURL(java.lang.String schema)
java.lang.String getNetwork()
java.lang.String[] getNetURLs(java.lang.String network)
java.lang.String getNetURL(java.lang.String network,
java.lang.String schema)
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.