|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Office
Office within the OfficeFloor.
| Method Summary | |
|---|---|
WorkManager |
getWorkManager(String workName)
Obtains the WorkManager for the named Work. |
String[] |
getWorkNames()
Obtains the names of the WorkManager instances within this
Office. |
| Method Detail |
|---|
String[] getWorkNames()
Obtains the names of the WorkManager instances within this
Office.
This allows to dynamically manage this Office.
WorkManager instances within this
Office.
WorkManager getWorkManager(String workName)
throws UnknownWorkException
WorkManager for the named Work.
name - Name of the Work.
WorkManager for the named Work.
UnknownWorkException - If unknown Work name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||