it.geosolutions.geobatch.flow.event.consumer.file
Class FileBasedEventConsumerService

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.consumer.file.FileBasedEventConsumerService
All Implemented Interfaces:
Identifiable, Resource, Service, java.lang.Cloneable

public class FileBasedEventConsumerService
extends BaseService


Constructor Summary
FileBasedEventConsumerService(java.lang.String id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean canCreateEventConsumer(FileBasedEventConsumerConfiguration configuration)
           
 FileBasedEventConsumer createEventConsumer(FileBasedEventConsumerConfiguration 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.Resource
dispose
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Constructor Detail

FileBasedEventConsumerService

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

canCreateEventConsumer

public boolean canCreateEventConsumer(FileBasedEventConsumerConfiguration configuration)

createEventConsumer

public FileBasedEventConsumer createEventConsumer(FileBasedEventConsumerConfiguration configuration)


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.