Uses of Interface
it.geosolutions.geobatch.flow.Job

Packages that use Job
it.geosolutions.geobatch.flow   
it.geosolutions.geobatch.flow.event.action   
it.geosolutions.geobatch.flow.event.consumer   
 

Uses of Job in it.geosolutions.geobatch.flow
 

Subinterfaces of Job in it.geosolutions.geobatch.flow
 interface FlowManager<EO extends EventObject,FC extends FlowConfiguration>
           
 

Uses of Job in it.geosolutions.geobatch.flow.event.action
 

Subinterfaces of Job in it.geosolutions.geobatch.flow.event.action
 interface Action<XEO extends EventObject>
          Takes a queue of events, process them (Action.execute(Queue events)) and provides a new queue of event to be processed by the next Action.
 

Classes in it.geosolutions.geobatch.flow.event.action that implement Job
 class BaseAction<XEO extends EventObject>
           
 

Uses of Job in it.geosolutions.geobatch.flow.event.consumer
 

Subinterfaces of Job in it.geosolutions.geobatch.flow.event.consumer
 interface EventConsumer<EO extends EventObject,ECC extends EventConsumerConfiguration>
           
 

Classes in it.geosolutions.geobatch.flow.event.consumer that implement Job
 class BaseEventConsumer<XEO extends EventObject,ECC extends EventConsumerConfiguration>
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.