| Package | Description |
|---|---|
| org.glassfish.hk2.runlevel | |
| org.glassfish.hk2.runlevel.utilities |
| Modifier and Type | Method and Description |
|---|---|
void |
RunLevelListener.onCancelled(RunLevelController controller,
int previousProceedTo,
boolean isInterrupt)
Called when an RunLevelController implementation's proceedTo() operation
has been canceled for some reason.
|
void |
RunLevelListener.onError(RunLevelController controller,
java.lang.Throwable error,
boolean willContinue)
Called when a service throws an exception during lifecycle
orchestration.
|
void |
RunLevelListener.onProgress(RunLevelController controller)
Called when the RunLevelController advances in some tangible way.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RunLevelControllerImpl
The default
RunLevelController implementation for Hk2. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.