Package com.ubikingenierie.console.apiconsole

This package contains public API for abstract batch

See:
          Description

Class Summary
BaseBatch Base class for Batches, subclasses will implement: Mandatory : Public empty constructor Mandatory : BaseBatch#registerInServer() Method used to register batch in server, contains all configuration Mandatory : BaseBatchBaseBatch.executeBeforeData() to do some job before getting data, this method is called in Monothreaded mode Mandatory : BaseBatchBaseBatch.exec(Object[]) to call the business classes that do the Job on the Data, this method is called in Multi threaded mode if batch is multi threaded Mandatory : BaseBatchBaseBatch.executeAfterDataEnd() to do some job after all data have been treated, this method is called in Monothreaded mode
 

Package com.ubikingenierie.console.apiconsole Description

This package contains public API for abstract batch



Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.