public class EvwSrvrCtrlr
extends java.lang.Object
Provides control interface for stand alone server.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
DEP_LIST
Class dependencies
|
protected Logger |
log |
static java.lang.String |
PNL |
protected eventweb.servutil.SrvcRegistry |
registry
Service registry
|
static java.lang.String |
VERSION
Class version
|
| Constructor and Description |
|---|
EvwSrvrCtrlr(eventweb.servutil.SrvcRegistry registry,
int ctrlPort,
SesnKey srvSesKey,
TvListHandler cmdHandler)
Create a new EvwSrvrCtrlr instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(java.lang.String address)
Authorize a host to access the controller
|
void |
monitorCtrlPort() |
public static final java.lang.String VERSION
public static final java.lang.String[] DEP_LIST
public static final java.lang.String PNL
protected eventweb.servutil.SrvcRegistry registry
protected Logger log
public EvwSrvrCtrlr(eventweb.servutil.SrvcRegistry registry,
int ctrlPort,
SesnKey srvSesKey,
TvListHandler cmdHandler)