| Interface | Description |
|---|---|
| RunLevelController |
Implementations of this contract are responsible for orchestration
lifecycle events (i.e., start levels) in Hk2.
|
| RunLevelFuture |
This is the Future object that will be returned by the
RunLevelController and it contains extra information about
the job being done
|
| RunLevelListener |
Implementations of RunLevelController should use this contract for publishing
RunLevel events.
|
| Sorter |
Contract for sorting descriptors for run level services.
|
| Enum | Description |
|---|---|
| RunLevelController.ThreadingPolicy |
These are the policies for how the RunLevelController
will use threads
|
| Exception | Description |
|---|---|
| CurrentlyRunningException |
This exception is thrown by proceedTo if there is currently a
job being run when proceedTo is called
|
| RunLevelException |
Exception related to the operations of the
RunLevelController. |
| Annotation Type | Description |
|---|---|
| RunLevel |
Defines a run/start level.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.