public interface SrvcMgr
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IF_VERSION
Interface version
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSrvcPort()
Get the port the service manager listens on.
|
void |
init(int portNumber,
eventweb.servutil.SrvcRegistry registry,
TvList srvcMgrParams)
Initialize the service manager.
|
boolean |
requestStart()
Start listening for and processing client requests.
|
void |
requestStop()
Stop listening for client requests.
|
void init(int portNumber,
eventweb.servutil.SrvcRegistry registry,
TvList srvcMgrParams)
throws java.io.IOException
portNumber - The port number to listen onregistry - The service registrysrvcMgrParams - Configuration parameters for the service managerjava.io.IOException - If there is an I/O or protocol errorint getSrvcPort()
boolean requestStart()
void requestStop()