Uses of Class
com.uc4.api.objects.QueueExceptionCondition
-
Packages that use QueueExceptionCondition Package Description com.uc4.api.objects -
-
Uses of QueueExceptionCondition in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type QueueExceptionCondition Modifier and Type Method Description java.util.Iterator<QueueExceptionCondition>
QueueAttributes. exceptionIterator()
The returnedjava.util.Iterator
can be used to read the list of exception conditions of this Queue.Methods in com.uc4.api.objects with parameters of type QueueExceptionCondition Modifier and Type Method Description void
QueueAttributes. addExceptionCondition(QueueExceptionCondition cond)
Adds a newQueueExceptionCondition
to the list of exceptions.
-