Package | Description |
---|---|
org.glassfish.hk2.runlevel.internal |
Modifier and Type | Field and Description |
---|---|
private CurrentTaskFuture |
CurrentTaskFuture.UpOneLevel.currentTaskFuture |
private CurrentTaskFuture |
CurrentTaskFutureWrapper.delegate |
private CurrentTaskFuture |
CurrentTaskFuture.UpAllTheWay.future |
private CurrentTaskFuture |
CurrentTaskFuture.DownAllTheWay.future |
Modifier and Type | Method and Description |
---|---|
(package private) CurrentTaskFuture |
CurrentTaskFutureWrapper.getDelegate() |
Modifier and Type | Method and Description |
---|---|
private static void |
CurrentTaskFuture.invokeOnCancelled(CurrentTaskFuture job,
int levelAchieved,
java.util.List<ServiceHandle<RunLevelListener>> listeners) |
private static ErrorInformation |
CurrentTaskFuture.invokeOnError(CurrentTaskFuture job,
java.lang.Throwable th,
ErrorInformation.ErrorAction action,
java.util.List<ServiceHandle<RunLevelListener>> listeners,
Descriptor descriptor) |
Constructor and Description |
---|
CurrentTaskFutureWrapper(CurrentTaskFuture delegate) |
DownAllTheWay(int goingTo,
CurrentTaskFuture future,
java.util.List<ServiceHandle<RunLevelListener>> listeners) |
UpAllTheWay(int goingTo,
CurrentTaskFuture future,
java.util.List<ServiceHandle<RunLevelListener>> listeners,
java.util.List<ServiceHandle<Sorter>> sorters,
int maxThreads,
boolean useThreads,
long cancelTimeout) |
UpOneLevel(int paramUpToThisLevel,
CurrentTaskFuture.UpAllTheWay master,
CurrentTaskFuture currentTaskFuture,
java.util.List<ServiceHandle<RunLevelListener>> listeners,
java.util.List<ServiceHandle<Sorter>> sorters,
int maxThreads,
long cancelTimeout) |