|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.engine.TaskExecutor
public class TaskExecutor
Constructor Summary | |
---|---|
TaskExecutor(java.lang.String name,
int numberOfThreads)
|
Method Summary | |
---|---|
void |
dispose()
Dispose this Object. |
void |
execute(java.lang.Runnable r)
|
static TaskExecutor |
getDefaultExecutor()
|
boolean |
isTaskQueued()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskExecutor(java.lang.String name, int numberOfThreads)
Method Detail |
---|
public static TaskExecutor getDefaultExecutor()
public boolean isTaskQueued()
public void dispose()
Disposable
dispose
in interface Disposable
public void execute(java.lang.Runnable r) throws java.lang.InterruptedException
execute
in interface EDU.oswego.cs.dl.util.concurrent.Executor
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |