Uses of Class
com.zphinx.spine.vo.DelegateBean

Packages that use DelegateBean
com.zphinx.spine.start Classes and helpers used to initialize and configure Spine application framework at startup. 
com.zphinx.spine.vo Value objects and pojos used within this application framework 
 

Uses of DelegateBean in com.zphinx.spine.start
 

Methods in com.zphinx.spine.start that return DelegateBean
 DelegateBean[] DelegateConfiguration.getDataBean()
          Gets the array of DelegateBeans
 

Methods in com.zphinx.spine.start with parameters of type DelegateBean
 void DelegateConfiguration.add(DelegateBean dBean)
          Add a DelegateBean to the array of DelegateBeans
 

Uses of DelegateBean in com.zphinx.spine.vo
 

Subclasses of DelegateBean in com.zphinx.spine.vo
 class MultiDelegateBean
          MultiDelegateBean is used to encapsulate the data derived from a processor node which contains a dispatchdelegate node in the spine configuration xml file.