Interface ServerService

All Superinterfaces:
SocketService
All Known Implementing Classes:
ServiceAccessController, ServiceDaemon, ServiceLogger, ServicePool

public interface ServerService extends SocketService
The Server will call the following methods.

newInstance() init( port, properties) start() stop()

All ServerService implementations must have a no argument constructor.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ip number that the daemon is listening on.
    int
    Gets the port number that the daemon is listening on.
    void
     
    void
     
    void
     

    Methods inherited from interface org.apache.activeio.xnet.SocketService

    getName, service