www.element4solution.com

e4s.util
Interface E4StatusInformation_Intf


public interface E4StatusInformation_Intf

An interface used to handle status information.


Method Summary
 void endProcess(java.lang.Throwable error)
          Indicates, that the process has been ended
 void incrementItemsProcessed()
          Increment Items processes
 void startProcess()
          Indicates, that the process has been started
 

Method Detail

incrementItemsProcessed

void incrementItemsProcessed()
Increment Items processes


startProcess

void startProcess()
Indicates, that the process has been started


endProcess

void endProcess(java.lang.Throwable error)
Indicates, that the process has been ended

Parameters:
error - null if no error has been detected or the error

www.element4solution.com