Uses of Class
org.glassfish.hk2.runlevel.CurrentlyRunningException
-
Packages that use CurrentlyRunningException Package Description org.glassfish.hk2.runlevel org.glassfish.hk2.runlevel.internal -
-
Uses of CurrentlyRunningException in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel that throw CurrentlyRunningException Modifier and Type Method Description voidRunLevelController. proceedTo(int runLevel)This method will move to the given run level synchronously as perRunLevelController.proceedToAsync(int).RunLevelFutureRunLevelController. proceedToAsync(int runLevel)Causes this RunLevelController to move to the specified run level for allRunLevelinstances, orchestrating the appropriate lifecycle events. -
Uses of CurrentlyRunningException in org.glassfish.hk2.runlevel.internal
Methods in org.glassfish.hk2.runlevel.internal that throw CurrentlyRunningException Modifier and Type Method Description RunLevelFutureAsyncRunLevelContext. proceedTo(int level)This method is called to change the proceedTo level of the systemRunLevelFutureRunLevelControllerImpl. proceedToAsync(int runLevel)
-