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

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

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

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

Methods in org.jvnet.hk2.component.internal.runlevel that return InhabitantActivator
protected  InhabitantActivator DefaultRunLevelService.getInhabitantActivator()
          Obtains the "best" InhabitantActivator, 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.