|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iona.corbautil.LabelledOrbixWorkQueue
Class that associated a label (name) with an Orbix work queue.
Constructor Summary | |
LabelledOrbixWorkQueue(java.lang.String label,
WorkQueue wq)
Create a LabelledOrbixWorkQueue with the specified label and work queue |
Method Summary | |
java.lang.String |
label()
Accessor for the label. |
WorkQueue |
wq()
Accessor for the work queue. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelledOrbixWorkQueue(java.lang.String label, WorkQueue wq)
label
- The label.wq
- The work queue.Method Detail |
public java.lang.String label()
public WorkQueue wq()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |