Uses of Package
org.jcoderz.commons.config

Packages that use org.jcoderz.commons.config
org.jcoderz.commons   
org.jcoderz.commons.config   
org.jcoderz.commons.connector This package contains a set of classes and interfaces that should be used by a resource adapter specific implementation of the J2EE Connector API. 
 

Classes in org.jcoderz.commons.config used by org.jcoderz.commons
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.
ConfigurationKey
          Holds the ConfigurationKey.
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.
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*.
 

Classes in org.jcoderz.commons.config used by org.jcoderz.commons.config
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}''. .
ConfigEntity
          Remote interface for ConfigEntity.
ConfigEntityBean
          ConfigEntity Entity Bean.
ConfigEntityData
          Data object for ConfigEntity.
ConfigEntityHome
          Home interface for ConfigEntity.
ConfigEntityLocal
          Local interface for ConfigEntity.
ConfigEntityLocalHome
          Local home interface for ConfigEntity.
ConfigEntityPK
          Primary key for ConfigEntity.
ConfigEntityValue
          Read only view to a typed ConfigEntity.
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.
ConfigurationCacheInterface
          ConfigurationCache Interface.
ConfigurationFactoryFailedException
          Failed to create ServiceConfiguration instance for service {CLASSNAME}.
ConfigurationInitializationFailedException
          Failed to initialize Configuration Service.
ConfigurationKey
          Holds the ConfigurationKey.
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.
ConfigurationServiceAdminBean
          The (stateless) session bean fascade of the Configuration Service Administration.
ConfigurationServiceAdminHome
          Home interface for ConfigurationServiceAdmin.
ConfigurationServiceAdminImpl
          Implementation of the ConfigurationService business methods of the administration interface.
ConfigurationServiceAdminInterface
          ConfigurationService's Administration interface.
ConfigurationServiceAdminLocal
          Local interface for ConfigurationServiceAdmin.
ConfigurationServiceAdminLocalHome
          Local home interface for ConfigurationServiceAdmin.
ConfigurationServiceBean
          The (stateless) session bean facade of the Configuration Service.
ConfigurationServiceCommonImpl
          Implementation of the common ConfigurationService business methods.
ConfigurationServiceCommonInterface
          Common ConfigurationService's business interface with getter method to get configuration parameters.
ConfigurationServiceHome
          Home interface for ConfigurationService.
ConfigurationServiceImpl
          Implementation of the ConfigurationService business methods.
ConfigurationServiceInterface
          ConfigurationService's business interface in order to fetch specific configuration data.
ConfigurationServiceLocal
          Local interface for ConfigurationService.
ConfigurationServiceLocalHome
          Local home interface for ConfigurationService.
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}.
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*.
 

Classes in org.jcoderz.commons.config used by org.jcoderz.commons.connector
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.
ConfigurationKey
          Holds the ConfigurationKey.
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.
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*.
 



Copyright 2007 The jCoderZ Project.