|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadFactory | |
org.jdiagnose.concurrent |
Uses of ThreadFactory in org.jdiagnose.concurrent |
Classes in org.jdiagnose.concurrent that implement ThreadFactory | |
protected static class |
ThreadFactoryUser.DefaultThreadFactory
|
Fields in org.jdiagnose.concurrent declared as ThreadFactory | |
protected ThreadFactory |
ThreadFactoryUser.threadFactory_
|
Methods in org.jdiagnose.concurrent that return ThreadFactory | |
ThreadFactory |
ThreadFactoryUser.setThreadFactory(ThreadFactory factory)
Set the factory for creating new threads. |
ThreadFactory |
ThreadFactoryUser.getThreadFactory()
Get the factory for creating new threads. |
Methods in org.jdiagnose.concurrent with parameters of type ThreadFactory | |
ThreadFactory |
ThreadFactoryUser.setThreadFactory(ThreadFactory factory)
Set the factory for creating new threads. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |