it.geosolutions.geobatch.flow.event.generator.file
Class FileBasedEventGeneratorService

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.generator.BaseEventGeneratorService<FileSystemEvent,FileBasedEventGeneratorConfiguration>
                  extended by it.geosolutions.geobatch.flow.event.generator.file.FileBasedEventGeneratorService
All Implemented Interfaces:
Identifiable, Resource, Service, EventGeneratorService<FileSystemEvent,FileBasedEventGeneratorConfiguration>, java.lang.Cloneable

public class FileBasedEventGeneratorService
extends BaseEventGeneratorService<FileSystemEvent,FileBasedEventGeneratorConfiguration>

Author:
Simone Giannecchini, GeoSolutions, Ivano Picco

Constructor Summary
FileBasedEventGeneratorService(java.lang.String id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean canCreateEventGenerator(FileBasedEventGeneratorConfiguration configuration)
           
 FileBasedEventGenerator<FileSystemEvent> createEventGenerator(FileBasedEventGeneratorConfiguration configuration)
           
 
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

FileBasedEventGeneratorService

public FileBasedEventGeneratorService(java.lang.String id,
                                      java.lang.String name,
                                      java.lang.String description)
Method Detail

canCreateEventGenerator

public boolean canCreateEventGenerator(FileBasedEventGeneratorConfiguration configuration)

createEventGenerator

public FileBasedEventGenerator<FileSystemEvent> createEventGenerator(FileBasedEventGeneratorConfiguration configuration)


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.