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

Package class diagram package SerializableConfigurationPropertiesManagement
All Superinterfaces:
ConfigurationProperties, ConfigurationPropertiesManagement, Serializable, SerializableConfigurationProperties
All Known Subinterfaces:
SerializableConfigurationPropertiesManagementSpi
All Known Implementing Classes:
AbstractInMemoryConfigurationProperties, BootConfigurationProperties, ClasspathConfigurationProperties, ConfigurationPropertiesManagementProxy, ConfigurationPropertiesManagementWithDefaults, DataSourceConfigurationProperties, JndiConfigurationProperties, PropertiesConfigurationProperties, SerializableCacheConfigurationPropertiesManagement

public interface SerializableConfigurationPropertiesManagement
     
     
extends SerializableConfigurationProperties, ConfigurationPropertiesManagement, Serializable

Provides management access to the serializable configuration properties. Allows to add properties and other functions not related with accessing property values.

The serializability does not necessarily imply that the values are stored in a serialized form. It is more likely that the values can be retrieved from the runtime after deserialization.

Implementation Notes:
This interface is intended to be implemented by service providers. API users are intended to us this interface to access properties. For details on creating instances of classes implementing this interface please refer to de.smartics.properties.api.config.

Method Summary
 
Methods inherited from interface de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement
addDefinitions, addDescriptors, flush, getDescriptor, getDescriptor, getMandatoryPropertyDescriptors, getPropertyStoreAccessor, getPropertyValueSecurity, getRegistry, setProperty, setToAdminMode, toRepresentative, toSerializable, unsetProperty
 
Methods inherited from interface de.smartics.properties.api.config.domain.ConfigurationProperties
addPropertyChangeListener, addPropertyChangeListener, getContext, getContext, getKey, getProperties, getProperty, getProperty, getProperty, getProperty, getProperty, getPropertyAsType, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueAsString, getPropertyValueAsString, getValidatedProperty, getValidatedProperty, getValidatedProperty, isInAdminMode, removePropertyChangeListener, removePropertyChangeListener, validate, validate, validate, validate, validate
 



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