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

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

Uses of InhabitantActivator in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement InhabitantActivator
 class MultiThreadedInhabitantActivator
          A simple multi-threaded based InhabitantActivator
 

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

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.
 

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



Copyright © 2011 Oracle Corporation. All Rights Reserved.