EDU.oswego.cs.dl.util.concurrent
public class ThreadFactoryUser extends Object
| Nested Class Summary | |
|---|---|
| protected static class | ThreadFactoryUser.DefaultThreadFactory |
| Field Summary | |
|---|---|
| protected ThreadFactory | threadFactory_ |
| Method Summary | |
|---|---|
| ThreadFactory | getThreadFactory()
Get the factory for creating new threads.
|
| ThreadFactory | setThreadFactory(ThreadFactory factory)
Set the factory for creating new threads.
|
Parameters: factory the factory to use
Returns: the previous factory