Uses of Interface
org.activeio.xnet.ServerService

Packages that use ServerService
org.activeio.xnet   
org.activeio.xnet.hba   
 

Uses of ServerService in org.activeio.xnet
 

Classes in org.activeio.xnet that implement ServerService
 class ServiceLogger
           
 class ServicePool
           
 

Constructors in org.activeio.xnet with parameters of type ServerService
ServiceLogger(String name, ServerService next, String[] logOnSuccess, String[] logOnFailure)
           
StandardServiceStack(String name, int port, String host, IPAddressPermission[] allowHosts, String[] logOnSuccess, String[] logOnFailure, Executor executor, ServerService server)
           
ServicePool(ServerService next, String name, int threads, long keepAliveTime)
           
ServicePool(ServerService next, Executor executor)
           
 

Uses of ServerService in org.activeio.xnet.hba
 

Classes in org.activeio.xnet.hba that implement ServerService
 class ServiceAccessController
           
 

Constructors in org.activeio.xnet.hba with parameters of type ServerService
ServiceAccessController(ServerService next)
           
ServiceAccessController(String name, ServerService next, IPAddressPermission[] ipAddressMasks)
           
 



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