org.activeio.xnet
Interface SocketService

All Known Subinterfaces:
ServerService
All Known Implementing Classes:
ServiceAccessController, ServiceLogger, ServicePool

public interface SocketService

Version:
$Revision: 1.1 $ $Date: 2004/04/09 19:04:01 $

Method Summary
 String getName()
          Gets the name of the service.
 void service(Socket socket)
           
 

Method Detail

service

public void service(Socket socket)
             throws ServiceException,
                    IOException
Throws:
ServiceException
IOException

getName

public String getName()
Gets the name of the service. Used for display purposes only



Copyright © -2007 The ActiveIO Project. All Rights Reserved.