it.geosolutions.geobatch.flow.event.listeners.status
Class StatusProgressListenerService

java.lang.Object
  extended by it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
      extended by it.geosolutions.geobatch.catalog.impl.BaseResource
          extended by it.geosolutions.geobatch.catalog.impl.BaseService
              extended by it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListenerService
All Implemented Interfaces:
Identifiable, Resource, Service, ProgressListenerService<StatusProgressListener,StatusProgressListenerConfiguration>, java.lang.Cloneable

public class StatusProgressListenerService
extends BaseService
implements ProgressListenerService<StatusProgressListener,StatusProgressListenerConfiguration>

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

Constructor Summary
StatusProgressListenerService(java.lang.String id, java.lang.String name, java.lang.String description)
          Constructor forcing initialization of: id ,name and description of this resource
 
Method Summary
 StatusProgressListener createProgressListener(StatusProgressListenerConfiguration configuration, Identifiable owner)
           
 
Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseService
isAvailable, setAvailable
 
Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseResource
dispose
 
Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
clone, getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Service
isAvailable
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Resource
dispose
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Constructor Detail

StatusProgressListenerService

public StatusProgressListenerService(java.lang.String id,
                                     java.lang.String name,
                                     java.lang.String description)
Constructor forcing initialization of: id ,name and description of this resource

Parameters:
id -
name -
description -
Method Detail

createProgressListener

public StatusProgressListener createProgressListener(StatusProgressListenerConfiguration configuration,
                                                     Identifiable owner)
Specified by:
createProgressListener in interface ProgressListenerService<StatusProgressListener,StatusProgressListenerConfiguration>


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.