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

Packages that use ComponentKeeperConfiguration
org.sape.carbon.core.component   
 

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

Methods in org.sape.carbon.core.component with parameters of type ComponentKeeperConfiguration
 ComponentKeeper DefaultComponentKeeperFactory.getInstance(ComponentKeeperConfiguration configuration)
          Retrieves the correct instance of the component keeper.
private  void DefaultComponentKeeper.configure(ComponentKeeperConfiguration keeperConfiguration)
          Lifecycle method to configure the keeper.
 ComponentKeeper ComponentKeeperFactory.getInstance(ComponentKeeperConfiguration configuration)
          Gets an instance of a ComponentKeeper using the ComponentKeeperConfiguration to determine the appropriate behavior.
 

Constructors in org.sape.carbon.core.component with parameters of type ComponentKeeperConfiguration
DefaultComponentKeeper(ComponentKeeperConfiguration configuration)
          protected constructor prevents direct instantiation but does not prevent extenstion, this is meant to be called by DefaultComponentKeeperFactory
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.