Searched defs:threadID (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DParallelWorkerThread.java92 * @param threadID The thread ID for this worker thread.
94 public ParallelWorkerThread(ParallelWorkQueue workQueue, int threadID) argument
96 super("Worker Thread " + threadID);
H A DTraditionalWorkerThread.java92 * @param threadID The thread ID for this worker thread.
94 public TraditionalWorkerThread(TraditionalWorkQueue workQueue, int threadID) argument
96 super("Worker Thread " + threadID);
/forgerock/opendj2/src/server/org/opends/server/backends/task/
H A DTaskThread.java59 private int threadID; field in class:TaskThread
77 * @param threadID The ID assigned to this task thread.
79 public TaskThread(TaskScheduler taskScheduler, int threadID) argument
81 super("Task Thread " + threadID);
85 this.threadID = threadID;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DParallelWorkerThread.java91 * @param threadID The thread ID for this worker thread.
93 public ParallelWorkerThread(ParallelWorkQueue workQueue, int threadID) argument
95 super("Worker Thread " + threadID);
H A DTraditionalWorkerThread.java89 * @param threadID The thread ID for this worker thread.
91 public TraditionalWorkerThread(TraditionalWorkQueue workQueue, int threadID) argument
93 super("Worker Thread " + threadID);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/task/
H A DTaskThread.java65 private int threadID; field in class:TaskThread
81 * @param threadID The ID assigned to this task thread.
83 public TaskThread(TaskScheduler taskScheduler, int threadID) argument
85 super("Task Thread " + threadID);
89 this.threadID = threadID;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/task/
H A DTaskThread.java65 private int threadID; field in class:TaskThread
81 * @param threadID The ID assigned to this task thread.
83 public TaskThread(TaskScheduler taskScheduler, int threadID) argument
85 super("Task Thread " + threadID);
89 this.threadID = threadID;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DParallelWorkerThread.java92 * @param threadID The thread ID for this worker thread.
94 public ParallelWorkerThread(ParallelWorkQueue workQueue, int threadID) argument
96 super("Worker Thread " + threadID);
H A DTraditionalWorkerThread.java92 * @param threadID The thread ID for this worker thread.
94 public TraditionalWorkerThread(TraditionalWorkQueue workQueue, int threadID) argument
96 super("Worker Thread " + threadID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DParallelWorkerThread.java92 * @param threadID The thread ID for this worker thread.
94 public ParallelWorkerThread(ParallelWorkQueue workQueue, int threadID) argument
96 super("Worker Thread " + threadID);
H A DTraditionalWorkerThread.java92 * @param threadID The thread ID for this worker thread.
94 public TraditionalWorkerThread(TraditionalWorkQueue workQueue, int threadID) argument
96 super("Worker Thread " + threadID);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/task/
H A DTaskThread.java59 private int threadID; field in class:TaskThread
77 * @param threadID The ID assigned to this task thread.
79 public TaskThread(TaskScheduler taskScheduler, int threadID) argument
81 super("Task Thread " + threadID);
85 this.threadID = threadID;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DParallelWorkerThread.java91 * @param threadID The thread ID for this worker thread.
93 public ParallelWorkerThread(ParallelWorkQueue workQueue, int threadID) argument
95 super("Worker Thread " + threadID);
H A DTraditionalWorkerThread.java89 * @param threadID The thread ID for this worker thread.
91 public TraditionalWorkerThread(TraditionalWorkQueue workQueue, int threadID) argument
93 super("Worker Thread " + threadID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/task/
H A DTaskThread.java65 private int threadID; field in class:TaskThread
81 * @param threadID The ID assigned to this task thread.
83 public TaskThread(TaskScheduler taskScheduler, int threadID) argument
85 super("Task Thread " + threadID);
89 this.threadID = threadID;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/task/
H A DTaskThread.java53 private int threadID; field in class:TaskThread
71 * @param threadID The ID assigned to this task thread.
73 public TaskThread(TaskScheduler taskScheduler, int threadID) argument
75 super("Task Thread " + threadID);
79 this.threadID = threadID;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DParallelWorkerThread.java85 * @param threadID The thread ID for this worker thread.
87 public ParallelWorkerThread(ParallelWorkQueue workQueue, int threadID) argument
89 super("Worker Thread " + threadID);
H A DTraditionalWorkerThread.java83 * @param threadID The thread ID for this worker thread.
85 public TraditionalWorkerThread(TraditionalWorkQueue workQueue, int threadID) argument
87 super("Worker Thread " + threadID);

Completed in 40 milliseconds