public class ThreadPool4Impl extends java.lang.Object implements ThreadPool4
| Constructor and Description |
|---|
ThreadPool4Impl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispose(java.lang.Thread thread) |
void |
join(int timeoutMilliseconds) |
void |
start(java.lang.String taskName,
java.lang.Runnable task) |
void |
startLowPriority(java.lang.String taskName,
java.lang.Runnable task) |
protected void |
triggerUncaughtExceptionEvent(java.lang.Throwable e) |
Event4<UncaughtExceptionEventArgs> |
uncaughtException() |
public void join(int timeoutMilliseconds)
throws java.lang.InterruptedException
join in interface ThreadPool4java.lang.InterruptedExceptionpublic void startLowPriority(java.lang.String taskName,
java.lang.Runnable task)
startLowPriority in interface ThreadPool4public void start(java.lang.String taskName,
java.lang.Runnable task)
start in interface ThreadPool4protected void dispose(java.lang.Thread thread)
protected void triggerUncaughtExceptionEvent(java.lang.Throwable e)
public Event4<UncaughtExceptionEventArgs> uncaughtException()
uncaughtException in interface ThreadPool4