|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkManager | |
|---|---|
| net.officefloor.frame.api.manage | |
| net.officefloor.frame.impl.execute.office | |
| net.officefloor.frame.impl.spi.team | |
| Uses of WorkManager in net.officefloor.frame.api.manage |
|---|
| Methods in net.officefloor.frame.api.manage that return WorkManager | |
|---|---|
WorkManager |
Office.getWorkManager(String workName)
Obtains the WorkManager for the named Work. |
| Uses of WorkManager in net.officefloor.frame.impl.execute.office |
|---|
| Classes in net.officefloor.frame.impl.execute.office that implement WorkManager | |
|---|---|
class |
WorkManagerImpl
Implementation of the WorkManager. |
| Methods in net.officefloor.frame.impl.execute.office that return WorkManager | |
|---|---|
WorkManager |
OfficeImpl.getWorkManager(String workName)
|
| Uses of WorkManager in net.officefloor.frame.impl.spi.team |
|---|
| Methods in net.officefloor.frame.impl.spi.team with parameters of type WorkManager | |
|---|---|
static void |
ProcessContextTeam.doWork(WorkManager workManager,
Object parameter)
Wrap invoking Work on the WorkManager to allow the
Thread to be available to execute the Task instances of
the ProcessState. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||