Package com.db4o.internal.threading
Interface ThreadPool4
-
- All Known Implementing Classes:
ThreadPool4Impl
public interface ThreadPool4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
join(int timeoutMilliseconds)
void
start(java.lang.String taskName, java.lang.Runnable task)
void
startLowPriority(java.lang.String taskName, java.lang.Runnable task)
Event4<UncaughtExceptionEventArgs>
uncaughtException()
-
-
-
Method Detail
-
start
void start(java.lang.String taskName, java.lang.Runnable task)
-
startLowPriority
void startLowPriority(java.lang.String taskName, java.lang.Runnable task)
-
uncaughtException
Event4<UncaughtExceptionEventArgs> uncaughtException()
-
join
void join(int timeoutMilliseconds) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-