salto.batch.lanceur.init
Class AbstractBatchStart

java.lang.Object
  extended by salto.batch.lanceur.init.AbstractBatchStart
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IBatchStart
Direct Known Subclasses:
AbstractDBBatchStart, NoBatchStart

public abstract class AbstractBatchStart
extends java.lang.Object
implements IBatchStart

Author:
Philippe Mouawad
See Also:
Serialized Form

Constructor Summary
AbstractBatchStart()
           
 
Method Summary
 java.lang.Object clone()
           
 BatchExecutionContext getBatchExecutionContext()
           
 void preInit(BatchExecutionContext context)
          Called before Traitement#initialize(BatchExecutionContext context)
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface salto.batch.lanceur.init.IBatchStart
close, getNbLinesRead, init, next, setIdComputer, validate
 

Constructor Detail

AbstractBatchStart

public AbstractBatchStart()
Method Detail

preInit

public void preInit(BatchExecutionContext context)
Description copied from interface: IBatchStart
Called before Traitement#initialize(BatchExecutionContext context)

Specified by:
preInit in interface IBatchStart
Parameters:
context - BatchExecutionContext
See Also:
IBatchStart.preInit(salto.batch.lanceur.thread.BatchExecutionContext)

clone

public java.lang.Object clone()
Specified by:
clone in interface IBatchStart
Overrides:
clone in class java.lang.Object
Returns:
Cloned Object
Throws:
java.lang.CloneNotSupportedException

getBatchExecutionContext

public BatchExecutionContext getBatchExecutionContext()
Specified by:
getBatchExecutionContext in interface IBatchStart
Returns:
the batchExecutionContext


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