Searched defs:DirectoryThread (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDirectoryThread.java59 * "extends DirectoryThread". This provides various value-added
78 public class DirectoryThread class in inherits:Thread
84 * {@code DirectoryThread} instances.
121 return new DirectoryThread(r, threadNamePrefix + " "
181 return "org.opends.server.api.DirectoryThread";
226 public DirectoryThread(Runnable target, String threadName) method in class:DirectoryThread
242 protected DirectoryThread(String threadName) method in class:DirectoryThread
260 if (parentThread instanceof DirectoryThread)
262 task = ((DirectoryThread) parentThread).task;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java53 * "extends DirectoryThread". This provides various value-added
72 public class DirectoryThread class in inherits:Thread
78 * {@code DirectoryThread} instances.
116 return new DirectoryThread(r, threadNamePrefix + " "
172 return "org.opends.server.api.DirectoryThread";
223 public DirectoryThread(Runnable target, String threadName) method in class:DirectoryThread
239 protected DirectoryThread(String threadName) method in class:DirectoryThread
257 if (parentThread instanceof DirectoryThread)
259 task = ((DirectoryThread) parentThread).task;
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java52 * "extends DirectoryThread". This provides various value-added
71 public class DirectoryThread extends Thread class in inherits:Thread
123 * {@code DirectoryThread} instances.
158 return new DirectoryThread(r, threadNamePrefix + " "
224 return DirectoryThread.class.getName();
276 public DirectoryThread(Runnable target, String threadName) method in class:DirectoryThread
289 protected DirectoryThread(String threadName) method in class:DirectoryThread
305 if (parentThread instanceof DirectoryThread)
307 task = ((DirectoryThread) parentThread).task;
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java53 * "extends DirectoryThread". This provides various value-added
72 public class DirectoryThread extends Thread class in inherits:Thread
124 * {@code DirectoryThread} instances.
159 return new DirectoryThread(r, threadNamePrefix + " "
225 return DirectoryThread.class.getName();
277 public DirectoryThread(Runnable target, String threadName) method in class:DirectoryThread
290 protected DirectoryThread(String threadName) method in class:DirectoryThread
306 if (parentThread instanceof DirectoryThread)
308 task = ((DirectoryThread) parentThread).task;
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java52 * "extends DirectoryThread". This provides various value-added
71 public class DirectoryThread extends Thread class in inherits:Thread
123 * {@code DirectoryThread} instances.
158 return new DirectoryThread(r, threadNamePrefix + " "
224 return DirectoryThread.class.getName();
276 public DirectoryThread(Runnable target, String threadName) method in class:DirectoryThread
289 protected DirectoryThread(String threadName) method in class:DirectoryThread
305 if (parentThread instanceof DirectoryThread)
307 task = ((DirectoryThread) parentThread).task;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java49 * "extends DirectoryThread". This provides various value-added
68 public class DirectoryThread extends Thread class in inherits:Thread
120 * {@code DirectoryThread} instances.
153 return new DirectoryThread(r, threadNamePrefix + " "
206 return DirectoryThread.class.getName();
252 public DirectoryThread(Runnable target, String threadName) method in class:DirectoryThread
265 protected DirectoryThread(String threadName) method in class:DirectoryThread
281 if (parentThread instanceof DirectoryThread)
283 task = ((DirectoryThread) parentThread).task;

Completed in 25 milliseconds