Uses of Interface
biz.hammurapi.config.Component

Packages that use Component
biz.hammurapi.cache   
biz.hammurapi.config   
biz.hammurapi.metrics   
biz.hammurapi.sql   
biz.hammurapi.sql.hypersonic   
biz.hammurapi.util   
 

Uses of Component in biz.hammurapi.cache
 

Subinterfaces of Component in biz.hammurapi.cache
 interface AppendableCache
          Cache which supports addition of values and returns key for added value.
 interface Cache
           
 

Classes in biz.hammurapi.cache that implement Component
 class AppendableMemoryCache
          Cache which supports addition of entries.
 class MemoryCache
          Memory sensitive cache.
 class PassiveMemoryCache
          Memory sensitive cache.
 class SimpleMemoryCache
          Simple cache.
 

Uses of Component in biz.hammurapi.config
 

Subinterfaces of Component in biz.hammurapi.config
 interface NamedComponent
          Component with name.
 interface PoolableComponent
          Component which can be activated, passivated, and validated.
 interface Service
          Service is a marker interface.
 

Classes in biz.hammurapi.config that implement Component
 class ComponentBase
          Base class for components.
 class DomConfigurableContainer
          Simple container
 class ElementNameDomConfigurableContainer
          Uses node name as component name
 class GenericContainer
           
 class JndiBridge
          Binds to jndi context and bridges pv-naming with jndi naming.
 class JndiWrapper
          Binds object from jndi to pv.
 class NameAttributeDomConfigurableContainer
          Uses attribute "component-name" as component name
 class Reference
          This is a dynamic proxy wrapper for one component to obtain a reference to another.
 class RmiComponent
          Base class for components exposed through RMI
 class RmiRegistryComponent
          Wrapper for RMI registry
 class RmiWrapper
          Binds remote object to name tree.
 class ServiceBase
           
 

Uses of Component in biz.hammurapi.metrics
 

Classes in biz.hammurapi.metrics that implement Component
 class HtmlMeasurementCategoryFactory
           
 class RemoteSlicingMeasurementCategoryFactory
           
 class SlicingMeasurementCategoryFactory
           
 class SlicingMeasurementConsumer
          Slices metrics.
 class XmlMeasurementCategoryFactory
           
 

Uses of Component in biz.hammurapi.sql
 

Classes in biz.hammurapi.sql that implement Component
 class ConnectionPerThreadDataSourceComponent
           
 class RowsetConfigurableContainer
          Container, which reads component definitions from rowset.
 

Uses of Component in biz.hammurapi.sql.hypersonic
 

Classes in biz.hammurapi.sql.hypersonic that implement Component
 class HypersonicDataSourceComponent
           
 class HypersonicInMemoryDataSourceComponent
           
 class HypersonicStandaloneDataSourceComponent
           
 class HypersonicTmpDataSourceComponent
           
 

Uses of Component in biz.hammurapi.util
 

Classes in biz.hammurapi.util that implement Component
 class CompositeWorkerContainer
          Simple container
 class ThreadPool
          Distributes work among multiple threads.
 class ThreadPoolComponentWrapper
           
 class WorkerRemotizer
          Exposes local worker as remote
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.