Uses of Class
com.rhi.architecture.config.ConfigurationException

Packages that use ConfigurationException
com.rhi.architecture.config   
com.rhi.architecture.db   
com.rhi.architecture.logging   
 

Uses of ConfigurationException in com.rhi.architecture.config
 

Methods in com.rhi.architecture.config that throw ConfigurationException
 java.util.Properties ConfigFacility.getProperties()
          Returns a copy of the application configuration information.
 

Uses of ConfigurationException in com.rhi.architecture.db
 

Methods in com.rhi.architecture.db that throw ConfigurationException
 org.exolab.castor.jdo.Database JDODatabaseFactory.getDatabase(java.lang.String configFile, java.lang.String dbName)
          get Database
static javax.sql.DataSource DBUtil.getDataSource()
          Get the default DataSource
static javax.sql.DataSource DBUtil.getDataSource(java.lang.String name)
          Get a specific DataSource
 

Uses of ConfigurationException in com.rhi.architecture.logging
 

Methods in com.rhi.architecture.logging that throw ConfigurationException
 Logger JDK14LogFactory.getDefaultLogger()
          return default logger
 Logger JDK14LogFactory.getLogger(java.lang.String type)
          get Logger for provided type
 Logger BasicLog4JFactory.getLogger(java.lang.String type)
           
 Logger BasicLog4JFactory.getDefaultLogger()
          Get default logger.
 LogFactory Log4JLogger.getFactory(java.util.Properties p)
          Load factory - used only for backward compatibility to support users who don't know about the new LogFactory interface & are initializing the Logger class directly.
 Logger DefaultLogFactory.getDefaultLogger()
          There is only 1 stderr, therefore return the 1 Logger which exists.
 Logger DefaultLogFactory.getLogger(java.lang.String type)
          For the default logger, there is no such thing as a logger w/ a specific name, so just return stderr for everything.
static Logger LogUtil.getLogger()
          Get the appropriate Logger instance for this Interface
static Logger LogUtil.getLogger(java.lang.String name)
          This helper method requires that the LogFactory is registered w/ the ResourceContext.
static Logger LogUtil.getLogger(java.lang.Class type)
          This helper method requires that the LogFactory is registered w/ the ResourceContext.
abstract  Logger LogFactory.getDefaultLogger()
          Get default logger.
abstract  Logger LogFactory.getLogger(java.lang.String type)
          Get a logger instance for the provided type.
 Logger LogFactory.getLogger(java.lang.Class type)
          Get a logger instance for the provided type.
static LogFactory LogFactory.getFactory(java.lang.String factoryImpl)
          Get a LogFactory based on the implementation class name provided as a parameter.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.