|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WorkbinManager
The manager of Workbins for a place.
Place.getWorkbinManager()| Method Summary | |
|---|---|
Queue |
getQueue(java.lang.String _name)
Returns the queue with this name. |
java.util.Collection |
getQueues()
Returns all the queues as Strings. |
Workbin |
getWorkbin(java.lang.String _name)
Returns the workbin with this name. |
java.util.Collection |
getWorkbins()
Returns all the defined workbins in a Collection. |
| Method Detail |
|---|
Workbin getWorkbin(java.lang.String _name)
Workbin, or null if there is no workbin with this namejava.util.Collection getWorkbins()
Collection. Workbins are defined in the
Configuration Layer.
Collection of Workbins.java.util.Collection getQueues()
Strings. Queues are defined in the Configuration
Layer.
Collection of StringQueue getQueue(java.lang.String _name)
Queue, or null if there is no queue with this name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||