Uses of Interface
org.deegree.commons.config.ResourceManager

Packages that use ResourceManager
org.deegree.commons.config   
org.deegree.commons.jdbc   
org.deegree.commons.utils   
org.deegree.console   
org.deegree.coverage.persistence   
org.deegree.cs.persistence   
org.deegree.feature.persistence   
org.deegree.filter.function   
org.deegree.layer.persistence   
org.deegree.metadata.persistence   
org.deegree.observation.persistence   
org.deegree.remoteows   
org.deegree.rendering.r3d.multiresolution.persistence   
org.deegree.rendering.r3d.persistence   
org.deegree.services.controller   
org.deegree.services.controller.security   
org.deegree.services.wps   
org.deegree.sqldialect   
org.deegree.sqldialect.filter.function   
org.deegree.style.persistence   
org.deegree.theme.persistence   
 

Uses of ResourceManager in org.deegree.commons.config
 

Subinterfaces of ResourceManager in org.deegree.commons.config
 interface ExtendedResourceManager<T extends Resource>
           
 

Classes in org.deegree.commons.config that implement ResourceManager
 class AbstractBasicResourceManager
          Provides some basic functionality for implementing ResourceManagers.
 class AbstractResourceManager<T extends Resource>
           
 

Methods in org.deegree.commons.config with type parameters of type ResourceManager
<T extends ResourceManager>
T
DeegreeWorkspace.getSubsystemManager(Class<T> c)
           
 

Methods in org.deegree.commons.config that return types with arguments of type ResourceManager
 List<ResourceManager> DeegreeWorkspace.getResourceManagers()
           
 

Uses of ResourceManager in org.deegree.commons.jdbc
 

Classes in org.deegree.commons.jdbc that implement ResourceManager
 class ConnectionManager
          Entry point for accessing JDBC connections in deegree that are defined in JDBC configuration files.
 

Uses of ResourceManager in org.deegree.commons.utils
 

Classes in org.deegree.commons.utils that implement ResourceManager
 class ProxyUtils
          Utility class for accessing and modifying the VM's proxy configuration and for opening URL connections that respect proxy configurations which require authentication.
 

Uses of ResourceManager in org.deegree.console
 

Methods in org.deegree.console that return ResourceManager
 ResourceManager ResourceManagerMetadata2.getManager()
           
 ResourceManager Config.getResourceManager()
           
 

Methods in org.deegree.console with parameters of type ResourceManager
static ResourceManagerMetadata2 ResourceManagerMetadata2.getMetadata(ResourceManager rm)
           
 void Config.setResourceManager(ResourceManager resourceManager)
           
 

Constructors in org.deegree.console with parameters of type ResourceManager
Config(ResourceState<?> state, ConfigManager manager, ResourceManager originalResourceManager, String resourceOutcome, boolean autoActivate)
           
 

Uses of ResourceManager in org.deegree.coverage.persistence
 

Classes in org.deegree.coverage.persistence that implement ResourceManager
 class CoverageBuilderManager
          The class TODO add class documentation here.
 

Uses of ResourceManager in org.deegree.cs.persistence
 

Classes in org.deegree.cs.persistence that implement ResourceManager
 class CRSManager
          Entry point for creating and retrieving CRSStore and CRSStoreProvider instances.
 

Uses of ResourceManager in org.deegree.feature.persistence
 

Classes in org.deegree.feature.persistence that implement ResourceManager
 class FeatureStoreManager
          Entry point for creating and retrieving FeatureStore providers and instances.
 

Uses of ResourceManager in org.deegree.filter.function
 

Classes in org.deegree.filter.function that implement ResourceManager
 class FunctionManager
          Entry point for retrieving FunctionProvider instances that are registered via Java SPI.
 

Uses of ResourceManager in org.deegree.layer.persistence
 

Classes in org.deegree.layer.persistence that implement ResourceManager
 class LayerStoreManager
           
 

Uses of ResourceManager in org.deegree.metadata.persistence
 

Classes in org.deegree.metadata.persistence that implement ResourceManager
 class MetadataStoreManager
          Entry point for creating MetadataStore providers and instances.
 

Uses of ResourceManager in org.deegree.observation.persistence
 

Classes in org.deegree.observation.persistence that implement ResourceManager
 class ObservationStoreManager
          The class TODO add class documentation here.
 

Uses of ResourceManager in org.deegree.remoteows
 

Classes in org.deegree.remoteows that implement ResourceManager
 class RemoteOWSManager
           
 class RemoteOWSStoreManager
          Deprecated. 
 

Uses of ResourceManager in org.deegree.rendering.r3d.multiresolution.persistence
 

Classes in org.deegree.rendering.r3d.multiresolution.persistence that implement ResourceManager
 class BatchedMTStoreManager
          The class TODO add class documentation here.
 

Uses of ResourceManager in org.deegree.rendering.r3d.persistence
 

Classes in org.deegree.rendering.r3d.persistence that implement ResourceManager
 class RenderableStoreManager
          The class TODO add class documentation here.
 

Uses of ResourceManager in org.deegree.services.controller
 

Classes in org.deegree.services.controller that implement ResourceManager
 class WebServicesConfiguration
          ExtendedResourceManager for OWS (and web service configuration).
 

Uses of ResourceManager in org.deegree.services.controller.security
 

Classes in org.deegree.services.controller.security that implement ResourceManager
 class SecurityConfiguration
           
 

Uses of ResourceManager in org.deegree.services.wps
 

Classes in org.deegree.services.wps that implement ResourceManager
 class ProcessManager
          Manages the available WPSProcess instances and ProcessProviders for the WPService
 

Uses of ResourceManager in org.deegree.sqldialect
 

Classes in org.deegree.sqldialect that implement ResourceManager
 class SQLDialectManager
          Manager for SQLDialect instances.
 

Uses of ResourceManager in org.deegree.sqldialect.filter.function
 

Classes in org.deegree.sqldialect.filter.function that implement ResourceManager
 class SQLFunctionManager
          Entry point for accessing SQLFunctionProvider instances that are registered via Java SPI.
 

Uses of ResourceManager in org.deegree.style.persistence
 

Classes in org.deegree.style.persistence that implement ResourceManager
 class StyleStoreManager
           
 

Uses of ResourceManager in org.deegree.theme.persistence
 

Classes in org.deegree.theme.persistence that implement ResourceManager
 class ThemeManager
           
 



Copyright © 2011. All Rights Reserved.