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

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

Uses of SingletonCfg in com.lonniepryor.blues.cfg
 

Classes in com.lonniepryor.blues.cfg that implement SingletonCfg
 class SingletonCfgImpl
          Generic implementation of SingletonCfg.
 

Methods in com.lonniepryor.blues.cfg that return SingletonCfg
 SingletonCfg[] ApplicationCfgImpl.getSingletons()
           
 SingletonCfg[] ApplicationCfg.getSingletons()
          Returns all of the singletons declared in this application.
 

Methods in com.lonniepryor.blues.cfg with parameters of type SingletonCfg
 void ApplicationCfgImpl.declare(SingletonCfg singleton)
          Decalres a singleton config in this application.
 



Copyright © 2003 Blues Framework. All Rights Reserved.