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

Packages that use InhabitantSorter
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.internal.runlevel   
 

Uses of InhabitantSorter in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type InhabitantSorter
 void AbstractRunLevelService.setInhabitantSorter(InhabitantSorter sorter)
          Overrides the default behavior of getting the inhabitant sorter from the habitat to use a stand-in sorter instead.
 

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.
 

Methods in org.jvnet.hk2.component.internal.runlevel with parameters of type InhabitantSorter
 void DefaultRunLevelService.setInhabitantSorter(InhabitantSorter sorter)
          Overrides the default behavior of getting the inhabitant sorter from the habitat to use a stand-in sorter instead.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.