Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<QueueExceptionCondition> |
QueueAttributes.exceptionIterator()
The returned
java.util.Iterator can be used to read the list of
exception conditions of this Queue. |
Modifier and Type | Method and Description |
---|---|
void |
QueueAttributes.addExceptionCondition(QueueExceptionCondition cond)
Adds a new
QueueExceptionCondition to the list of exceptions. |