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 interfaceChangeableRunLevelFutureFields in org.glassfish.hk2.runlevel declared as RunLevelFuture Modifier and Type Field Description private RunLevelFutureCurrentlyRunningException. currentJobMethods in org.glassfish.hk2.runlevel that return RunLevelFuture Modifier and Type Method Description RunLevelFutureCurrentlyRunningException. getCurrentJob()Gets the job current in progressRunLevelFutureRunLevelController. 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 downRunLevelFutureRunLevelController. proceedToAsync(int runLevel)Causes this RunLevelController to move to the specified run level for allRunLevelinstances, orchestrating the appropriate lifecycle events.Methods in org.glassfish.hk2.runlevel with parameters of type RunLevelFuture Modifier and Type Method Description voidRunLevelListener. onCancelled(RunLevelFuture currentJob, int levelAchieved)Called when an RunLevelController implementation's proceedTo() operation has been canceled for some reason.voidRunLevelListener. 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 classCurrentTaskFutureThis is the implementation of RunLevelFuture.classCurrentTaskFutureWrapperThis 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 RunLevelFutureAsyncRunLevelContext. getCurrentFuture()Gets the current taskRunLevelFutureRunLevelControllerImpl. getCurrentProceeding()RunLevelFutureAsyncRunLevelContext. proceedTo(int level)This method is called to change the proceedTo level of the systemRunLevelFutureRunLevelControllerImpl. proceedToAsync(int runLevel)
-