/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/ |
H A D | LoggingThread.java | 37 import org.forgerock.util.thread.listener.ShutdownListener; 38 import org.forgerock.util.thread.listener.ShutdownPriority; 39 import org.forgerock.util.thread.listener.ShutdownManager; 44 private ThreadPool thread; field in class:LoggingThread 51 thread = new ThreadPool("LoggingThread", 1, 0, false, Debug.getInstance("amLogging")); 55 thread.shutdown(); 71 thread.run(task);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/ |
H A D | LoggingThread.java | 37 import org.forgerock.util.thread.listener.ShutdownListener; 38 import org.forgerock.util.thread.listener.ShutdownPriority; 39 import org.forgerock.util.thread.listener.ShutdownManager; 44 private ThreadPool thread; field in class:LoggingThread 51 thread = new ThreadPool("LoggingThread", 1, 0, false, Debug.getInstance("amLogging")); 55 thread.shutdown(); 71 thread.run(task);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | AuthThreadManager.java | 40 * iplanet-am-auth-sleep-interval wakes up and checks for each thread 42 * If thread has timed out adds thread to timedOutHash and removed from 67 * thread sleeps for n milliseconds as set in iplanet-am-auth-sleep-interval 68 * wakes up and checks for each thread in the timeout Hash for timeout. 69 * if thread has timed out adds thread to timedOutHash and removed from 85 Thread thread = (Thread) key; 93 debug.message("Interrupting thread" + thread); 152 isTimedOut(Thread thread) argument 172 removeFromHash(Thread thread,String hashName) argument 192 removeHash(Hashtable hash,Thread thread) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | AuthThreadManager.java | 43 * iplanet-am-auth-sleep-interval wakes up and checks for each thread 45 * If thread has timed out adds thread to timedOutHash and removed from 70 * thread sleeps for n milliseconds as set in iplanet-am-auth-sleep-interval 71 * wakes up and checks for each thread in the timeout Hash for timeout. 72 * if thread has timed out adds thread to timedOutHash and removed from 88 Thread thread = (Thread) key; 96 debug.message("Interrupting thread" + thread); 155 isTimedOut(Thread thread) argument 175 removeFromHash(Thread thread,String hashName) argument 195 removeHash(Hashtable hash,Thread thread) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/utils/ |
H A D | ShutdownMonitor.java | 18 import org.forgerock.util.thread.listener.ShutdownListener; 19 import org.forgerock.util.thread.listener.ShutdownManager;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 42 * generated by a specified thread is actually logged. 47 private Thread thread; field in class:ThreadFilterTextErrorLogPublisher 54 * @param thread The thread to log from. 57 public ThreadFilterTextErrorLogPublisher(Thread thread, argument 60 this.thread = thread; 87 if(this.thread.equals(currentThread) || 88 this.thread.getThreadGroup().equals(currentThread.getThreadGroup())) 114 return this.thread [all...] |
H A D | ErrorLogger.java | 119 DirectoryThread thread = (DirectoryThread) Thread.currentThread(); 120 Task task = thread.getAssociatedTask(); 143 DirectoryThread thread = (DirectoryThread) Thread.currentThread(); 144 Task task = thread.getAssociatedTask();
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/ |
H A D | ShutdownMonitor.java | 18 import org.forgerock.util.thread.listener.ShutdownListener; 19 import org.forgerock.util.thread.listener.ShutdownManager;
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/ |
H A D | ThreadPool.java | 40 * ThreadPool is a generic thread pool that manages and recycles threads instead 41 * of creating them everytime some task needs to be run on a different thread. 44 * associated with getting a thread started and cleaning it up after it dies. By 45 * creating a pool of threads, a single thread from the pool can be reused any 49 * This reduces response time because a thread is already constructed and 72 * tail points to the last available idle thread in the idleThreadList. When 81 * Constructs a thread pool with the poolName and given number of threads. 85 * name of the thread pool 87 * maximum number of threads in the thread pool. 108 // ensure that there is at least one thread i 245 private Thread thread; field in class:ThreadPool.IPSThread [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/ |
H A D | ThreadPool.java | 40 * ThreadPool is a generic thread pool that manages and recycles threads instead 41 * of creating them everytime some task needs to be run on a different thread. 44 * associated with getting a thread started and cleaning it up after it dies. By 45 * creating a pool of threads, a single thread from the pool can be reused any 49 * This reduces response time because a thread is already constructed and 72 * tail points to the last available idle thread in the idleThreadList. When 81 * Constructs a thread pool with the poolName and given number of threads. 85 * name of the thread pool 87 * maximum number of threads in the thread pool. 108 // ensure that there is at least one thread i 245 private Thread thread; field in class:ThreadPool.IPSThread [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 43 * generated by a specified thread is actually logged. 48 private Thread thread; field in class:ThreadFilterTextErrorLogPublisher 55 * @param thread The thread to log from. 58 public ThreadFilterTextErrorLogPublisher(Thread thread, argument 61 this.thread = thread; 96 if(this.thread.equals(currentThread) || 97 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
|
H A D | ErrorLogger.java | 137 DirectoryThread thread = (DirectoryThread) Thread.currentThread(); 138 Task task = thread.getAssociatedTask();
|
/forgerock/opendj2/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 42 * generated by a specified thread is actually logged. 47 private Thread thread; field in class:ThreadFilterTextErrorLogPublisher 54 * @param thread The thread to log from. 57 public ThreadFilterTextErrorLogPublisher(Thread thread, argument 60 this.thread = thread; 95 if(this.thread.equals(currentThread) || 96 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
|
H A D | ErrorLogger.java | 136 DirectoryThread thread = (DirectoryThread) Thread.currentThread(); 137 Task task = thread.getAssociatedTask();
|
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 43 * generated by a specified thread is actually logged. 48 private Thread thread; field in class:ThreadFilterTextErrorLogPublisher 55 * @param thread The thread to log from. 58 public ThreadFilterTextErrorLogPublisher(Thread thread, argument 61 this.thread = thread; 96 if(this.thread.equals(currentThread) || 97 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 43 * generated by a specified thread is actually logged. 48 private Thread thread; field in class:ThreadFilterTextErrorLogPublisher 55 * @param thread The thread to log from. 58 public ThreadFilterTextErrorLogPublisher(Thread thread, argument 61 this.thread = thread; 96 if(this.thread.equals(currentThread) || 97 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
|
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 42 * generated by a specified thread is actually logged. 47 private Thread thread; field in class:ThreadFilterTextErrorLogPublisher 54 * @param thread The thread to log from. 57 public ThreadFilterTextErrorLogPublisher(Thread thread, argument 60 this.thread = thread; 95 if(this.thread.equals(currentThread) || 96 this.thread.getThreadGroup().equals(currentThread.getThreadGroup()))
|
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/shared/guice/ |
H A D | SharedGuiceModuleTest.java | 20 import org.forgerock.util.thread.ExecutorServiceFactory; 21 import org.forgerock.util.thread.listener.ShutdownManager;
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementThreadPool.java | 34 import org.forgerock.util.thread.listener.ShutdownListener; 35 import org.forgerock.util.thread.listener.ShutdownManager;
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementThreadPool.java | 34 import org.forgerock.util.thread.listener.ShutdownListener; 35 import org.forgerock.util.thread.listener.ShutdownManager;
|
/forgerock/openam/openam-notifications-integration/src/main/java/org/forgerock/openam/notifications/integration/ |
H A D | NotificationsShutdown.java | 22 import org.forgerock.util.thread.listener.ShutdownListener; 23 import org.forgerock.util.thread.listener.ShutdownManager;
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | SystemTimer.java | 35 import org.forgerock.util.thread.listener.ShutdownListener;
|
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/ |
H A D | ExtendedExecutorServiceFactory.java | 28 import org.forgerock.util.thread.ExecutorServiceFactory; 29 import org.forgerock.util.thread.listener.ShutdownListener; 30 import org.forgerock.util.thread.listener.ShutdownManager; 88 * Used to generate threads with a provided name. Each new thread will 90 * X is incremented once for each thread created.
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | SystemTimer.java | 32 import org.forgerock.util.thread.listener.ShutdownListener;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/ |
H A D | DbHandler.java | 72 // A dedicated thread loops on flush() and trim(). 107 private DirectoryThread thread; field in class:DbHandler 150 thread = new DirectoryThread(this, "Replication server RS(" 154 thread.start(); 311 if (thread.isShutdownInitiated()) 321 thread.initiateShutdown(); 337 thread.startWork(); 340 while (!thread.isShutdownInitiated()) 371 thread.initiateShutdown(); 387 thread [all...] |