Package com.cgiams.esl.util

Interface Summary
DataManager This interface represents the Data Access Layer "contract" for a Flow Processor.
 

Class Summary
CustomDataManagerImpl This class is merely an object shell for verifying multiple data access layers can be created through the DataManagerFactory object.
DataManagerFactory This factory class provides the ability to introduce multiple types of data access layers.
DefaultDataManagerImpl This class is the deafult implementation for the Data Access Layer and currently uses iBATIS for executing SQL.
TestDataManagerFactory  
TestDefaultDataManagerImpl