|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IpcServerIfc
All Ipc servers must implement the following methods.
TcpServerService
,
TcpService
Method Summary | |
---|---|
java.lang.String |
getHost()
Return the machines address. |
int |
getPort()
Return the port number this server is listening on. |
void |
shutdownAll()
Shutdown all active connections, including the server connection. |
void |
start()
Start the service running. |
Method Detail |
---|
void start()
void shutdownAll() throws java.io.IOException
java.io.IOException
- If the service reports an error during shutdown.int getPort()
java.lang.String getHost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |