Uses of Interface
com.rhi.architecture.resource.Resource

Packages that use Resource
com.rhi.architecture.cache   
com.rhi.architecture.cache.simple   
com.rhi.architecture.config   
com.rhi.architecture.db   
com.rhi.architecture.logging   
com.rhi.architecture.resource   
com.rhi.architecture.resource.shmem   
 

Uses of Resource in com.rhi.architecture.cache
 

Subinterfaces of Resource in com.rhi.architecture.cache
 interface CacheFactory
          Interface that needs to be implemented by all Factory classes for creation/retrieval of specific cache mgr and initilizing cache.
 

Uses of Resource in com.rhi.architecture.cache.simple
 

Classes in com.rhi.architecture.cache.simple that implement Resource
 class SimpleCacheFactory
          CacheFactory class manages caching creation/retrieval of specific cache mgr.
 

Uses of Resource in com.rhi.architecture.config
 

Classes in com.rhi.architecture.config that implement Resource
 class ConfigFacility
          Provide access to the application configuration information for any calling class.
 

Uses of Resource in com.rhi.architecture.db
 

Classes in com.rhi.architecture.db that implement Resource
 class DataSourceFactory
          Factory for creating DataSources that pool database connections.
 class JDODatabaseFactory
          Castor JDO Database pooling factory.
 

Uses of Resource in com.rhi.architecture.logging
 

Classes in com.rhi.architecture.logging that implement Resource
 class BasicLog4JFactory
          The Log4JFactory/Log4JLogger are holdovers from a specific system that required some special configuration.
 class DefaultLogFactory
          DefaultLogFactory used to construct DefaultLogger which logs all messages to stderr.
 class DefaultLogger
          This class exists so that if the Log initialization fails, there is some way to write messages about what happened.
 class JDK14LogFactory
          LogFactory impl that wraps the 1.4 logger classes.
 class JDK14Logger
          Logger impl that wraps the 1.4 logging classes.
 class Log4JFactory
          Log4J Factory
 class Log4JLogger
          Log4JLogger
 class LogFactory
          LogFactory - create Factory for a certain logging library.
 class Logger
          Logger interface
 

Uses of Resource in com.rhi.architecture.resource
 

Methods in com.rhi.architecture.resource with parameters of type Resource
 void ResourceContext.register(java.lang.Object name, Resource resource)
          Manually register a resource w/ the ResourceContext object.
 

Uses of Resource in com.rhi.architecture.resource.shmem
 

Subinterfaces of Resource in com.rhi.architecture.resource.shmem
 interface SharedMemory
          Interface for SharedMemory classes
 

Classes in com.rhi.architecture.resource.shmem that implement Resource
 class PersistentSharedMemory
          Object used to share memory between threads.
 class TransientSharedMemory
          A shared object which can be created as a resource.
 



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