public interface BBjAdminServer extends BBjAdminPropertyWriter
Modifier and Type | Interface and Description |
---|---|
static class |
BBjAdminServer.ServerType |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALLOW_ALIAS |
static java.lang.String |
BIND_ADDRESS |
static java.lang.String |
CONTEXTS |
static java.lang.String |
DEFAULT_CONFIG |
static java.lang.String |
DEFAULT_USER |
static java.lang.String |
DEFAULT_WORKING_DIR |
static java.lang.String |
DISALLOW_CONSOLE |
static java.lang.String |
ENABLE_HTTP |
static java.lang.String |
ENABLE_SSL |
static java.lang.String |
FORCE_DEFAULT_CONFIG |
static java.lang.String |
FORCE_DEFAULT_USER |
static java.lang.String |
FORCE_DEFAULT_WORKING_DIR |
static java.lang.String |
HOST_NAME |
static java.lang.String |
IS_RUNNING |
static java.lang.String |
LOG_LEVEL |
static java.lang.String |
MAX_CLIENTS |
static java.lang.String |
PORT |
static java.lang.String |
RUN_SERVER |
static java.lang.String |
SKIP_IDENT_VERIFICATION |
static java.lang.String |
SKIP_RHOST_VERIFICATION |
static java.lang.String |
SSL_TRUST_STORE |
static java.lang.String |
SSL_TRUST_STORE_PASSWORD |
static java.lang.String |
USE_SSL |
Modifier and Type | Method and Description |
---|---|
BBjAdminList<BBjAdminProperty> |
getDescriptiveProperties()
Used primarily by GUI applications like the Enterprise Manager to dynamically generate
an admin UI.
|
BBjAdminServer.ServerType |
getType()
Set the server type.
|
void |
restartServer()
Restart the server.
|
void |
setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps)
Used primarily by GUI applications like the Enterprise Manager to dynamically generate
an admin UI.
|
void |
startServer()
Start the individual server instance as currently committed.
|
void |
stopServer()
Stop the server.
|
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
static final java.lang.String PORT
static final java.lang.String BIND_ADDRESS
static final java.lang.String RUN_SERVER
static final java.lang.String LOG_LEVEL
static final java.lang.String MAX_CLIENTS
static final java.lang.String USE_SSL
static final java.lang.String DISALLOW_CONSOLE
static final java.lang.String HOST_NAME
static final java.lang.String ALLOW_ALIAS
static final java.lang.String ENABLE_HTTP
static final java.lang.String ENABLE_SSL
static final java.lang.String SSL_TRUST_STORE
static final java.lang.String SSL_TRUST_STORE_PASSWORD
static final java.lang.String CONTEXTS
static final java.lang.String SKIP_IDENT_VERIFICATION
static final java.lang.String SKIP_RHOST_VERIFICATION
static final java.lang.String DEFAULT_USER
static final java.lang.String FORCE_DEFAULT_USER
static final java.lang.String DEFAULT_CONFIG
static final java.lang.String FORCE_DEFAULT_CONFIG
static final java.lang.String DEFAULT_WORKING_DIR
static final java.lang.String FORCE_DEFAULT_WORKING_DIR
static final java.lang.String IS_RUNNING
BBjAdminServer.ServerType getType()
BBjAdminList<BBjAdminProperty> getDescriptiveProperties() throws BBjAdminException
BBjAdminException
void setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) throws BBjAdminException
BBjAdminException
void startServer() throws BBjAdminException
BBjAdminException
void stopServer() throws BBjAdminException
BBjAdminException
void restartServer() throws BBjAdminException
BBjAdminException