Class CurrentTaskFuture.DownQueueRunner
- java.lang.Object
-
- org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- CurrentTaskFuture
private static class CurrentTaskFuture.DownQueueRunner extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private booleancaputprivate ServiceLocatorlocatorprivate CurrentTaskFuture.DownAllTheWayparentprivate java.util.List<ActiveDescriptor<?>>queueprivate java.lang.ObjectqueueLock
-
Constructor Summary
Constructors Modifier Constructor Description privateDownQueueRunner(java.lang.Object queueLock, java.util.List<ActiveDescriptor<?>> queue, CurrentTaskFuture.DownAllTheWay parent, ServiceLocator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Field Detail
-
queueLock
private final java.lang.Object queueLock
-
queue
private final java.util.List<ActiveDescriptor<?>> queue
-
parent
private final CurrentTaskFuture.DownAllTheWay parent
-
locator
private final ServiceLocator locator
-
caput
private boolean caput
-
-
Constructor Detail
-
DownQueueRunner
private DownQueueRunner(java.lang.Object queueLock, java.util.List<ActiveDescriptor<?>> queue, CurrentTaskFuture.DownAllTheWay parent, ServiceLocator locator)
-
-