Uses of Interface
org.glassfish.hk2.runlevel.RunLevelFuture
-
Packages that use RunLevelFuture Package Description org.glassfish.hk2.runlevel org.glassfish.hk2.runlevel.internal -
-
Uses of RunLevelFuture in org.glassfish.hk2.runlevel
Subinterfaces of RunLevelFuture in org.glassfish.hk2.runlevel Modifier and Type Interface Description interface
ChangeableRunLevelFuture
Fields in org.glassfish.hk2.runlevel declared as RunLevelFuture Modifier and Type Field Description private RunLevelFuture
CurrentlyRunningException. currentJob
Methods in org.glassfish.hk2.runlevel that return RunLevelFuture Modifier and Type Method Description RunLevelFuture
CurrentlyRunningException. getCurrentJob()
Gets the job current in progressRunLevelFuture
RunLevelController. getCurrentProceeding()
This method will return the current proceedTo that the RunLevelController is working on, or it will return null if the controller is not currently moving up or downRunLevelFuture
RunLevelController. proceedToAsync(int runLevel)
Causes this RunLevelController to move to the specified run level for allRunLevel
instances, orchestrating the appropriate lifecycle events.Methods in org.glassfish.hk2.runlevel with parameters of type RunLevelFuture Modifier and Type Method Description void
RunLevelListener. onCancelled(RunLevelFuture currentJob, int levelAchieved)
Called when an RunLevelController implementation's proceedTo() operation has been canceled for some reason.void
RunLevelListener. onError(RunLevelFuture currentJob, ErrorInformation errorInformation)
Called when a service throws an exception during a proceedTo operationConstructors in org.glassfish.hk2.runlevel with parameters of type RunLevelFuture Constructor Description CurrentlyRunningException(RunLevelFuture runLevelFuture)
Constructor with job that is in progress -
Uses of RunLevelFuture in org.glassfish.hk2.runlevel.internal
Classes in org.glassfish.hk2.runlevel.internal that implement RunLevelFuture Modifier and Type Class Description class
CurrentTaskFuture
This is the implementation of RunLevelFuture.class
CurrentTaskFutureWrapper
This object is used to wrap the internal CurrentTaskFuture which is a ChangeableRunLevelFuture.Methods in org.glassfish.hk2.runlevel.internal that return RunLevelFuture Modifier and Type Method Description RunLevelFuture
AsyncRunLevelContext. getCurrentFuture()
Gets the current taskRunLevelFuture
RunLevelControllerImpl. getCurrentProceeding()
RunLevelFuture
AsyncRunLevelContext. proceedTo(int level)
This method is called to change the proceedTo level of the systemRunLevelFuture
RunLevelControllerImpl. proceedToAsync(int runLevel)
-