it.geosolutions.geobatch.flow.event.listeners.logger
Class LoggingProgressListener

java.lang.Object
  extended by it.geosolutions.geobatch.flow.event.ProgressListener
      extended by it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
All Implemented Interfaces:
IProgressListener, java.util.EventListener

public class LoggingProgressListener
extends ProgressListener

Author:
ETj , (r2)Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Field Summary
 
Fields inherited from class it.geosolutions.geobatch.flow.event.ProgressListener
configuration
 
Constructor Summary
LoggingProgressListener(LoggingProgressListenerConfiguration configuration, Identifiable owner)
           
 
Method Summary
 void completed()
           
 void failed(java.lang.Throwable exception)
           
 LoggingProgressListenerConfiguration getConfig()
           
 void paused()
           
 void progressing()
           
 void resumed()
           
 void started()
           
 void terminated()
           
 
Methods inherited from class it.geosolutions.geobatch.flow.event.ProgressListener
getOwner, getProgress, getTask, setProgress, setTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingProgressListener

public LoggingProgressListener(LoggingProgressListenerConfiguration configuration,
                               Identifiable owner)
Method Detail

getConfig

public LoggingProgressListenerConfiguration getConfig()

started

public void started()

progressing

public void progressing()

paused

public void paused()

resumed

public void resumed()

completed

public void completed()

failed

public void failed(java.lang.Throwable exception)

terminated

public void terminated()


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.