|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dispatcher | |
|---|---|
| de.phleisch.app.itsucks.core.impl | |
| de.phleisch.app.itsucks.event.dispatcher | |
| de.phleisch.app.itsucks.persistence.util | |
| Uses of Dispatcher in de.phleisch.app.itsucks.core.impl |
|---|
| Classes in de.phleisch.app.itsucks.core.impl that implement Dispatcher | |
|---|---|
class |
DispatcherImpl
The dispatcher is the central class to start an job. |
class |
DispatcherThread
Wrapper around the dispatcher to run the job processing in an new thread. |
| Methods in de.phleisch.app.itsucks.core.impl that return Dispatcher | |
|---|---|
Dispatcher |
DispatcherList.DispatcherListEvent.getDispatcher()
|
Dispatcher |
DispatcherList.getDispatcherById(int pDispatcherId)
|
Dispatcher |
DispatcherList.removeDispatcherById(int pDispatcherId)
|
| Methods in de.phleisch.app.itsucks.core.impl with parameters of type Dispatcher | |
|---|---|
int |
DispatcherList.addDispatcher(Dispatcher pDispatcher)
|
void |
DispatcherList.DispatcherListEvent.setDispatcher(Dispatcher pDispatcher)
|
| Uses of Dispatcher in de.phleisch.app.itsucks.event.dispatcher |
|---|
| Methods in de.phleisch.app.itsucks.event.dispatcher that return Dispatcher | |
|---|---|
Dispatcher |
DispatcherEvent.getDispatcher()
Returns the dispatcher associated to this event. |
| Constructors in de.phleisch.app.itsucks.event.dispatcher with parameters of type Dispatcher | |
|---|---|
DispatcherEvent(Event pEvent,
Dispatcher pDispatcher)
|
|
DispatcherEvent(int pType,
int pCategory,
Dispatcher pDispatcher)
|
|
| Uses of Dispatcher in de.phleisch.app.itsucks.persistence.util |
|---|
| Methods in de.phleisch.app.itsucks.persistence.util with parameters of type Dispatcher | |
|---|---|
static void |
DispatcherBuilder.buildDispatcherFromJobPackage(Dispatcher pDispatcher,
SerializableJobPackage pJobList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||