Class ConfigurationObjectCache

java.lang.Object
com.germinus.easyconf.ConfigurationObjectCache

public class ConfigurationObjectCache extends Object
Holds a configuration object and reloads it when necessary
Version:
$Revision: 1.4 $
Author:
Jorge Ferrer
  • Field Details

    • configurationObject

      Object configurationObject
    • reloadingStrategy

      ReloadingStrategy reloadingStrategy
    • reloadLock

      Object reloadLock
    • loader

    • log

      private static final Log log
    • confFileUrl

      private URL confFileUrl
    • properties

      private ComponentProperties properties
    • confName

      private String confName
  • Constructor Details

  • Method Details

    • getConfigurationObject

      public Object getConfigurationObject()
    • getConfName

      public String getConfName()
    • reload

      private void reload()
    • getReloadingStrategy

      private ReloadingStrategy getReloadingStrategy()
    • setReloadingStrategy

      public void setReloadingStrategy(ReloadingStrategy strategy)