|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
---|---|
com.sentilla.host.client.admin | Provides management of host server related properties and behavior as well as the behavior of its associated gateway. |
Uses of ServiceException in com.sentilla.host.client.admin |
---|
Methods in com.sentilla.host.client.admin that throw ServiceException | |
---|---|
void |
ServerAdminService.connectGateway(String communicationPort)
Connects to the gateway previously set via setGateway call. |
void |
ServerAdminClientImpl.connectGateway(String communicationPort)
|
void |
ServerAdminService.disconnectGateway()
Disconnects from gateway. |
void |
ServerAdminClientImpl.disconnectGateway()
|
GatewayNode |
ServerAdminService.getConnectedGateway()
Returns the gateway communication port currently used by the host server. |
GatewayNode |
ServerAdminClientImpl.getConnectedGateway()
|
int |
ServerAdminService.getDebug()
Queries the host server about the current debug level. |
int |
ServerAdminClientImpl.getDebug()
|
String |
ServerAdminService.getDefaultBasestationComPort()
Returns the default COM port of the gateway associated with this host. |
String |
ServerAdminClientImpl.getDefaultBasestationComPort()
|
boolean |
ServerAdminService.isGatewayConnected()
Returns the connected state of gateway |
boolean |
ServerAdminClientImpl.isGatewayConnected()
|
Collection<GatewayNode> |
ServerAdminService.listComBaseStations()
Lists the serial COM ports with BaseStations connected. |
Collection<GatewayNode> |
ServerAdminClientImpl.listComBaseStations()
|
Collection<String> |
ServerAdminService.listComPorts()
Lists the serial COM ports available to be used/set. |
Collection<String> |
ServerAdminClientImpl.listComPorts()
|
private ServerAdminMessage |
ServerAdminClientImpl.processMessage(HostMessage msg)
|
void |
ServerAdminService.restartServer()
Re-starts the server. |
void |
ServerAdminClientImpl.restartServer()
|
void |
ServerAdminService.setDebug(int level)
Directs the host server to use the given level of debugging. |
void |
ServerAdminClientImpl.setDebug(int level)
|
void |
ServerAdminService.startServer()
Starts the server. |
void |
ServerAdminClientImpl.startServer()
|
void |
ServerAdminService.stopServer()
Stop the server, except for the listener service so that the client can follow up by "startServer" invocation. |
void |
ServerAdminClientImpl.stopServer()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |