Package | Description |
---|---|
org.glassfish.hk2.runlevel | |
org.glassfish.hk2.runlevel.internal |
Modifier and Type | Field and Description |
---|---|
private AsyncRunLevelContext |
RunLevelContext.asyncRunLevelContext |
Constructor and Description |
---|
RunLevelContext(AsyncRunLevelContext asyncRunLevelContext) |
Modifier and Type | Field and Description |
---|---|
private AsyncRunLevelContext |
CurrentTaskFuture.asyncContext |
private AsyncRunLevelContext |
CurrentTaskFuture.QueueRunner.asyncContext |
private AsyncRunLevelContext |
RunLevelControllerImpl.context |
Constructor and Description |
---|
CurrentTaskFuture(AsyncRunLevelContext asyncContext,
java.util.concurrent.Executor executor,
ServiceLocator locator,
int proposedLevel,
int maxThreads,
boolean useThreads,
long cancelTimeout,
java.util.Timer timer) |
QueueRunner(ServiceLocator locator,
AsyncRunLevelContext asyncContext,
java.lang.Object queueLock,
java.util.List<ServiceHandle<?>> queue,
CurrentTaskFuture.UpOneLevel parent,
java.lang.Object parentLock,
int maxThreads) |