it.geosolutions.geobatch.flow
Interface FlowManagerService<EO extends java.util.EventObject,FC extends FlowConfiguration>

All Superinterfaces:
Identifiable, Resource, Service

public interface FlowManagerService<EO extends java.util.EventObject,FC extends FlowConfiguration>
extends Service

Author:
Alessio Fabiani, GeoSolutions

Method Summary
 boolean canCreateFlowManager(FC type)
           
 FlowManager<EO,FC> createFlowManager(FC type)
           
 
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
 

Method Detail

createFlowManager

FlowManager<EO,FC> createFlowManager(FC type)

canCreateFlowManager

boolean canCreateFlowManager(FC type)


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.