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

Packages that use RunLevelState
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.internal.runlevel   
 

Uses of RunLevelState in com.sun.hk2.component
 

Methods in com.sun.hk2.component that return RunLevelState
 RunLevelState<?> RunLevelInhabitant.getState()
           
 

Uses of RunLevelState in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return RunLevelState
 RunLevelState<T> RunLevelService.getState()
          Returns the current state of this RunLevelService instance.
 RunLevelState<T> AbstractRunLevelService.getState()
           
 

Methods in org.jvnet.hk2.component with parameters of type RunLevelState
 void RunLevelListener.onCancelled(RunLevelState<?> state, ServiceContext ctx, int previousProceedTo, boolean isInterrupt)
          Called when an RunLevelService implementation's proceedTo() operation has been canceled for some reason.
 void RunLevelListener.onError(RunLevelState<?> state, ServiceContext context, Throwable error, boolean willContinue)
          Called when a service throws an exception during lifecycle orchestration.
 void RunLevelListener.onProgress(RunLevelState<?> state)
          Called when the RunLevelService advances in some tangible way.
 

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

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

Methods in org.jvnet.hk2.component.internal.runlevel that return RunLevelState
 RunLevelState<Void> DefaultRunLevelService.getState()
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.