Avaya Conferencing Provider API

Uses of Class
com.avaya.conferencing.api.acp.control.Reference

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

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

Methods in com.avaya.conferencing.api.acp.control that return Reference
 Reference<T> Reference.clone()
          
 Reference<T> ConferencingObject.getId()
          Get the unique reference for this ConferencingObject.
 

Methods in com.avaya.conferencing.api.acp.control with parameters of type Reference
static
<S extends ConferencingObject<S>>
Filter<ConferencingObjectContainer<? extends ConferencingObjectContainer<?>>>
Filters.contains(Reference<S> ref)
          Returns a Filter that matches only those ConferencingObjectContainer instances that contain the specified Referenced child.
<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.
<S extends ConferencingObject<S>>
S
ConferencingObjectContainer.lookupChild(java.lang.Class<S> clazz, Reference<S> ref)
          Find and retrieve the specified child object.
 Conference ConferenceContainer.lookupConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference ParticipantCodeGroup.lookupConference(Reference<Conference> ref)
           
 Conference ConferenceQueue.lookupConference(Reference<Conference> ref)
           
 Conference Connection.lookupConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 EndPoint Conference.lookupEndPoint(Reference<EndPoint> ref)
          Find and retrieve the specified EndPoints.
 EndPoint EndPointQueue.lookupEndPoint(Reference<EndPoint> ref)
           
 EndPoint EndPointContainer.lookupEndPoint(Reference<EndPoint> ref)
          Find and retrieve the specified EndPoints.
 EndPoint Connection.lookupEndPoint(Reference<EndPoint> ref)
          Find and retrieve the specified EndPoints.
 E ConferencingObjectQueue.lookupEntry(Reference<E> ref)
          Find and retrieve the specified entry.
<S extends ConferencingObjectContainer<S>,T extends ConferencingObject<T>>
java.util.Collection<S>
ConferencingObjectContainer.lookupParents(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.lookupQueue(Reference<EndPointQueue> ref)
          Find and retrieve the specified Queue.
 Conference Conference.lookupSubconference(Reference<Conference> ref)
          Find and retrieve the specified Subconference.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.