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

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

Uses of RunLevelService in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement RunLevelService
 class AbstractRunLevelService<T>
          A default implementation for the RunLevelService that component provides can derive from to provide their own component-related lifecycle.
 

Methods in org.jvnet.hk2.component that return RunLevelService
protected  RunLevelService<T> AbstractRunLevelService.getDelegate()
           
 

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

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

Methods in org.jvnet.hk2.component.internal.runlevel that return RunLevelService
 RunLevelService<?> RunLevelServices.get(Habitat habitat, int rl, Class<?> scope)
          Find the RunLevelService appropriate for the specified RunLevel
 RunLevelService<?> RunLevelServices.get(Habitat habitat, int rl, String scopeName)
           
 RunLevelService<?> DefaultRunLevelService.getParent()
           
 

Methods in org.jvnet.hk2.component.internal.runlevel with parameters of type RunLevelService
 void DefaultRunLevelService.setParent(RunLevelService<?> parent)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.