public class QueueListItem
extends java.lang.Object
| Constructor and Description |
|---|
QueueListItem(org.w3c.dom.Element row)
Creates a new
QueueListItem from an Element. |
| Modifier and Type | Method and Description |
|---|---|
int |
getHoldCount() |
java.lang.String |
getId() |
int |
getMaxSlots() |
java.lang.String |
getName() |
int |
getPriority() |
QueueStatus |
getStatus() |
int |
getUsedCount() |
int |
getWaitingCount() |
boolean |
isConsiderERT()
Returns true if the consider ERT option is enabled.
|
java.lang.String |
toString() |
public QueueListItem(org.w3c.dom.Element row)
QueueListItem from an Element.row - Elementpublic boolean isConsiderERT()
public int getMaxSlots()
-1 if no limit is set.public java.lang.String getId()
public java.lang.String getName()
public int getPriority()
public QueueStatus getStatus()
public int getUsedCount()
public int getHoldCount()
public int getWaitingCount()
public java.lang.String toString()
toString in class java.lang.Object