|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunLevelState | |
|---|---|
| org.jvnet.hk2.component | Primary API surface of HK2. Start with Habitat. |
| org.jvnet.hk2.component.internal.runlevel | |
| 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. |
| Methods in org.jvnet.hk2.component with parameters of type RunLevelState | |
|---|---|
void |
RunLevelListener.onCancelled(RunLevelState<?> state,
int previousProceedTo)
Called when an asynchronous RunLevelService implementation's proceedTo() operation has been interrupted with a new proceedTo() call. |
void |
RunLevelListener.onError(RunLevelState<?> state,
ServiceContext context,
java.lang.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 environment RunLevelService implementation. |
| Methods in org.jvnet.hk2.component.internal.runlevel that return RunLevelState | |
|---|---|
RunLevelState<java.lang.Void> |
DefaultRunLevelService.getState()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||