|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndPointQueue | |
|---|---|
| com.avaya.conferencing.api.acp.control | The Avaya Conferencing Provider Interface API. |
| Uses of EndPointQueue in com.avaya.conferencing.api.acp.control |
|---|
| Methods in com.avaya.conferencing.api.acp.control that return EndPointQueue | |
|---|---|
EndPointQueue |
Conference.findQueue(Reference<EndPointQueue> ref)
Find and retrieve the specified Queue. |
EndPointQueue |
Conference.lookupQueue(Reference<EndPointQueue> ref)
Find and retrieve the specified Queue. |
| Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type EndPointQueue | |
|---|---|
java.util.Collection<EndPointQueue> |
Conference.getQueues()
Returns the Queues of this Conference. |
java.util.Collection<EndPointQueue> |
Conference.getQueues(Filter<? super EndPointQueue>... filters)
Returns the Queues of this Conference matching the specified filters. |
java.util.Iterator<EndPointQueue> |
Conference.queueIterator()
Returns an iterator of the conference Queues. |
java.util.Iterator<EndPointQueue> |
Conference.queueIterator(Filter<? super EndPointQueue>... filters)
Returns an iterator of the conference Queues matching the specified filters. |
| Method parameters in com.avaya.conferencing.api.acp.control with type arguments of type EndPointQueue | |
|---|---|
EndPointQueue |
Conference.findQueue(Reference<EndPointQueue> ref)
Find and retrieve the specified Queue. |
EndPointQueue |
Conference.lookupQueue(Reference<EndPointQueue> ref)
Find and retrieve the specified Queue. |
|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||