| /forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
| H A D | ErrorLogger.java | 135 if (Thread.currentThread() instanceof DirectoryThread) 137 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
|
| H A D | ThreadFilterTextErrorLogPublisher.java | 95 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 D | PasswordReader.java | 89 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 D | ErrorLogger.java | 134 if (Thread.currentThread() instanceof DirectoryThread) 136 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
|
| H A D | ThreadFilterTextErrorLogPublisher.java | 94 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 D | PasswordReader.java | 85 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 D | ErrorLogger.java | 135 if (Thread.currentThread() instanceof DirectoryThread) 137 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
|
| H A D | ThreadFilterTextErrorLogPublisher.java | 95 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 D | PasswordReader.java | 89 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 D | ErrorLogger.java | 135 if (Thread.currentThread() instanceof DirectoryThread) 137 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
|
| H A D | ThreadFilterTextErrorLogPublisher.java | 95 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 D | PasswordReader.java | 89 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 D | ErrorLogger.java | 134 if (Thread.currentThread() instanceof DirectoryThread) 136 DirectoryThread thread = (DirectoryThread) Thread.currentThread();
|
| H A D | ThreadFilterTextErrorLogPublisher.java | 94 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 D | PasswordReader.java | 85 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 D | AuthThreadManager.java | 122 * @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 D | ErrorLogger.java | 117 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 D | ThreadFilterTextErrorLogPublisher.java | 86 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 D | ProviderUtil.java | 50 Thread.currentThread().getContextClassLoader()).newInstance();
|
| /forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/ |
| H A D | HeadTaskRunnable.java | 87 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 D | CLIPresenterClasspathLicenseLocator.java | 35 this(Thread.currentThread().getContextClassLoader(), Charset.forName("UTF-8"));
|
| /forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/ |
| H A D | HeadTaskRunnable.java | 87 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 D | AuthThreadManager.java | 125 * @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 D | ProviderUtil.java | 50 Thread.currentThread().getContextClassLoader()).newInstance();
|
| /forgerock/openam/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/ |
| H A D | CLIPresenterClasspathLicenseLocator.java | 35 this(Thread.currentThread().getContextClassLoader(), Charset.forName("UTF-8"));
|