A B C D E F G I J L M O P R S T

A

add(FlowManager<EO, FC>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
Adds a new resource.
add(R) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
add(FlowManager<EO, FC>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
add(T) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
added(T) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
addListener(CatalogListener) - Method in interface it.geosolutions.geobatch.catalog.Catalog
Adds a listener to the catalog.
addListener(CatalogListener) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
addListener(GBSettingsListener) - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
afterSave(FlowSettings, boolean) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettingsListener
 
afterSave(JAISettings, boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettingsListener
 

B

BaseCatalog - Class in it.geosolutions.geobatch.catalog.impl
 
BaseCatalog(String, String, String) - Constructor for class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
BasePersistentResource<C extends Configuration> - Class in it.geosolutions.geobatch.catalog.impl
 
BasePersistentResource(String, String, String) - Constructor for class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
beforeSave(FlowSettings) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettingsListener
 
beforeSave(JAISettings) - Method in class it.geosolutions.geobatch.settings.jai.JAISettingsListener
 

C

Catalog - Interface in it.geosolutions.geobatch.catalog
The GeoBatch catalog which provides access to meta information about the Flow BaseEventConsumer Types and Flow Managers.
CatalogAddEventImpl<T> - Class in it.geosolutions.geobatch.catalog.impl.event
 
CatalogAddEventImpl(T) - Constructor for class it.geosolutions.geobatch.catalog.impl.event.CatalogAddEventImpl
 
CatalogConfigurationDAO - Interface in it.geosolutions.geobatch.catalog.dao
 
CatalogEventImpl<T> - Class in it.geosolutions.geobatch.catalog.impl.event
 
CatalogEventImpl(T) - Constructor for class it.geosolutions.geobatch.catalog.impl.event.CatalogEventImpl
 
CatalogHolder - Class in it.geosolutions.geobatch.global
 
CatalogHolder() - Constructor for class it.geosolutions.geobatch.global.CatalogHolder
 
CatalogModifyEventImpl<T> - Class in it.geosolutions.geobatch.catalog.impl.event
 
CatalogModifyEventImpl(T) - Constructor for class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
CatalogRemoveEventImpl<T> - Class in it.geosolutions.geobatch.catalog.impl.event
 
CatalogRemoveEventImpl(T) - Constructor for class it.geosolutions.geobatch.catalog.impl.event.CatalogRemoveEventImpl
 
clearMessages() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
Removes all cumulated messages
completed() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
completed() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
completed - Variable in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
completed() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
createDAO(Class<T>) - Method in interface it.geosolutions.geobatch.catalog.dao.DAOService
 
createProgressListener(CumulatingProgressListenerConfiguration, Identifiable) - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListenerService
 
createProgressListener(LoggingProgressListenerConfiguration, Identifiable) - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerService
 
createProgressListener(StatusProgressListenerConfiguration, Identifiable) - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListenerService
 
CumulatingProgressListener - Class in it.geosolutions.geobatch.flow.event.listeners.cumulator
Cumulates all event messages into an internal List.
CumulatingProgressListener(CumulatingProgressListenerConfiguration, Identifiable) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
CumulatingProgressListenerConfiguration - Class in it.geosolutions.geobatch.flow.event.listeners.cumulator
 
CumulatingProgressListenerConfiguration(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListenerConfiguration
 
CumulatingProgressListenerConfigurationAliasRegistrar - Class in it.geosolutions.geobatch.flow.event.listeners.cumulator
Register XStream aliases for the relevant services we ship in this class.
CumulatingProgressListenerConfigurationAliasRegistrar(AliasRegistry) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListenerConfigurationAliasRegistrar
A basic constructor to put the LoggingProgressListener Conf alias into registry.
CumulatingProgressListenerService - Class in it.geosolutions.geobatch.flow.event.listeners.cumulator
 
CumulatingProgressListenerService(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListenerService
 

D

DAO<T extends Configuration,ID extends java.io.Serializable> - Interface in it.geosolutions.geobatch.catalog.dao
 
DAOService<T extends Configuration,ID extends java.io.Serializable> - Interface in it.geosolutions.geobatch.catalog.dao
 
DEFAULT_ImageIOCache - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_JPEGNative - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_MemoryCapacity - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_MemoryThreshold - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_MosaicNative - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_PNGNative - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_Recycling - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_TilePriority - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
DEFAULT_TileThreads - Static variable in class it.geosolutions.geobatch.settings.jai.JAISettings
 
dispose() - Method in interface it.geosolutions.geobatch.catalog.Catalog
Disposes the catalog, freeing up any resources.
dispose() - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 

E

event(CatalogEvent<T>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 

F

failed(Throwable) - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
failed(Throwable) - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
failed - Variable in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
failed(Throwable) - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
failException - Variable in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
find(ID, boolean) - Method in interface it.geosolutions.geobatch.catalog.dao.DAO
 
find(T, boolean) - Method in interface it.geosolutions.geobatch.catalog.dao.DAO
 
find(String) - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
fireAdded(T) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
fireModified(T, List<String>, List<T>, List<T>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
FlowManagerConfigurationDAO - Interface in it.geosolutions.geobatch.catalog.dao
 
FlowSettings - Class in it.geosolutions.geobatch.settings.flow
 
FlowSettings() - Constructor for class it.geosolutions.geobatch.settings.flow.FlowSettings
 
FlowSettingsListener - Class in it.geosolutions.geobatch.settings.flow
 
FlowSettingsListener() - Constructor for class it.geosolutions.geobatch.settings.flow.FlowSettingsListener
 
flush() - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 

G

GBSettingsCatalogImpl - Class in it.geosolutions.geobatch.settings
 
GBSettingsCatalogImpl() - Constructor for class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
GBSettingsProcessor - Class in it.geosolutions.geobatch.settings
 
GBSettingsProcessor() - Constructor for class it.geosolutions.geobatch.settings.GBSettingsProcessor
 
getCatalog() - Static method in class it.geosolutions.geobatch.global.CatalogHolder
 
getConfig() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
getConfiguration() - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
getCorePoolSize() - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
getDAO() - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getDAO() - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
getFailException() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
getFlowManager(String, Class<FM>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getFlowManager(String, Class<FM>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getFlowManagerByName(String, Class<FM>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getFlowManagerByName(String, Class<FM>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getFlowManagers(Class<FM>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getFlowManagers(Class<FM>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getIds() - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
getJai() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
getKeepAliveTime() - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
getListeners() - Method in interface it.geosolutions.geobatch.catalog.Catalog
catalog listeners.
getListeners() - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getListeners() - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
getLoggerName() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerConfiguration
 
getMaximumPoolSize() - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
getMaxStoredConsumers() - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
getMemoryCapacity() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
getMemoryThreshold() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
getMessages() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
Retrieves all the event messages arrived so far.
getNewValues() - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
getOldValues() - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
getPropertyNames() - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
getResource(String, Class<R>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getResource(String, Class<R>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getResourceByName(String, Class<R>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getResourceByName(String, Class<R>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getResources(Class<R>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
getResources(Class<R>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
getSettingsCatalog() - Static method in class it.geosolutions.geobatch.global.CatalogHolder
 
getSource() - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogEventImpl
 
getTileCache() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
getTilePriority() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
getTileThreads() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
getWorkQueueSize() - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 

I

init() - Method in class it.geosolutions.geobatch.settings.GBSettingsProcessor
 
isAllowInterpolation() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
isAllowNativeMosaic() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
isCompleted() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
isFailed() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
isImageIOCache() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
isJpegAcceleration() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
isPaused() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
isPngAcceleration() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
isRecycling() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
isStarted() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
isTerminated() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
it.geosolutions.geobatch.catalog - package it.geosolutions.geobatch.catalog
 
it.geosolutions.geobatch.catalog.dao - package it.geosolutions.geobatch.catalog.dao
 
it.geosolutions.geobatch.catalog.impl - package it.geosolutions.geobatch.catalog.impl
 
it.geosolutions.geobatch.catalog.impl.event - package it.geosolutions.geobatch.catalog.impl.event
 
it.geosolutions.geobatch.flow.event.listeners.cumulator - package it.geosolutions.geobatch.flow.event.listeners.cumulator
 
it.geosolutions.geobatch.flow.event.listeners.logger - package it.geosolutions.geobatch.flow.event.listeners.logger
 
it.geosolutions.geobatch.flow.event.listeners.status - package it.geosolutions.geobatch.flow.event.listeners.status
 
it.geosolutions.geobatch.global - package it.geosolutions.geobatch.global
 
it.geosolutions.geobatch.settings - package it.geosolutions.geobatch.settings
 
it.geosolutions.geobatch.settings.flow - package it.geosolutions.geobatch.settings.flow
 
it.geosolutions.geobatch.settings.jai - package it.geosolutions.geobatch.settings.jai
 

J

JAISettings - Class in it.geosolutions.geobatch.settings.jai
 
JAISettings() - Constructor for class it.geosolutions.geobatch.settings.jai.JAISettings
 
JAISettingsListener - Class in it.geosolutions.geobatch.settings.jai
 
JAISettingsListener() - Constructor for class it.geosolutions.geobatch.settings.jai.JAISettingsListener
 

L

load() - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
loggerName - Variable in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerConfiguration
 
LoggingProgressListener - Class in it.geosolutions.geobatch.flow.event.listeners.logger
 
LoggingProgressListener(LoggingProgressListenerConfiguration, Identifiable) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
LoggingProgressListenerConfiguration - Class in it.geosolutions.geobatch.flow.event.listeners.logger
 
LoggingProgressListenerConfiguration(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerConfiguration
 
LoggingProgressListenerConfigurationAliasRegistrar - Class in it.geosolutions.geobatch.flow.event.listeners.logger
Register XStream aliases for the relevant services we ship in this class.
LoggingProgressListenerConfigurationAliasRegistrar(AliasRegistry) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerConfigurationAliasRegistrar
A basic constructor to put the LoggingProgressListener Conf alias into registry.
LoggingProgressListenerService - Class in it.geosolutions.geobatch.flow.event.listeners.logger
 
LoggingProgressListenerService(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerService
 

M

msg(String) - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 

O

onStartup(GBSettingsDAO) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettingsListener
 
onStartup(GBSettingsDAO) - Method in class it.geosolutions.geobatch.settings.jai.JAISettingsListener
 

P

paused() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
paused() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
paused - Variable in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
paused() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
persist(T) - Method in interface it.geosolutions.geobatch.catalog.dao.DAO
 
persist() - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
progressing() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
progressing() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
progressing() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
This event should trigger some refresh on interactive displays, but we don't need it

R

refresh(T) - Method in interface it.geosolutions.geobatch.catalog.dao.DAO
 
remove(FlowManager<EO, FC>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
Removes an existing resource.
remove(T) - Method in interface it.geosolutions.geobatch.catalog.dao.DAO
 
remove(FlowManager<EO, FC>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
remove() - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
removed(T) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
removeListener(CatalogListener) - Method in interface it.geosolutions.geobatch.catalog.Catalog
Removes a listener from the catalog.
removeListener(CatalogListener) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
removeListener(GBSettingsListener) - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
resumed() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
resumed() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
resumed() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 

S

save(FlowManager<E, FC>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
Saves a resource which has been modified.
save(FlowManager<EO, FC>) - Method in class it.geosolutions.geobatch.catalog.impl.BaseCatalog
 
save(GBSettings) - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
setAllowInterpolation(boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setAllowNativeMosaic(boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setApplicationContext(ApplicationContext) - Method in class it.geosolutions.geobatch.settings.GBSettingsProcessor
 
setCatalog(Catalog) - Static method in class it.geosolutions.geobatch.global.CatalogHolder
 
setConfiguration(C) - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
setCorePoolSize(int) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
setDAO(DAO<C, ?>) - Method in interface it.geosolutions.geobatch.catalog.Catalog
 
setDAO(DAO) - Method in class it.geosolutions.geobatch.catalog.impl.BasePersistentResource
 
setImageIOCache(boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setJai(JAI) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setJpegAcceleration(boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setKeepAliveTime(int) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
setLoggerName(String) - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListenerConfiguration
 
setMaximumPoolSize(int) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
setMaxStoredConsumers(int) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
setMemoryCapacity(double) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setMemoryThreshold(double) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setNewValues(List<T>) - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
setOldValues(List<T>) - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
setPngAcceleration(boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setPropertyNames(List<String>) - Method in class it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl
 
setRecycling(boolean) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setSettingsCatalog(GBSettingsCatalog) - Method in class it.geosolutions.geobatch.global.CatalogHolder
 
setSettingsCatalog(GBSettingsCatalog) - Method in class it.geosolutions.geobatch.settings.GBSettingsProcessor
 
setSettingsDAO(GBSettingsDAO) - Method in class it.geosolutions.geobatch.settings.GBSettingsCatalogImpl
 
setSettingsDAO(GBSettingsDAO) - Method in class it.geosolutions.geobatch.settings.GBSettingsProcessor
 
setTileCache(TileCache) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setTilePriority(int) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setTileThreads(int) - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 
setWorkQueueSize(int) - Method in class it.geosolutions.geobatch.settings.flow.FlowSettings
 
started() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
started() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
started - Variable in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
started() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
StatusProgressListener - Class in it.geosolutions.geobatch.flow.event.listeners.status
Remember the state of the event firer.
StatusProgressListener(StatusProgressListenerConfiguration, Identifiable) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
StatusProgressListenerConfiguration - Class in it.geosolutions.geobatch.flow.event.listeners.status
 
StatusProgressListenerConfiguration(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListenerConfiguration
 
StatusProgressListenerConfigurationAliasRegistrar - Class in it.geosolutions.geobatch.flow.event.listeners.status
Register XStream aliases for the relevant services we ship in this class.
StatusProgressListenerConfigurationAliasRegistrar(AliasRegistry) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListenerConfigurationAliasRegistrar
A basic constructor to put the LoggingProgressListener Conf alias into registry.
StatusProgressListenerService - Class in it.geosolutions.geobatch.flow.event.listeners.status
 
StatusProgressListenerService(String, String, String) - Constructor for class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListenerService
Constructor forcing initialization of: id ,name and description of this resource

T

terminated() - Method in class it.geosolutions.geobatch.flow.event.listeners.cumulator.CumulatingProgressListener
 
terminated() - Method in class it.geosolutions.geobatch.flow.event.listeners.logger.LoggingProgressListener
 
terminated - Variable in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
terminated() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
toString() - Method in class it.geosolutions.geobatch.flow.event.listeners.status.StatusProgressListener
 
toString() - Method in class it.geosolutions.geobatch.settings.jai.JAISettings
 

A B C D E F G I J L M O P R S T

Copyright © 2008-2012 GeoSolutions. All Rights Reserved.