A B C D E F G H I J L O P R S T V W

A

Action<XEO extends java.util.EventObject> - Interface in it.geosolutions.geobatch.flow.event.action
Takes a queue of events, process them (execute(Queue events)) and provides a new queue of event to be processed by the next Action.
ActionConfiguration - Class in it.geosolutions.geobatch.configuration.event.action
 
ActionConfiguration(String, String, String) - Constructor for class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
ActionException - Exception in it.geosolutions.geobatch.flow.event.action
Generic Exception thrown by {@link Action#execute(java.util.Queue)
ActionException(Class<Action>, String) - Constructor for exception it.geosolutions.geobatch.flow.event.action.ActionException
 
ActionException(Action, String) - Constructor for exception it.geosolutions.geobatch.flow.event.action.ActionException
 
ActionException(Class<Action>, String, Throwable) - Constructor for exception it.geosolutions.geobatch.flow.event.action.ActionException
 
ActionException(Action, String, Throwable) - Constructor for exception it.geosolutions.geobatch.flow.event.action.ActionException
 
actions - Variable in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
ActionService<EO extends java.util.EventObject,AC extends ActionConfiguration> - Interface in it.geosolutions.geobatch.flow.event.action
 
addActions(List<BaseAction<XEO>>) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
addListener(ProgressListener) - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
addListener(EventConsumerListener) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
Add listener to this consumer.
addListener(FlowEventListener<EO>) - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 
addListener(IProgressListener) - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
addListener(EL) - Method in interface it.geosolutions.geobatch.misc.ListenerRegistry
 
addListener(GBSettingsListener) - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
Adds a listener to the catalog.
addListenerConfiguration(ProgressListenerConfiguration) - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
addListenerConfiguration(ProgressListenerConfiguration) - Method in interface it.geosolutions.geobatch.configuration.event.consumer.EventConsumerConfiguration
 
afterSave(T, boolean) - Method in class it.geosolutions.geobatch.settings.GBSettingsListener
 
applyActions(Queue<XEO>) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
Once the configuring state has been successfully passed, by collecting all the necessary Events, the EventConsumer invokes this method in order to run the related actions.

B

BaseAction<XEO extends java.util.EventObject> - Class in it.geosolutions.geobatch.flow.event.action
 
BaseAction(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.action.BaseAction
 
BaseAction(ActionConfiguration) - Constructor for class it.geosolutions.geobatch.flow.event.action.BaseAction
 
BaseConfiguration - Class in it.geosolutions.geobatch.catalog.impl
 
BaseConfiguration(String, String, String) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
BaseConfiguration(String, String, String, boolean) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
BaseEventConsumer<XEO extends java.util.EventObject,ECC extends EventConsumerConfiguration> - Class in it.geosolutions.geobatch.flow.event.consumer
 
BaseEventConsumer(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
BaseEventConsumer.EventConsumerListenerForwarder - Class in it.geosolutions.geobatch.flow.event.consumer
 
BaseEventConsumer.EventConsumerListenerForwarder(BaseIdentifiable) - Constructor for class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer.EventConsumerListenerForwarder
 
BaseEventGenerator<EO extends java.util.EventObject> - Class in it.geosolutions.geobatch.flow.event.generator
 
BaseEventGenerator(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.generator.BaseEventGenerator
 
BaseEventGeneratorService<EO extends java.util.EventObject,EGC extends EventGeneratorConfiguration> - Class in it.geosolutions.geobatch.flow.event.generator
 
BaseEventGeneratorService(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.generator.BaseEventGeneratorService
 
BaseFlowConfiguration - Class in it.geosolutions.geobatch.configuration.flow
 
BaseFlowConfiguration(String, String, EventGeneratorConfiguration, String, EventConsumerConfiguration) - Constructor for class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
BaseIdentifiable - Class in it.geosolutions.geobatch.catalog.impl
 
BaseIdentifiable() - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
Deprecated. use the complete constructor
BaseIdentifiable(String, String, String) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
Constructor forcing initialization of: id ,name and description of this resource
BaseResource - Class in it.geosolutions.geobatch.catalog.impl
 
BaseResource(String, String, String) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseResource
Constructor forcing initialization of: id ,name and description of this resource
BaseService - Class in it.geosolutions.geobatch.catalog.impl
 
BaseService(String, String, String) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseService
Constructor forcing initialization of: id ,name and description of this resource
BaseService(String, String, String, boolean) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseService
 
beforeSave(T) - Method in class it.geosolutions.geobatch.settings.GBSettingsListener
 

C

cancel() - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Asks this EventConsumer to cancel its execution.
canCreateAction(AC) - Method in interface it.geosolutions.geobatch.flow.event.action.ActionService
 
canCreateEventConsumer(ECC) - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumerService
 
canCreateEventGenerator(EGC) - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGeneratorService
 
canCreateFlowManager(FC) - Method in interface it.geosolutions.geobatch.flow.FlowManagerService
 
CatalogAddEvent<T> - Interface in it.geosolutions.geobatch.catalog.event
 
CatalogConfiguration - Interface in it.geosolutions.geobatch.configuration
 
CatalogEvent<T> - Interface in it.geosolutions.geobatch.catalog.event
 
CatalogListener - Interface in it.geosolutions.geobatch.catalog.event
 
CatalogModifyEvent<T> - Interface in it.geosolutions.geobatch.catalog.event
 
CatalogRemoveEvent<T> - Interface in it.geosolutions.geobatch.catalog.event
 
clone() - Method in class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
clone() - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
clone() - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
completed() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has successfully ended.
completed() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
Configuration - Interface in it.geosolutions.geobatch.catalog
 
configuration - Variable in class it.geosolutions.geobatch.flow.event.ProgressListener
 
consume(XEO) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
EventConsumer
consume(EO) - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Tries to consume the provided event.
Counter - Class in it.geosolutions.geobatch.misc
 
Counter() - Constructor for class it.geosolutions.geobatch.misc.Counter
 
Counter(long) - Constructor for class it.geosolutions.geobatch.misc.Counter
 
createAction(AC) - Method in interface it.geosolutions.geobatch.flow.event.action.ActionService
 
createEventConsumer(ECC) - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumerService
 
createEventGenerator(EGC) - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGeneratorService
 
createFlowManager(FC) - Method in interface it.geosolutions.geobatch.flow.FlowManagerService
 
createProgressListener(PLC, Identifiable) - Method in interface it.geosolutions.geobatch.configuration.event.listener.ProgressListenerService
 
currentAction - Variable in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 

D

destroy() - Method in interface it.geosolutions.geobatch.flow.event.action.Action
 
destroy() - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
dispose() - Method in class it.geosolutions.geobatch.catalog.impl.BaseResource
 
dispose() - Method in interface it.geosolutions.geobatch.catalog.Resource
 
dispose() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
dispose() - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Clean up code for this EventConsumer.
dispose() - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 
dispose() - Method in interface it.geosolutions.geobatch.flow.FlowManager
 

E

EventConsumer<EO extends java.util.EventObject,ECC extends EventConsumerConfiguration> - Interface in it.geosolutions.geobatch.flow.event.consumer
 
EventConsumerConfiguration - Interface in it.geosolutions.geobatch.configuration.event.consumer
 
EventConsumerListener - Interface in it.geosolutions.geobatch.flow.event.consumer
 
EventConsumerService<EO extends java.util.EventObject,ECC extends EventConsumerConfiguration> - Interface in it.geosolutions.geobatch.flow.event.consumer
 
EventConsumerStatus - Enum in it.geosolutions.geobatch.flow.event.consumer
 
eventGenerated(EO) - Method in interface it.geosolutions.geobatch.flow.event.generator.FlowEventListener
Called when one of the monitored files are created, deleted or modified.
EventGenerator<EO extends java.util.EventObject> - Interface in it.geosolutions.geobatch.flow.event.generator
 
EventGeneratorConfiguration - Class in it.geosolutions.geobatch.configuration.event.generator
 
EventGeneratorConfiguration(String, String, String, boolean) - Constructor for class it.geosolutions.geobatch.configuration.event.generator.EventGeneratorConfiguration
 
EventGeneratorService<EO extends java.util.EventObject,EGC extends EventGeneratorConfiguration> - Interface in it.geosolutions.geobatch.flow.event.generator
 
eventsQueue - Variable in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
The MailBox
execute(Queue<XEO>) - Method in interface it.geosolutions.geobatch.flow.event.action.Action
 

F

failed(Throwable) - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has ended with an error
failed(Throwable) - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
failIgnored - Variable in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
find(String) - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
 
find(String) - Method in interface it.geosolutions.geobatch.settings.GBSettingsDAO
 
fireStatusChanged(EventConsumerStatus, EventConsumerStatus) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer.EventConsumerListenerForwarder
 
FlowConfiguration - Interface in it.geosolutions.geobatch.configuration.flow
 
FlowEventListener<EO extends java.util.EventObject> - Interface in it.geosolutions.geobatch.flow.event.generator
 
FlowManager<EO extends java.util.EventObject,FC extends FlowConfiguration> - Interface in it.geosolutions.geobatch.flow
 
FlowManagerService<EO extends java.util.EventObject,FC extends FlowConfiguration> - Interface in it.geosolutions.geobatch.flow
 
flush() - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
clear internal cache and force reloading when needed.

G

GBSettings - Class in it.geosolutions.geobatch.settings
 
GBSettings(String) - Constructor for class it.geosolutions.geobatch.settings.GBSettings
 
GBSettingsCatalog - Interface in it.geosolutions.geobatch.settings
 
GBSettingsDAO - Interface in it.geosolutions.geobatch.settings
 
GBSettingsListener<T extends GBSettings> - Class in it.geosolutions.geobatch.settings
 
GBSettingsListener() - Constructor for class it.geosolutions.geobatch.settings.GBSettingsListener
 
getActions() - Method in interface it.geosolutions.geobatch.configuration.event.consumer.EventConsumerConfiguration
 
getActions() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getConfiguration() - Method in interface it.geosolutions.geobatch.catalog.PersistentResource
The Flow BaseEventConsumer Type.
getConfiguration() - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Retrieves the configuration for this EventConsumer.
getCorePoolSize() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getCreationTimestamp() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getCurrentAction() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getDescription() - Method in interface it.geosolutions.geobatch.catalog.Identifiable
 
getDescription() - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
getEventConsumerConfiguration() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getEventConsumerConfiguration() - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
The Rule-Set Configuration
getEventConsumers() - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
getEventGenerator() - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
getEventGeneratorConfiguration() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getEventGeneratorConfiguration() - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
The Rule-Set Configuration
getId() - Method in interface it.geosolutions.geobatch.catalog.Identifiable
The Flow BaseEventConsumer Type identifier.
getId() - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
getId() - Method in class it.geosolutions.geobatch.settings.GBSettings
 
getIds() - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
 
getIds() - Method in interface it.geosolutions.geobatch.settings.GBSettingsDAO
 
getKeepAliveTime() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getListenerConfigurations() - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
getListenerConfigurations() - Method in interface it.geosolutions.geobatch.configuration.event.consumer.EventConsumerConfiguration
 
getListenerForwarder() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getListenerIds() - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
getListenerIds() - Method in interface it.geosolutions.geobatch.configuration.event.consumer.EventConsumerConfiguration
 
getListeners() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
getListeners() - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
catalog listeners.
getMaximumPoolSize() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getName() - Method in interface it.geosolutions.geobatch.catalog.Identifiable
The Flow BaseEventConsumer Type name.
getName() - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
getNewValues() - Method in interface it.geosolutions.geobatch.catalog.event.CatalogModifyEvent
The new values of the properties that were modified.
getNext() - Method in class it.geosolutions.geobatch.misc.Counter
 
getOldValues() - Method in interface it.geosolutions.geobatch.catalog.event.CatalogModifyEvent
The old values of the properties that were modified.
getOwner() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
 
getOwner() - Method in class it.geosolutions.geobatch.flow.event.ProgressListener
 
getProgress() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
Get a progress indicator, between 0.0 and 100.0
getProgress() - Method in class it.geosolutions.geobatch.flow.event.ProgressListener
 
getProgress() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
getProgressListener(Class<PL>) - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
getProgressListener(Class<IProgressListener>) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getProgressListenerConfiguration(String) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getProgressListenerConfiguration(String) - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
 
getProgressListenerConfigurations() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
getProgressListenerConfigurations() - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
 
getPropertyNames() - Method in interface it.geosolutions.geobatch.catalog.event.CatalogModifyEvent
The names of the properties that were modified.
getRunningContext() - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
getRunningContext() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getServiceID() - Method in interface it.geosolutions.geobatch.catalog.Configuration
 
getServiceID() - Method in class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
getSource() - Method in interface it.geosolutions.geobatch.catalog.event.CatalogEvent
The source of the event.
getStatus() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
getStatus() - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Retrieves the status for this EventConsumer .
getTask() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
Get the name of the current task.
getTask() - Method in class it.geosolutions.geobatch.flow.event.ProgressListener
 
getTask() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
getType() - Method in exception it.geosolutions.geobatch.flow.event.action.ActionException
 
getWorkingDirectory() - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
Getter for the workingDirectory
getWorkingDirectory() - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
getWorkQueueSize() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 

H

handleAddEvent(CAE) - Method in interface it.geosolutions.geobatch.catalog.event.CatalogListener
Handles the event of an addition to the catalog.
handleModifyEvent(CME) - Method in interface it.geosolutions.geobatch.catalog.event.CatalogListener
Handles the event of a modification to an object in the catalog.
handleRemoveEvent(CRE) - Method in interface it.geosolutions.geobatch.catalog.event.CatalogListener
Handles the event of a removal from the catalog.

I

Identifiable - Interface in it.geosolutions.geobatch.catalog
 
IProgressListener - Interface in it.geosolutions.geobatch.flow.event
Listener interface for monitorable object.
isAvailable() - Method in class it.geosolutions.geobatch.catalog.impl.BaseService
 
isAvailable() - Method in interface it.geosolutions.geobatch.catalog.Service
 
isCanceled() - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Tells us whether or not this EventConsumer was asked to cancel its execution.
isDirty() - Method in interface it.geosolutions.geobatch.catalog.Configuration
 
isDirty() - Method in class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
isFailIgnored() - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
Tells if an exception in this Actions should break the entire flow.
isFailIgnored() - Method in interface it.geosolutions.geobatch.flow.event.action.Action
Tells if an exception in this Actions should not break the entire flow.
isFailIgnored() - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
isPaused() - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
isPaused() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
isPaused() - Method in interface it.geosolutions.geobatch.flow.Job
 
isPaused() - Method in class it.geosolutions.geobatch.misc.PauseHandler
 
isRunning() - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 
isRunning() - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
it.geosolutions.geobatch.catalog - package it.geosolutions.geobatch.catalog
 
it.geosolutions.geobatch.catalog.event - package it.geosolutions.geobatch.catalog.event
 
it.geosolutions.geobatch.catalog.impl - package it.geosolutions.geobatch.catalog.impl
 
it.geosolutions.geobatch.configuration - package it.geosolutions.geobatch.configuration
 
it.geosolutions.geobatch.configuration.event.action - package it.geosolutions.geobatch.configuration.event.action
 
it.geosolutions.geobatch.configuration.event.consumer - package it.geosolutions.geobatch.configuration.event.consumer
 
it.geosolutions.geobatch.configuration.event.generator - package it.geosolutions.geobatch.configuration.event.generator
 
it.geosolutions.geobatch.configuration.event.listener - package it.geosolutions.geobatch.configuration.event.listener
 
it.geosolutions.geobatch.configuration.flow - package it.geosolutions.geobatch.configuration.flow
 
it.geosolutions.geobatch.flow - package it.geosolutions.geobatch.flow
 
it.geosolutions.geobatch.flow.event - package it.geosolutions.geobatch.flow.event
 
it.geosolutions.geobatch.flow.event.action - package it.geosolutions.geobatch.flow.event.action
 
it.geosolutions.geobatch.flow.event.consumer - package it.geosolutions.geobatch.flow.event.consumer
 
it.geosolutions.geobatch.flow.event.generator - package it.geosolutions.geobatch.flow.event.generator
 
it.geosolutions.geobatch.misc - package it.geosolutions.geobatch.misc
 
it.geosolutions.geobatch.settings - package it.geosolutions.geobatch.settings
 

J

Job - Interface in it.geosolutions.geobatch.flow
Anything that can be run, paused and resumed.

L

listenerForwarder - Variable in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
listenerForwarder - Variable in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
ListenerRegistry<EL extends java.util.EventListener> - Interface in it.geosolutions.geobatch.misc
 
listeners - Variable in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
The list of the registered sublisteners that will get the events.
load() - Method in interface it.geosolutions.geobatch.catalog.PersistentResource
 
LOGGER - Static variable in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 

O

onStartup(GBSettingsDAO) - Method in class it.geosolutions.geobatch.settings.GBSettingsListener
 

P

pause() - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
pause(boolean) - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
pause() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
pause(boolean) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
pause() - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 
pause() - Method in interface it.geosolutions.geobatch.flow.Job
Pause the execution of a Job.
Implementations may also completely ignore the pause() call -- for instance the job may not be split in execution steps, loop iterations and so on; in this case the pause() invocation may simply return false, indicating to the caller that the job was not paused.
pause(boolean) - Method in interface it.geosolutions.geobatch.flow.Job
Pause the execution of a Job and optionally all of its subjobs.
pause() - Method in class it.geosolutions.geobatch.misc.PauseHandler
 
paused() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has been paused
paused() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
pauseHandler - Variable in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
PauseHandler - Class in it.geosolutions.geobatch.misc
Handles pausing and resuming in a multithreaded environment.
PauseHandler(boolean) - Constructor for class it.geosolutions.geobatch.misc.PauseHandler
 
persist() - Method in interface it.geosolutions.geobatch.catalog.PersistentResource
 
PersistentResource<C extends Configuration> - Interface in it.geosolutions.geobatch.catalog
 
postEvent(EO) - Method in interface it.geosolutions.geobatch.flow.FlowManager
Post an event to the flow
progressing() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has just advanced a bit.
progressing(float, String) - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
A shortcut to set some info and call progressing();
progressing() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
Call progressing on all the handled
ProgressListener - Class in it.geosolutions.geobatch.flow.event
 
ProgressListener(Identifiable) - Constructor for class it.geosolutions.geobatch.flow.event.ProgressListener
 
ProgressListener(ProgressListenerConfiguration, Identifiable) - Constructor for class it.geosolutions.geobatch.flow.event.ProgressListener
 
ProgressListenerConfiguration - Class in it.geosolutions.geobatch.configuration.event.listener
 
ProgressListenerConfiguration(String, String, String) - Constructor for class it.geosolutions.geobatch.configuration.event.listener.ProgressListenerConfiguration
 
ProgressListenerForwarder - Class in it.geosolutions.geobatch.flow.event
Dispatch ProgressListener events to registered sublistener.
ProgressListenerForwarder(Identifiable) - Constructor for class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
ProgressListenerService<T extends ProgressListener,PLC extends ProgressListenerConfiguration> - Interface in it.geosolutions.geobatch.configuration.event.listener
 

R

remove() - Method in interface it.geosolutions.geobatch.catalog.PersistentResource
 
removeListener(ProgressListener) - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
removeListener(EventConsumerListener) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
Remove listener from this file monitor.
removeListener(FlowEventListener<EO>) - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 
removeListener(IProgressListener) - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
removeListener(EL) - Method in interface it.geosolutions.geobatch.misc.ListenerRegistry
 
removeListener(GBSettingsListener) - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
Removes a listener from the catalog.
reset() - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
Resource - Interface in it.geosolutions.geobatch.catalog
 
resume() - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
resume() - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
resume() - Method in interface it.geosolutions.geobatch.flow.Job
Resume a previously paused job.
resume() - Method in class it.geosolutions.geobatch.misc.PauseHandler
 
resumed() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has been resumed
resumed() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 

S

save(GBSettings) - Method in interface it.geosolutions.geobatch.settings.GBSettingsCatalog
Store the settings, overwriting previous ones.
save(GBSettings) - Method in interface it.geosolutions.geobatch.settings.GBSettingsDAO
Store the settings, overwriting previous ones.
Service - Interface in it.geosolutions.geobatch.catalog
 
setActions(List<? extends ActionConfiguration>) - Method in interface it.geosolutions.geobatch.configuration.event.consumer.EventConsumerConfiguration
 
setAvailable(boolean) - Method in class it.geosolutions.geobatch.catalog.impl.BaseService
 
setConfiguration(C) - Method in interface it.geosolutions.geobatch.catalog.PersistentResource
 
setConfiguration(ECC) - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumer
Sets the configuration for this EventConsumer.
setCorePoolSize(int) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
setDescription(String) - Method in interface it.geosolutions.geobatch.catalog.Identifiable
 
setDescription(String) - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
setDirty(boolean) - Method in interface it.geosolutions.geobatch.catalog.Configuration
 
setDirty(boolean) - Method in class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
setEventConsumerConfiguration(EventConsumerConfiguration) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
setEventConsumerConfiguration(EventConsumerConfiguration) - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
The Rule-Set Configuration
setEventGenerator(EventGenerator<EO>) - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
setEventGeneratorConfiguration(EventGeneratorConfiguration) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
setEventGeneratorConfiguration(EventGeneratorConfiguration) - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
 
setFailIgnored(boolean) - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
setFailIgnored(boolean) - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
setId(String) - Method in interface it.geosolutions.geobatch.catalog.Identifiable
The Flow BaseEventConsumer Type identifier.
setId(String) - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
setKeepAliveTime(long) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
setListenerConfigurations(List<ProgressListenerConfiguration>) - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
setListenerId(List<String>) - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
 
setMaximumPoolSize(int) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
setName(String) - Method in interface it.geosolutions.geobatch.catalog.Identifiable
The Flow BaseEventConsumer Type name.
setName(String) - Method in class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable
 
setName(String) - Method in interface it.geosolutions.geobatch.flow.FlowManager
The Flow BaseEventConsumer identifier.
setProgress(float) - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
Used by the notifier.
setProgress(float) - Method in class it.geosolutions.geobatch.flow.event.ProgressListener
Used by the notifier.
setProgress(float) - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
setProgressListenerConfigurations(List<ProgressListenerConfiguration>) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
setProgressListenerConfigurations(List<ProgressListenerConfiguration>) - Method in interface it.geosolutions.geobatch.configuration.flow.FlowConfiguration
 
setRunningContext(String) - Method in class it.geosolutions.geobatch.flow.event.action.BaseAction
 
setRunningContext(String) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
 
setServiceID(String) - Method in interface it.geosolutions.geobatch.catalog.Configuration
 
setServiceID(String) - Method in class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
setStatus(EventConsumerStatus) - Method in class it.geosolutions.geobatch.flow.event.consumer.BaseEventConsumer
Change status and fire events on listeners if status has really changed.
setTask(String) - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
Used by the notifier.
setTask(String) - Method in class it.geosolutions.geobatch.flow.event.ProgressListener
Used by the notifier.
setTask(String) - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
setWorkingDirectory(String) - Method in class it.geosolutions.geobatch.configuration.event.action.ActionConfiguration
Setter for the workingDirectory.
setWorkingDirectory(File) - Method in interface it.geosolutions.geobatch.flow.FlowManager
 
setWorkQueueSize(int) - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 
start() - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 
started() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has been started
started() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
statusChanged(EventConsumerStatus, EventConsumerStatus) - Method in interface it.geosolutions.geobatch.flow.event.consumer.EventConsumerListener
 
stop() - Method in interface it.geosolutions.geobatch.flow.event.generator.EventGenerator
 

T

terminated() - Method in interface it.geosolutions.geobatch.flow.event.IProgressListener
The process has been terminated
terminated() - Method in class it.geosolutions.geobatch.flow.event.ProgressListenerForwarder
 
toString() - Method in class it.geosolutions.geobatch.catalog.impl.BaseConfiguration
 
toString() - Method in class it.geosolutions.geobatch.configuration.flow.BaseFlowConfiguration
 

V

valueOf(String) - Static method in enum it.geosolutions.geobatch.flow.event.consumer.EventConsumerStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.geosolutions.geobatch.flow.event.consumer.EventConsumerStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitUntilResumed() - Method in class it.geosolutions.geobatch.misc.PauseHandler
Blocking call: if paused, will block until a PauseHandler.resume() is invoked.

A B C D E F G H I J L O P R S T V W

Copyright © 2008-2012 GeoSolutions. All Rights Reserved.