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 void
RunLevelController. proceedTo(int runLevel)
This method will move to the given run level synchronously as perRunLevelController.proceedToAsync(int)
.RunLevelFuture
RunLevelController. proceedToAsync(int runLevel)
Causes this RunLevelController to move to the specified run level for allRunLevel
instances, 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 RunLevelFuture
AsyncRunLevelContext. proceedTo(int level)
This method is called to change the proceedTo level of the systemRunLevelFuture
RunLevelControllerImpl. proceedToAsync(int runLevel)
-