Uses of Interface
org.sape.carbon.core.component.ComponentKeeper

Packages that use ComponentKeeper
org.sape.carbon.core.bootstrap   
org.sape.carbon.core.component   
 

Uses of ComponentKeeper in org.sape.carbon.core.bootstrap
 

Fields in org.sape.carbon.core.bootstrap declared as ComponentKeeper
private  ComponentKeeper BootStrapper.componentKeeper
          The ComponentKeeper for the Carbon Core
 

Methods in org.sape.carbon.core.bootstrap that return ComponentKeeper
 ComponentKeeper Loader.fetchComponentKeeper(ConfigurationService configurationService)
           Loads the ComponentKeeper for the system and returns it.
 ComponentKeeper DefaultLoader.fetchComponentKeeper(ConfigurationService configurationService)
           Loads the ComponentKeeper for the system and returns it.
 ComponentKeeper BootStrapper.fetchComponentKeeper()
          Gets a reference to the ComponentKeeper for the system.
 

Uses of ComponentKeeper in org.sape.carbon.core.component
 

Classes in org.sape.carbon.core.component that implement ComponentKeeper
 class DefaultComponentKeeper
          The default implemetation of ComponentKeeper.
 

Fields in org.sape.carbon.core.component declared as ComponentKeeper
private  ComponentKeeper Lookup.componentKeeper
          Reference to the component keeper.
 

Methods in org.sape.carbon.core.component that return ComponentKeeper
 ComponentKeeper Lookup.getComponentKeeper()
          Gets the ComponentKeeper for the system.
 ComponentKeeper DefaultComponentKeeperFactory.getInstance(ComponentKeeperConfiguration configuration)
          Retrieves the correct instance of the component keeper.
 ComponentKeeper ComponentKeeperFactory.getInstance(ComponentKeeperConfiguration configuration)
          Gets an instance of a ComponentKeeper using the ComponentKeeperConfiguration to determine the appropriate behavior.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.