Package org.jcoderz.commons.config

Interface Summary
ConfigEntity Remote interface for ConfigEntity.
ConfigEntityHome Home interface for ConfigEntity.
ConfigEntityLocal Local interface for ConfigEntity.
ConfigEntityLocalHome Local home interface for ConfigEntity.
ConfigEntityValue Read only view to a typed ConfigEntity.
ConfigurationCacheInterface ConfigurationCache Interface.
ConfigurationListener This interface must be implemented to register to ConfigurationService and handle incoming events that will trigger cache updates if underlying data has been changed.
ConfigurationService Remote interface for ConfigurationService.
ConfigurationServiceAdmin Remote interface for ConfigurationServiceAdmin.
ConfigurationServiceAdminHome Home interface for ConfigurationServiceAdmin.
ConfigurationServiceAdminInterface ConfigurationService's Administration interface.
ConfigurationServiceAdminLocal Local interface for ConfigurationServiceAdmin.
ConfigurationServiceAdminLocalHome Local home interface for ConfigurationServiceAdmin.
ConfigurationServiceCommonInterface Common ConfigurationService's business interface with getter method to get configuration parameters.
ConfigurationServiceHome Home interface for ConfigurationService.
ConfigurationServiceInterface ConfigurationService's business interface in order to fetch specific configuration data.
ConfigurationServiceLocal Local interface for ConfigurationService.
ConfigurationServiceLocalHome Local home interface for ConfigurationService.
ServiceConfiguration The ServiceConfiguration Interface is the super interface for all derived *Service*Configuration interfaces that provide typed interface methods to get the configuration parameters that belong to the corresponding *Service*.
 

Class Summary
CfgLogMessage Enumeration of all Configuration Service log messages.
CfgLogMessage.ConfigurationFactoryFailed Failed to create ServiceConfiguration instance for service {CLASSNAME}. .
CfgLogMessage.ConfigurationInitializationFailed Failed to initialize Configuration Service. .
CfgLogMessage.ConfigurationTypeConversionFailed Config value {VALUE} for key {org.jcoderz.commons.config.ConfigurationKey:KEY} could not be converted to type {TYPE}. .
CfgLogMessage.ConfigurationValueNotFound Could not read config value for {KEY}. .
CfgLogMessage.ConfigurationValueRead Read config value for {KEY} = ''{VALUE}''. .
ConfigEntityBean ConfigEntity Entity Bean.
ConfigEntityCMP CMP layer for ConfigEntity.
ConfigEntityData Data object for ConfigEntity.
ConfigEntityHelper Static access methods for the ConfigEntity Entity Bean.
ConfigEntityJNDIUtil Utility class for ConfigEntity.
ConfigEntityPK Primary key for ConfigEntity.
ConfigEntityUtil Utility class for ConfigEntity.
ConfigEntityValueImpl Read only view to a typed ConfigEntity.
ConfigReaderEntityUtil This class provides utility methods for the home lookup of the ConfigReaderEntity entity bean.
ConfigUpdateEvent The ConfigUpdateEvent is used for triggering *Service*Configuration caches to update their caches, if the underlying configuration service caches or database settings have been changed.
ConfigurationCacheByDbReadOnlyImpl This ConfigurationCache implementation is based on a ReadOnly EntityBean that stores its data within a database table.
ConfigurationCacheByPropertiesImpl This ConfigurationCache implementation is based on a property file.
ConfigurationKey Holds the ConfigurationKey.
ConfigurationServiceAdminBean The (stateless) session bean fascade of the Configuration Service Administration.
ConfigurationServiceAdminImpl Implementation of the ConfigurationService business methods of the administration interface.
ConfigurationServiceAdminJNDIUtil Utility class for ConfigurationServiceAdmin.
ConfigurationServiceAdminSession Session layer for ConfigurationServiceAdmin.
ConfigurationServiceAdminUtil Utility class for ConfigurationServiceAdmin.
ConfigurationServiceBean The (stateless) session bean facade of the Configuration Service.
ConfigurationServiceClientFactory Client factory to create the ConfigurationService (ConfigurationServiceInterface) and the ConfigurationServiceAdmin (ConfigurationServiceAdminInterface).
ConfigurationServiceCommonImpl Implementation of the common ConfigurationService business methods.
ConfigurationServiceContainerFactory Container factory to create the ConfigurationService (ConfigurationServiceInterface) and the ConfigurationServiceAdminService (ConfigurationServiceAdminInterface).
ConfigurationServiceImpl Implementation of the ConfigurationService business methods.
ConfigurationServiceJNDIUtil Utility class for ConfigurationService.
ConfigurationServiceSession Session layer for ConfigurationService.
ConfigurationServiceUtil Utility class for ConfigurationService.
 

Exception Summary
ConfigurationFactoryFailedException Failed to create ServiceConfiguration instance for service {CLASSNAME}.
ConfigurationInitializationFailedException Failed to initialize Configuration Service.
ConfigurationServiceException This is the base exception for all message in the package org.jcoderz.commons.config.
ConfigurationServiceRuntimeException This is the base exception for all message in the package org.jcoderz.commons.config.
ConfigurationTypeConversionFailedException Config value {VALUE} for key {org.jcoderz.commons.config.ConfigurationKey:KEY} could not be converted to type {TYPE}.
ConfigurationValueNotFoundException Could not read config value for {KEY}.
 



Copyright 2007 The jCoderZ Project.