it.geosolutions.geobatch.flow.event.generator
Interface EventGeneratorService<EO extends java.util.EventObject,EGC extends EventGeneratorConfiguration>

All Superinterfaces:
Identifiable, Resource, Service
All Known Implementing Classes:
BaseEventGeneratorService

public interface EventGeneratorService<EO extends java.util.EventObject,EGC extends EventGeneratorConfiguration>
extends Service


Method Summary
 boolean canCreateEventGenerator(EGC configuration)
           
 EventGenerator<EO> createEventGenerator(EGC configuration)
           
 
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

createEventGenerator

EventGenerator<EO> createEventGenerator(EGC configuration)

canCreateEventGenerator

boolean canCreateEventGenerator(EGC configuration)


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.