Searched defs:daemon (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java63 private boolean daemon; field in class:ThreadPool
76 * @param daemon
77 * set the threads as daemon if true; otherwise if not.
81 public ThreadPool(String name, int poolSize, int threshold, boolean daemon, argument
96 this.daemon = daemon;
119 threads[i - busyThreadCount].setDaemon(daemon);
202 // parameter daemon in the constructor, if it is set to false,
204 // threads. For the new implementation, if daemon is set to
205 // false, it is necessary to call shutdown. If daemon i
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSThreadPool.java44 private boolean daemon; field in class:JSSThreadPool
55 * @param daemon
56 * set the threads as daemon if true; otherwise if not.
60 public JSSThreadPool(String name, int poolSize, boolean daemon, Debug debug) { argument
71 this.daemon = daemon;
91 threads[i - busyThreadCount].setDaemon(daemon);
150 // The reason why we need shutdown because it has a parameter daemon
153 // implementation, if daemon is set to false, it is necessary to
154 // call shutdown. If daemon i
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java88 * @param daemon
89 * if true, all threads created will be daemon threads. If false,
90 * all threads created will be non-daemon threads.
97 public ThreadPool(String poolName, int numThreads, boolean daemon, argument
121 allThreadList[i] = new IPSThread(getNextIPSThreadID(), daemon);
249 IPSThread(String name, boolean daemon) { argument
264 thread.setDaemon(daemon);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java63 private boolean daemon; field in class:ThreadPool
76 * @param daemon
77 * set the threads as daemon if true; otherwise if not.
81 public ThreadPool(String name, int poolSize, int threshold, boolean daemon, argument
96 this.daemon = daemon;
119 threads[i - busyThreadCount].setDaemon(daemon);
202 // parameter daemon in the constructor, if it is set to false,
204 // threads. For the new implementation, if daemon is set to
205 // false, it is necessary to call shutdown. If daemon i
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java88 * @param daemon
89 * if true, all threads created will be daemon threads. If false,
90 * all threads created will be non-daemon threads.
97 public ThreadPool(String poolName, int numThreads, boolean daemon, argument
121 allThreadList[i] = new IPSThread(getNextIPSThreadID(), daemon);
249 IPSThread(String name, boolean daemon) { argument
264 thread.setDaemon(daemon);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java56 private boolean daemon; field in class:TimerPool
68 * @param daemon The boolean to indicate whether the threads in TimerPool
69 * are daemon
73 public TimerPool(String name, int poolSize, boolean daemon, Debug debug) { argument
78 this.daemon = daemon;
102 threads[i - busyThreadCount].setDaemon(daemon);
391 // terminate the thread pool when daemon is set to false
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java56 private boolean daemon; field in class:TimerPool
68 * @param daemon The boolean to indicate whether the threads in TimerPool
69 * are daemon
73 public TimerPool(String name, int poolSize, boolean daemon, Debug debug) { argument
78 this.daemon = daemon;
102 threads[i - busyThreadCount].setDaemon(daemon);
391 // terminate the thread pool when daemon is set to false
/forgerock/opendj-b2.6/ext/svnkit/
H A Djna.jar ... extends com.sun.jna.Structure { public boolean daemon public boolean detach public String name void " href="/source ...
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Djna-3.5.2.jar ... extends com.sun.jna.Structure { public boolean daemon public boolean detach public String name void " href="/source ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Djna.jar ... extends com.sun.jna.Structure { public boolean daemon public boolean detach public String name void " href="/source ...
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djna-3.5.2.jar ... extends com.sun.jna.Structure { public boolean daemon public boolean detach public String name void " href="/source ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...

Completed in 89 milliseconds