SocketService
ServiceAccessController
, ServiceDaemon
, ServiceLogger
, ServicePool
public 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, service
void init(Properties props) throws Exception
Exception
void start() throws ServiceException
ServiceException
void stop() throws ServiceException
ServiceException
String getIP()
int getPort()
Copyright © 2005–2018. All rights reserved.