Searched refs:currentThread (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DErrorLogger.java135 if (Thread.currentThread() instanceof DirectoryThread)
137 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
H A DThreadFilterTextErrorLogPublisher.java95 Thread currentThread = Thread.currentThread();
96 if(this.thread.equals(currentThread) ||
97 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPasswordReader.java89 Thread currentThread = Thread.currentThread();
90 int initialPriority = currentThread.getPriority();
96 currentThread.setPriority(Thread.MAX_PRIORITY);
110 currentThread.interrupt();
119 currentThread.setPriority(initialPriority);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DErrorLogger.java134 if (Thread.currentThread() instanceof DirectoryThread)
136 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
H A DThreadFilterTextErrorLogPublisher.java94 Thread currentThread = Thread.currentThread();
95 if(this.thread.equals(currentThread) ||
96 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPasswordReader.java85 Thread currentThread = Thread.currentThread();
86 int initialPriority = currentThread.getPriority();
92 currentThread.setPriority(Thread.MAX_PRIORITY);
106 currentThread.interrupt();
115 currentThread.setPriority(initialPriority);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DErrorLogger.java135 if (Thread.currentThread() instanceof DirectoryThread)
137 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
H A DThreadFilterTextErrorLogPublisher.java95 Thread currentThread = Thread.currentThread();
96 if(this.thread.equals(currentThread) ||
97 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPasswordReader.java89 Thread currentThread = Thread.currentThread();
90 int initialPriority = currentThread.getPriority();
96 currentThread.setPriority(Thread.MAX_PRIORITY);
110 currentThread.interrupt();
119 currentThread.setPriority(initialPriority);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DErrorLogger.java135 if (Thread.currentThread() instanceof DirectoryThread)
137 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
H A DThreadFilterTextErrorLogPublisher.java95 Thread currentThread = Thread.currentThread();
96 if(this.thread.equals(currentThread) ||
97 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPasswordReader.java89 Thread currentThread = Thread.currentThread();
90 int initialPriority = currentThread.getPriority();
96 currentThread.setPriority(Thread.MAX_PRIORITY);
110 currentThread.interrupt();
119 currentThread.setPriority(initialPriority);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DErrorLogger.java134 if (Thread.currentThread() instanceof DirectoryThread)
136 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
H A DThreadFilterTextErrorLogPublisher.java94 Thread currentThread = Thread.currentThread();
95 if(this.thread.equals(currentThread) ||
96 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPasswordReader.java85 Thread currentThread = Thread.currentThread();
86 int initialPriority = currentThread.getPriority();
92 currentThread.setPriority(Thread.MAX_PRIORITY);
106 currentThread.interrupt();
115 currentThread.setPriority(initialPriority);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthThreadManager.java122 * @param currentThread will be stored
127 Thread currentThread,
131 debug.message("Setting hash... : " + currentThread);
133 if (timeoutHash.contains(currentThread)) {
140 timeoutHash.put(currentThread,param);
126 setHash( Thread currentThread, long pageTimeOut, long lastCallbackSent) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DErrorLogger.java117 if (Thread.currentThread() instanceof DirectoryThread)
119 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
141 if (Thread.currentThread() instanceof DirectoryThread)
143 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
H A DThreadFilterTextErrorLogPublisher.java86 Thread currentThread = Thread.currentThread();
87 if(this.thread.equals(currentThread) ||
88 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
113 Thread currentThread = Thread.currentThread();
114 return this.thread.equals(currentThread)
115 || this.thread.getThreadGroup().equals(currentThread.getThreadGroup());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/util/
H A DProviderUtil.java50 Thread.currentThread().getContextClassLoader()).newInstance();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DHeadTaskRunnable.java87 if (owner == Thread.currentThread()) {
100 if (owner == Thread.currentThread()) {
147 owner = Thread.currentThread();
151 if (owner != Thread.currentThread()) {
174 if (owner == Thread.currentThread()) {
/forgerock/openam-v13/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DCLIPresenterClasspathLicenseLocator.java35 this(Thread.currentThread().getContextClassLoader(), Charset.forName("UTF-8"));
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DHeadTaskRunnable.java87 if (owner == Thread.currentThread()) {
100 if (owner == Thread.currentThread()) {
147 owner = Thread.currentThread();
151 if (owner != Thread.currentThread()) {
174 if (owner == Thread.currentThread()) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthThreadManager.java125 * @param currentThread will be stored
130 Thread currentThread,
134 debug.message("Setting hash... : " + currentThread);
136 if (timeoutHash.contains(currentThread)) {
143 timeoutHash.put(currentThread,param);
129 setHash( Thread currentThread, long pageTimeOut, long lastCallbackSent) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/util/
H A DProviderUtil.java50 Thread.currentThread().getContextClassLoader()).newInstance();
/forgerock/openam/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DCLIPresenterClasspathLicenseLocator.java35 this(Thread.currentThread().getContextClassLoader(), Charset.forName("UTF-8"));

Completed in 50 milliseconds

1234567891011>>