Avaya Conferencing Provider API

Uses of Class
com.avaya.conferencing.api.acp.control.exceptions.UnknownChildObjectException

Packages that use UnknownChildObjectException
com.avaya.conferencing.api.acp.control The Avaya Conferencing Provider Interface API. 
 

Uses of UnknownChildObjectException in com.avaya.conferencing.api.acp.control
 

Methods in com.avaya.conferencing.api.acp.control that throw UnknownChildObjectException
<S extends ConferencingObject<S>>
S
ConferencingObjectContainer.findChild(java.lang.Class<S> clazz, Reference<S> ref)
          Find and retrieve the specified child object.
 Conference ConferenceContainer.findConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference ParticipantCodeGroup.findConference(Reference<Conference> ref)
           
 Conference ConferenceQueue.findConference(Reference<Conference> ref)
           
 Conference Connection.findConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 EndPoint Conference.findEndPoint(Reference<EndPoint> ref)
          Find and retrieve the specified EndPoint.
 EndPoint EndPointQueue.findEndPoint(Reference<EndPoint> ref)
           
 EndPoint EndPointContainer.findEndPoint(Reference<EndPoint> ref)
          Find and retrieve the specified EndPoint.
 EndPoint Connection.findEndPoint(Reference<EndPoint> ref)
          Find and retrieve the specified EndPoint.
 E ConferencingObjectQueue.findEntry(Reference<E> ref)
          Find and retrieve the specified entry.
<S extends ConferencingObjectContainer<S>,T extends ConferencingObject<T>>
java.util.Collection<S>
ConferencingObjectContainer.findParents(java.lang.Class<S> clazz, Reference<T> grandChildRef)
          Find and retrieve the child objects that are the parents of a specific grandchild of this object.
 EndPointQueue Conference.findQueue(Reference<EndPointQueue> ref)
          Find and retrieve the specified Queue.
 Conference Conference.findSubconference(Reference<Conference> ref)
          Find and retrieve the specified Subconference.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.