Package org.glassfish.hk2.runlevel
-
Interface Summary Interface Description ChangeableRunLevelFuture ErrorInformation ProgressStartedListener Instances of classes implementing this contract can be registered with HK2 to be informed when the system starts progressing to a new level, either upward or downwardRunLevelController A RunLevelContoller controls the current state of services registered in theRunLevel
scope.RunLevelFuture This is the Future object that will be returned by the RunLevelController and it contains extra information about the job being doneRunLevelListener Instances of classes implementing this contract can be registered with HK2 to be informed of events of RunLevelControllers.Sorter Contract for sorting descriptors for run level services. -
Class Summary Class Description RunLevelContext RunLevelServiceModule This module can be used to enable the RunLevelService in a system not using automatic service discovery.RunLevelServiceUtilities Utilities for using the RunLevelService -
Enum Summary Enum Description ErrorInformation.ErrorAction The set of actions that the system can perform when an error is detectedRunLevelController.ThreadingPolicy These are the policies for how the RunLevelController will use threads -
Exception Summary Exception Description CurrentlyRunningException This exception is thrown by proceedTo if there is currently a job being run when proceedTo is calledRunLevelException Exception related to the operations of theRunLevelController
. -
Annotation Types Summary Annotation Type Description RunLevel Defines a run/start level.