|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drupal.project.async_command.deprecated.CommandThreadFactory
public class CommandThreadFactory
Creates default thread for command. TODO: this won't work with ThreadPoolExecutor because the Runnable is not AsyncCommand, but a adapter.
Nested Class Summary | |
---|---|
static class |
CommandThreadFactory.Thread
|
Constructor Summary | |
---|---|
CommandThreadFactory()
|
Method Summary | |
---|---|
CommandThreadFactory.Thread |
newThread(java.lang.Runnable r)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandThreadFactory()
Method Detail |
---|
public CommandThreadFactory.Thread newThread(java.lang.Runnable r)
newThread
in interface java.util.concurrent.ThreadFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |