SocketServiceServiceAccessController, ServiceDaemon, ServiceLogger, ServicePoolpublic interface ServerService extends SocketService
| Modifier and Type | Method | Description |
|---|---|---|
String |
getIP() |
Gets the ip number that the
daemon is listening on.
|
int |
getPort() |
Gets the port number that the
daemon is listening on.
|
void |
init(Properties props) |
|
void |
start() |
|
void |
stop() |
getName, servicevoid init(Properties props) throws Exception
Exceptionvoid start()
throws ServiceException
ServiceExceptionvoid stop() throws ServiceException
ServiceExceptionString getIP()
int getPort()
Copyright © 2005–2018. All rights reserved.