Uses of Class
org.kuali.rice.core.config.ContextualConfigLock

Packages that use ContextualConfigLock
org.kuali.rice.core.config   
 

Uses of ContextualConfigLock in org.kuali.rice.core.config
 

Fields in org.kuali.rice.core.config declared as ContextualConfigLock
private static ContextualConfigLock ConfigContext.initialized
          Concurrency utility which allows other, loosely coupled, components to wait for configuration initialization to complete before proceeding (namely the SpringServiceLocator, before it initializes Spring)
 

Methods in org.kuali.rice.core.config that return ContextualConfigLock
static ContextualConfigLock ConfigContext.getInitializedCondition()
          Returns the Condition that allows waiting on configuration to complete
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.