Uses of Class
com.uc4.api.objects.QueueExceptionCondition
Packages that use QueueExceptionCondition
-
Uses of QueueExceptionCondition in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type QueueExceptionConditionModifier and TypeMethodDescriptionQueueAttributes.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 QueueExceptionConditionModifier and TypeMethodDescriptionvoid
QueueAttributes.addExceptionCondition
(QueueExceptionCondition cond) Adds a newQueueExceptionCondition
to the list of exceptions.