com.iona.corbautil
Class LabelledOrbixWorkQueue

java.lang.Object
  |
  +--com.iona.corbautil.LabelledOrbixWorkQueue

public class LabelledOrbixWorkQueue
extends java.lang.Object

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

LabelledOrbixWorkQueue

public LabelledOrbixWorkQueue(java.lang.String label,
                              WorkQueue wq)
Create a LabelledOrbixWorkQueue with the specified label and work queue

Parameters:
label - The label.
wq - The work queue.
Method Detail

label

public java.lang.String label()
Accessor for the label.

Returns:
The label.

wq

public WorkQueue wq()
Accessor for the work queue.

Returns:
The work queue.