Searched refs:threadName (Results 1 - 25 of 47) sorted by relevance

12

/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingExecutorServiceFactory.java56 public ExecutorService createFixedThreadPool(int pool, String threadName) { argument
57 return decorate(super.createFixedThreadPool(pool, threadName));
71 public ExecutorService createCachedThreadPool(String threadName) { argument
72 return decorate(super.createCachedThreadPool(threadName));
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingExecutorServiceFactory.java58 public ExecutorService createFixedThreadPool(int pool, String threadName) { argument
59 return decorate(delegate.createFixedThreadPool(pool, threadName));
68 public ExecutorService createCachedThreadPool(String threadName) { argument
69 return decorate(delegate.createCachedThreadPool(threadName));
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java273 * @param threadName The human-readable name to use for this
276 public DirectoryThread(Runnable target, String threadName) argument
278 super(DIRECTORY_THREAD_GROUP, target, threadName);
286 * @param threadName The human-readable name to use for this
289 protected DirectoryThread(String threadName) argument
291 super(DIRECTORY_THREAD_GROUP, threadName);
H A DConnectionHandler.java75 * @param threadName
78 protected ConnectionHandler(String threadName) { argument
79 super(threadName);
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDirectoryThread.java223 * @param threadName The human-readable name to use for this
226 public DirectoryThread(Runnable target, String threadName) argument
229 threadName);
239 * @param threadName The human-readable name to use for this
242 protected DirectoryThread(String threadName) argument
244 super(DIRECTORY_THREAD_GROUP, threadName);
H A DConnectionHandler.java76 * @param threadName
79 protected ConnectionHandler(String threadName) { argument
80 super(threadName);
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java274 * @param threadName The human-readable name to use for this
277 public DirectoryThread(Runnable target, String threadName) argument
279 super(DIRECTORY_THREAD_GROUP, target, threadName);
287 * @param threadName The human-readable name to use for this
290 protected DirectoryThread(String threadName) argument
292 super(DIRECTORY_THREAD_GROUP, threadName);
H A DConnectionHandler.java76 * @param threadName
79 protected ConnectionHandler(String threadName) { argument
80 super(threadName);
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java273 * @param threadName The human-readable name to use for this
276 public DirectoryThread(Runnable target, String threadName) argument
278 super(DIRECTORY_THREAD_GROUP, target, threadName);
286 * @param threadName The human-readable name to use for this
289 protected DirectoryThread(String threadName) argument
291 super(DIRECTORY_THREAD_GROUP, threadName);
H A DConnectionHandler.java75 * @param threadName
78 protected ConnectionHandler(String threadName) { argument
79 super(threadName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java220 * @param threadName The human-readable name to use for this
223 public DirectoryThread(Runnable target, String threadName) argument
226 threadName);
236 * @param threadName The human-readable name to use for this
239 protected DirectoryThread(String threadName) argument
241 super(DIRECTORY_THREAD_GROUP, threadName);
H A DConnectionHandler.java76 * @param threadName
79 protected ConnectionHandler(String threadName) { argument
80 super(threadName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java249 * @param threadName The human-readable name to use for this
252 public DirectoryThread(Runnable target, String threadName) argument
254 super(DIRECTORY_THREAD_GROUP, target, threadName);
262 * @param threadName The human-readable name to use for this
265 protected DirectoryThread(String threadName) argument
267 super(DIRECTORY_THREAD_GROUP, threadName);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java78 * @param threadName The name of the heartbeat thread.
83 public HeartbeatThread(String threadName, Session session, argument
86 super(threadName);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DCTHeartbeatPublisherThread.java74 * @param threadName The name of the heartbeat thread.
80 public CTHeartbeatPublisherThread(String threadName, Session session, argument
83 super(threadName);
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java79 * @param threadName The name of the heartbeat thread.
84 public HeartbeatThread(String threadName, Session session, argument
87 super(threadName);
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DCTHeartbeatPublisherThread.java74 * @param threadName The name of the heartbeat thread.
80 CTHeartbeatPublisherThread(String threadName, Session session, argument
83 super(threadName);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java78 * @param threadName The name of the heartbeat thread.
83 public HeartbeatThread(String threadName, Session session, argument
86 super(threadName);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DCTHeartbeatPublisherThread.java74 * @param threadName The name of the heartbeat thread.
80 public CTHeartbeatPublisherThread(String threadName, Session session, argument
83 super(threadName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java78 * @param threadName The name of the heartbeat thread.
83 public HeartbeatThread(String threadName, Session session, argument
86 super(threadName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DCTHeartbeatPublisherThread.java74 * @param threadName The name of the heartbeat thread.
80 public CTHeartbeatPublisherThread(String threadName, Session session, argument
83 super(threadName);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatThread.java79 * @param threadName The name of the heartbeat thread.
84 public HeartbeatThread(String threadName, Session session, argument
87 super(threadName);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DCTHeartbeatPublisherThread.java74 * @param threadName The name of the heartbeat thread.
80 CTHeartbeatPublisherThread(String threadName, Session session, argument
83 super(threadName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DHeartbeatThread.java73 * @param threadName The name of the heartbeat thread.
78 public HeartbeatThread(String threadName, Session session, argument
81 super(threadName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DCTHeartbeatPublisherThread.java68 * @param threadName The name of the heartbeat thread.
74 CTHeartbeatPublisherThread(String threadName, Session session, argument
77 super(threadName);

Completed in 129 milliseconds

12