Uses of Interface
de.smartics.properties.api.config.domain.SerializableConfigurationPropertiesManagement

Packages that use SerializableConfigurationPropertiesManagement
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.impl.config.cache Provides a ConfigurationPropertiesManagement implementation that provides a cache. 
de.smartics.properties.impl.config.classpath Provides a ConfigurationProperties implementation based on Properties that provides properties from registered declarations and definitions on the class path. 
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
de.smartics.properties.impl.config.jndi Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. 
de.smartics.properties.impl.config.properties Provides a ConfigurationProperties implementation based on Properties
de.smartics.properties.spi.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.api.config.domain
 

Methods in de.smartics.properties.api.config.domain that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement ConfigurationPropertiesManagement.toSerializable()
          Creates a serializable variant of this implementation.
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.impl.config.cache
 

Classes in de.smartics.properties.impl.config.cache that implement SerializableConfigurationPropertiesManagement
 class SerializableCacheConfigurationPropertiesManagement
          A delegate that provides a cache.
 

Methods in de.smartics.properties.impl.config.cache that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement SerializableCacheConfigurationPropertiesManagement.toSerializable()
           
 SerializableConfigurationPropertiesManagement CacheConfigurationPropertiesManagement.toSerializable()
           
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.impl.config.classpath
 

Classes in de.smartics.properties.impl.config.classpath that implement SerializableConfigurationPropertiesManagement
 class ClasspathConfigurationProperties
          Implementation based on Properties.
 

Methods in de.smartics.properties.impl.config.classpath that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement ClasspathConfigurationProperties.toSerializable()
           
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.impl.config.ds
 

Classes in de.smartics.properties.impl.config.ds that implement SerializableConfigurationPropertiesManagement
 class DataSourceConfigurationProperties
          Implementation based on a data source.
 

Methods in de.smartics.properties.impl.config.ds that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement DataSourceConfigurationProperties.toSerializable()
           
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.impl.config.jndi
 

Classes in de.smartics.properties.impl.config.jndi that implement SerializableConfigurationPropertiesManagement
 class JndiConfigurationProperties
          Implementation based on JNDI.
 

Methods in de.smartics.properties.impl.config.jndi that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement JndiConfigurationProperties.toSerializable()
           
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.impl.config.properties
 

Classes in de.smartics.properties.impl.config.properties that implement SerializableConfigurationPropertiesManagement
 class PropertiesConfigurationProperties
          Implementation based on Properties.
 

Methods in de.smartics.properties.impl.config.properties that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement PropertiesConfigurationProperties.toSerializable()
           
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.spi.config.domain
 

Classes in de.smartics.properties.spi.config.domain that implement SerializableConfigurationPropertiesManagement
 class ConfigurationPropertiesManagementProxy
          A serialization proxy that allows non serializable configuration properties instances to be serialized using their factories cache and ability to recreate that instances.
 

Methods in de.smartics.properties.spi.config.domain that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement ConfigurationPropertiesManagementProxy.toSerializable()
           
 

Uses of SerializableConfigurationPropertiesManagement in de.smartics.properties.spi.config.support
 

Subinterfaces of SerializableConfigurationPropertiesManagement in de.smartics.properties.spi.config.support
 interface SerializableConfigurationPropertiesManagementSpi
          Provides an extended interface to service providers.
 

Classes in de.smartics.properties.spi.config.support that implement SerializableConfigurationPropertiesManagement
 class AbstractInMemoryConfigurationProperties
          An implementation that stores all properties in-memory.
 class BootConfigurationProperties
          Implementation based on Properties.
 class ConfigurationPropertiesManagementWithDefaults
          A configuration properties instance that contains the main configuration properties, which matches the key, and all the defaults that have a partial representation of the key.
 

Methods in de.smartics.properties.spi.config.support that return SerializableConfigurationPropertiesManagement
 SerializableConfigurationPropertiesManagement ConfigurationPropertiesManagementWithDefaults.toSerializable()
           
 SerializableConfigurationPropertiesManagement BootConfigurationProperties.toSerializable()
           
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.