com.ubikingenierie.console.batchstart
Interface IThreadBoundBatchStart

All Superinterfaces:
java.lang.Cloneable, IBatchStart, java.io.Serializable
All Known Implementing Classes:
JmsBatchStart

public interface IThreadBoundBatchStart
extends IBatchStart

Interface that enables object to be notified on thread start and end.

Since:
5.0.1.0
Author:
Philippe Mouawad

Method Summary
 void notifyEndOfThread()
          Notification of thread end
 void notifyStartOfThread()
          Notification of thread start
 
Methods inherited from interface salto.batch.lanceur.init.IBatchStart
clone, close, getBatchExecutionContext, getNbLinesRead, init, next, preInit, setIdComputer, validate
 

Method Detail

notifyStartOfThread

void notifyStartOfThread()
Notification of thread start


notifyEndOfThread

void notifyEndOfThread()
Notification of thread end



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