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.Iteratorcan 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 voidQueueAttributes. addExceptionCondition(QueueExceptionCondition cond)Adds a newQueueExceptionConditionto the list of exceptions.
-