Uses of Interface
com.lonniepryor.blues.cfg.ServiceCfg

Packages that use ServiceCfg
com.lonniepryor.blues.cfg Defines the semantics of configuring a Blues application. 
 

Uses of ServiceCfg in com.lonniepryor.blues.cfg
 

Classes in com.lonniepryor.blues.cfg that implement ServiceCfg
 class ServiceCfgImpl
          Generic implementation of ServiceCfg.
 

Methods in com.lonniepryor.blues.cfg that return ServiceCfg
 ServiceCfg[] ModuleCfgImpl.getServices()
           
 ServiceCfg[] ModuleCfg.getServices()
          Returns all of the services declared in this module.
 

Methods in com.lonniepryor.blues.cfg with parameters of type ServiceCfg
 void ModuleCfgImpl.declare(ServiceCfg service)
          Declares a service config in this module.
 



Copyright © 2003 Blues Framework. All Rights Reserved.