Uses of Class
org.glassfish.hk2.runlevel.CurrentlyRunningException
Packages that use CurrentlyRunningException
-
Uses of CurrentlyRunningException in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel that throw CurrentlyRunningExceptionModifier and TypeMethodDescriptionvoid
RunLevelController.proceedTo
(int runLevel) This method will move to the given run level synchronously as perRunLevelController.proceedToAsync(int)
.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 CurrentlyRunningExceptionModifier and TypeMethodDescriptionAsyncRunLevelContext.proceedTo
(int level) This method is called to change the proceedTo level of the systemRunLevelControllerImpl.proceedToAsync
(int runLevel)