|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.event.impl.SimpleDirectEventSource
de.phleisch.app.itsucks.core.impl.DispatcherBatch
public class DispatcherBatch
| Constructor Summary | |
|---|---|
DispatcherBatch()
|
|
| Method Summary | |
|---|---|
void |
addDispatcher(DispatcherThread pDispatcher)
|
int |
getJobsFinished()
|
int |
getMaxConcurrentDispatcher()
|
boolean |
isBatchRunning()
|
void |
join()
|
void |
reset()
|
void |
setMaxConcurrentDispatcher(int pMaxConcurrentDispatcher)
|
void |
start()
|
| Methods inherited from class de.phleisch.app.itsucks.event.impl.SimpleDirectEventSource |
|---|
fireEvent, registerObserver, unregisterObserver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DispatcherBatch()
| Method Detail |
|---|
public void start()
public void join()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void addDispatcher(DispatcherThread pDispatcher)
public void reset()
public int getMaxConcurrentDispatcher()
public void setMaxConcurrentDispatcher(int pMaxConcurrentDispatcher)
public int getJobsFinished()
public boolean isBatchRunning()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||