| Package | Description |
|---|---|
| org.glassfish.hk2.runlevel | |
| org.glassfish.hk2.runlevel.internal |
| Class and Description |
|---|
| CurrentlyRunningException
This exception is thrown by proceedTo if there is currently a
job being run when proceedTo is called
|
| RunLevelController.ThreadingPolicy
These are the policies for how the RunLevelController
will use threads
|
| RunLevelFuture
This is the Future object that will be returned by the
RunLevelController and it contains extra information about
the job being done
|
| Class and Description |
|---|
| CurrentlyRunningException
This exception is thrown by proceedTo if there is currently a
job being run when proceedTo is called
|
| RunLevelController
Implementations of this contract are responsible for orchestration
lifecycle events (i.e., start levels) in Hk2.
|
| RunLevelController.ThreadingPolicy
These are the policies for how the RunLevelController
will use threads
|
| 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.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.