Uses of Interface
it.geosolutions.geobatch.catalog.Identifiable

Packages that use Identifiable
it.geosolutions.geobatch.catalog   
it.geosolutions.geobatch.catalog.impl   
it.geosolutions.geobatch.configuration   
it.geosolutions.geobatch.configuration.event.action   
it.geosolutions.geobatch.configuration.event.consumer   
it.geosolutions.geobatch.configuration.event.generator   
it.geosolutions.geobatch.configuration.event.listener   
it.geosolutions.geobatch.configuration.flow   
it.geosolutions.geobatch.flow   
it.geosolutions.geobatch.flow.event   
it.geosolutions.geobatch.flow.event.action   
it.geosolutions.geobatch.flow.event.consumer   
it.geosolutions.geobatch.flow.event.generator   
 

Uses of Identifiable in it.geosolutions.geobatch.catalog
 

Subinterfaces of Identifiable in it.geosolutions.geobatch.catalog
 interface Configuration
           
 interface PersistentResource<C extends Configuration>
           
 interface Resource
           
 interface Service
           
 

Uses of Identifiable in it.geosolutions.geobatch.catalog.impl
 

Classes in it.geosolutions.geobatch.catalog.impl that implement Identifiable
 class BaseConfiguration
           
 class BaseIdentifiable
           
 class BaseResource
           
 class BaseService
           
 

Uses of Identifiable in it.geosolutions.geobatch.configuration
 

Subinterfaces of Identifiable in it.geosolutions.geobatch.configuration
 interface CatalogConfiguration
           
 

Uses of Identifiable in it.geosolutions.geobatch.configuration.event.action
 

Classes in it.geosolutions.geobatch.configuration.event.action that implement Identifiable
 class ActionConfiguration
           
 

Uses of Identifiable in it.geosolutions.geobatch.configuration.event.consumer
 

Subinterfaces of Identifiable in it.geosolutions.geobatch.configuration.event.consumer
 interface EventConsumerConfiguration
           
 

Uses of Identifiable in it.geosolutions.geobatch.configuration.event.generator
 

Classes in it.geosolutions.geobatch.configuration.event.generator that implement Identifiable
 class EventGeneratorConfiguration
           
 

Uses of Identifiable in it.geosolutions.geobatch.configuration.event.listener
 

Subinterfaces of Identifiable in it.geosolutions.geobatch.configuration.event.listener
 interface ProgressListenerService<T extends ProgressListener,PLC extends ProgressListenerConfiguration>
           
 

Classes in it.geosolutions.geobatch.configuration.event.listener that implement Identifiable
 class ProgressListenerConfiguration
           
 

Methods in it.geosolutions.geobatch.configuration.event.listener with parameters of type Identifiable
 T ProgressListenerService.createProgressListener(PLC configuration, Identifiable owner)
           
 

Uses of Identifiable in it.geosolutions.geobatch.configuration.flow
 

Subinterfaces of Identifiable in it.geosolutions.geobatch.configuration.flow
 interface FlowConfiguration
           
 

Classes in it.geosolutions.geobatch.configuration.flow that implement Identifiable
 class BaseFlowConfiguration
           
 

Uses of Identifiable in it.geosolutions.geobatch.flow
 

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

Uses of Identifiable in it.geosolutions.geobatch.flow.event
 

Methods in it.geosolutions.geobatch.flow.event that return Identifiable
 Identifiable IProgressListener.getOwner()
           
 Identifiable ProgressListener.getOwner()
           
 

Constructors in it.geosolutions.geobatch.flow.event with parameters of type Identifiable
ProgressListener(Identifiable caller)
           
ProgressListener(ProgressListenerConfiguration configuration, Identifiable caller)
           
ProgressListenerForwarder(Identifiable owner)
           
 

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

Subinterfaces of Identifiable 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.
 interface ActionService<EO extends EventObject,AC extends ActionConfiguration>
           
 

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

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

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

Uses of Identifiable in it.geosolutions.geobatch.flow.event.generator
 

Subinterfaces of Identifiable in it.geosolutions.geobatch.flow.event.generator
 interface EventGeneratorService<EO extends EventObject,EGC extends EventGeneratorConfiguration>
           
 

Classes in it.geosolutions.geobatch.flow.event.generator that implement Identifiable
 class BaseEventGenerator<EO extends EventObject>
           
 class BaseEventGeneratorService<EO extends EventObject,EGC extends EventGeneratorConfiguration>
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.