Uses of Interface
org.jvnet.hk2.component.InhabitantSorter

Packages that use InhabitantSorter
org.jvnet.hk2.component.internal.runlevel   
 

Uses of InhabitantSorter in org.jvnet.hk2.component.internal.runlevel
 

Classes in org.jvnet.hk2.component.internal.runlevel that implement InhabitantSorter
 class DefaultRunLevelService
          The default RunLevelService implementation for Hk2.
 

Methods in org.jvnet.hk2.component.internal.runlevel that return InhabitantSorter
protected  InhabitantSorter DefaultRunLevelService.getInhabitantSorter()
          Obtains the "best" InhabitantSorter, first looking up out of the habitat any service registered under the same name as ourself, then defaulting to the first one registered by type alone, followed by ourself.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.