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

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

Uses of AdviceCfg in com.lonniepryor.blues.cfg
 

Classes in com.lonniepryor.blues.cfg that implement AdviceCfg
 class AdviceCfgImpl
          Generic implementation of AdviceCfg.
 

Methods in com.lonniepryor.blues.cfg that return AdviceCfg
 AdviceCfg[] ModuleCfgImpl.getAdvices()
           
 AdviceCfg[] ModuleCfg.getAdvices()
          Returns all of the advices declared in this module.
 

Methods in com.lonniepryor.blues.cfg with parameters of type AdviceCfg
 void ModuleCfgImpl.declare(AdviceCfg advice)
          Declares an advice config in this module.
 



Copyright © 2003 Blues Framework. All Rights Reserved.