Uses of Class
de.smartics.properties.api.config.domain.PropertyStoreException

Packages that use PropertyStoreException
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.impl.config.jndi Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

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

Methods in de.smartics.properties.api.config.domain that throw PropertyStoreException
 Property PropertyStoreAccessor.deletePropertyInStore(String name)
          Deletes the property with the given name.
 PropertyCollection PropertyStoreAccessor.getPropertyCollectionFromStore()
          Returns a collection to iterate over all properties of the configuration.
 Property PropertyStoreAccessor.getPropertyFromStore(String name)
          Fetches the property from the store by the given name.
 Property PropertyStoreAccessor.setPropertyToStore(String name, String value)
          Sets the property to the given value.
 

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

Subclasses of PropertyStoreException in de.smartics.properties.impl.config.jndi
 class JndiPropertyStoreException
          Signals problems with accessing a JNDI property store.
 

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

Methods in de.smartics.properties.spi.config.support that throw PropertyStoreException
protected abstract  void AbstractConfigurationPropertiesManagement.addDefinitionsToStore(PropertyProvider properties)
          Implementations decide whether or not registered definitions should be written to the store.
protected abstract  void AbstractConfigurationPropertiesManagement.setPropertiesToStore(PropertyProvider provider)
          Allows to store all properties efficiently by subclasses.
 



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