it.geosolutions.geobatch.flow.file
Class FileBasedFlowManagerService

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.file.FileBasedFlowManagerService
All Implemented Interfaces:
Identifiable, Resource, Service, FlowManagerService<FileSystemEvent,FileBasedFlowConfiguration>, java.lang.Cloneable

public class FileBasedFlowManagerService
extends BaseService
implements FlowManagerService<FileSystemEvent,FileBasedFlowConfiguration>


Constructor Summary
FileBasedFlowManagerService(java.lang.String id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean canCreateFlowManager(FileBasedFlowConfiguration configuration)
           
 FileBasedFlowManager createFlowManager(FileBasedFlowConfiguration 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

FileBasedFlowManagerService

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

canCreateFlowManager

public boolean canCreateFlowManager(FileBasedFlowConfiguration configuration)
Specified by:
canCreateFlowManager in interface FlowManagerService<FileSystemEvent,FileBasedFlowConfiguration>

createFlowManager

public FileBasedFlowManager createFlowManager(FileBasedFlowConfiguration configuration)
Specified by:
createFlowManager in interface FlowManagerService<FileSystemEvent,FileBasedFlowConfiguration>


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.