|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void start()
public void shutdownAll()
throws java.io.IOException
java.io.IOException - If the service reports an error during shutdown.public int getPort()
public java.lang.String getHost()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||