Uses of Interface
org.jcoderz.commons.config.ConfigurationCacheInterface

Packages that use ConfigurationCacheInterface
org.jcoderz.commons.config   
 

Uses of ConfigurationCacheInterface in org.jcoderz.commons.config
 

Classes in org.jcoderz.commons.config that implement ConfigurationCacheInterface
 class ConfigurationCacheByDbReadOnlyImpl
          This ConfigurationCache implementation is based on a ReadOnly EntityBean that stores its data within a database table.
 class ConfigurationCacheByPropertiesImpl
          This ConfigurationCache implementation is based on a property file.
 

Methods in org.jcoderz.commons.config that return ConfigurationCacheInterface
protected  ConfigurationCacheInterface ConfigurationServiceCommonImpl.getConfigurationCacheCurrent()
           
 



Copyright 2007 The jCoderZ Project.