|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.omsdk.qil.applicationblocks.monitoring.getters.GetQueue
Shows how to retrieve a QILQueue
instance.
This class assumes that QIL factory has already been successfully
initialized.
Constructor Summary | |
GetQueue()
|
Method Summary | |
java.util.Collection |
getAllQueues()
Retrieves all the queues and allows you to traverse throught the collection. |
QILQueue |
getQueue(java.lang.String queueID)
Retrieves a QILQueue instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GetQueue()
Method Detail |
public QILQueue getQueue(java.lang.String queueID)
QILQueue
instance.
queueID
- queue identifier
public java.util.Collection getAllQueues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |