Uses of Class
no.sesat.search.site.AbstractSiteKeyedFactory

Packages that use AbstractSiteKeyedFactory
no.sesat.search.site ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
 

Uses of AbstractSiteKeyedFactory in no.sesat.search.site
 

Classes in no.sesat.search.site with type parameters of type AbstractSiteKeyedFactory
protected static interface AbstractSiteKeyedFactory.FactoryConstructor<T extends AbstractSiteKeyedFactory>
          Wraps a constructor so that it may be delegated to from the instanceOf method.
 

Methods in no.sesat.search.site with type parameters of type AbstractSiteKeyedFactory
protected static
<T extends AbstractSiteKeyedFactory>
T
AbstractSiteKeyedFactory.instanceOf(Site site, Map<Site,T> instances, ReentrantReadWriteLock instancesLock, AbstractSiteKeyedFactory.FactoryConstructor<T> constructor)
          Handles the locking pattern around the INSTANCES map that's done with a ReentrantReadWriteLock.
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.