Uses of Class
de.starface.integration.uci.java.v30.types.UciQueueCall

Packages that use UciQueueCall
de.starface.integration.uci.java.v30.messages.events This package contains the events that the UCI client implementation can receive from STARFACE. 
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
de.starface.integration.uci.java.v30.ucp.messages.events This package contains the UCP client interfaces that define the UCI events provided by the server. 
 

Uses of UciQueueCall in de.starface.integration.uci.java.v30.messages.events
 

Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type UciQueueCall
 void UciQueueEvents.queueCallEvent(UciQueueCall call)
          Updates the UCI client about a new queue call or a statechange of a queue call.
 

Uses of UciQueueCall in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type UciQueueCall
 List<UciQueueCall> UciQueueRequests.getQueueCalls()
          Returns the waiting, ringin, and ongoing calls of the given queue as defined in UciQueueCall
 

Uses of UciQueueCall in de.starface.integration.uci.java.v30.ucp.messages.events
 

Methods in de.starface.integration.uci.java.v30.ucp.messages.events with parameters of type UciQueueCall
 void UcpQueueEvents.queueCallEvent(UciQueueCall call)
          Updates the UCI client about a new queue call or a statechange of a queue call.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.