Uses of Package
com.ubikingenierie.console.apiconsole

Packages that use com.ubikingenierie.console.apiconsole
com.ubikingenierie.console.apiconsole.jms This package contains public API for JMS data source 
 

Classes in com.ubikingenierie.console.apiconsole used by com.ubikingenierie.console.apiconsole.jms
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
 



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