Uses of Interface
com.cgiams.esl.service.ValueListHandler

Packages that use ValueListHandler
com.cgiams.esl.util   
 

Uses of ValueListHandler in com.cgiams.esl.util
 

Subinterfaces of ValueListHandler in com.cgiams.esl.util
 interface DataManager
          This interface represents the Data Access Layer "contract" for a Flow Processor.
 

Classes in com.cgiams.esl.util that implement ValueListHandler
 class CustomDataManagerImpl
          This class is merely an object shell for verifying multiple data access layers can be created through the DataManagerFactory object.
 class DefaultDataManagerImpl
          This class is the deafult implementation for the Data Access Layer and currently uses iBATIS for executing SQL.