| Package | Description |
|---|---|
| org.glassfish.hk2.runlevel | |
| org.glassfish.hk2.runlevel.utilities |
| Modifier and Type | Method and Description |
|---|---|
Activator |
RunLevelController.getDefaultActivator()
Returns the default activator which can be used to properly activate
and deactivate run-level services
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunLevelController.proceedTo(int runLevel,
Activator activator)
Causes this RunLevelController to move to the specified run level for
all
RunLevel instances (identified by
RunLevelControllerIndicator), orchestrating the appropriate
lifecycle events. |
| Modifier and Type | Method and Description |
|---|---|
Activator |
RunLevelControllerImpl.getDefaultActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RunLevelControllerImpl.proceedTo(int runLevel,
Activator activator) |
protected void |
RunLevelControllerImpl.proceedTo(java.lang.Integer runLevel,
boolean isHardInterrupt,
Activator activator)
Proceed to the given run level.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.