Avaya Conferencing Provider API

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

Packages that use EndPoint
com.avaya.conferencing.api.acp.control The Avaya Conferencing Provider Interface API. 
com.avaya.conferencing.api.acp.control.events Avaya Conferencing Provider Interface Events. 
com.avaya.conferencing.api.acp.control.operations Operations supported by the Avaya Conferencing Provider Interface. 
 

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

Methods in com.avaya.conferencing.api.acp.control that return EndPoint
 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.
 EndPoint Operator.getEndPoint()
          Returns the EndPoint associated with this Operator or null if no EndPoint has been connected.
 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.
 

Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type EndPoint
 java.util.Iterator<EndPoint> Conference.endPointIterator()
          Returns an iterator of the conference EndPoints.
 java.util.Iterator<EndPoint> EndPointQueue.endPointIterator()
           
 java.util.Iterator<EndPoint> EndPointContainer.endPointIterator()
          Returns an iterator of the conference EndPoints.
 java.util.Iterator<EndPoint> Connection.endPointIterator()
          Returns an iterator of the conference EndPoints.
 java.util.Iterator<EndPoint> Conference.endPointIterator(Filter<? super EndPoint>... filters)
          Returns an iterator of the conference EndPoints.
 java.util.Iterator<EndPoint> EndPointQueue.endPointIterator(Filter<? super EndPoint>... filters)
           
 java.util.Iterator<EndPoint> EndPointContainer.endPointIterator(Filter<? super EndPoint>... filters)
          Returns an iterator of the conference EndPoints.
 java.util.Iterator<EndPoint> Connection.endPointIterator(Filter<? super EndPoint>... filters)
          Returns an iterator of the conference EndPoints.
 java.util.Collection<EndPoint> Conference.getEndPoints()
          Returns the EndPoints of this EndPointContainer.
 java.util.List<EndPoint> EndPointQueue.getEndPoints()
          Returns the EndPoints of this EndPointContainer.
 java.util.Collection<EndPoint> EndPointContainer.getEndPoints()
          Returns the EndPoints of this EndPointContainer.
 java.util.Collection<EndPoint> Connection.getEndPoints()
          Returns the EndPoints of this EndPointContainer.
 java.util.Collection<EndPoint> Conference.getEndPoints(Filter<? super EndPoint>... filters)
          Returns the EndPoints of this EndPointContainer which match a specific Filters.
 java.util.List<EndPoint> EndPointQueue.getEndPoints(Filter<? super EndPoint>... filters)
          Returns the EndPoints of this EndPointContainer which match a specific Filters.
 java.util.Collection<EndPoint> EndPointContainer.getEndPoints(Filter<? super EndPoint>... filters)
          Returns the EndPoints of this EndPointContainer which match a specific Filters.
 java.util.Collection<EndPoint> Connection.getEndPoints(Filter<? super EndPoint>... filters)
          Returns the EndPoints of this EndPointContainer which match a specific Filters.
 java.lang.Class<EndPoint> EndPointQueue.getEntryClass()
           
 

Method parameters in com.avaya.conferencing.api.acp.control with type arguments of type EndPoint
 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.
 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.
 

Uses of EndPoint in com.avaya.conferencing.api.acp.control.events
 

Methods in com.avaya.conferencing.api.acp.control.events that return EndPoint
 EndPoint DTMFEvent.getSource()
          The EndPoint which generated this Event.
 

Constructors in com.avaya.conferencing.api.acp.control.events with parameters of type EndPoint
DTMFEvent(EndPoint source, java.lang.String dtmf, long sequenceNumber)
          Constructs a prototypical Event.
DTMFEvent(EndPoint source, java.lang.String dtmf, long sequenceNumber, double signalToNoiseRatio)
          Constructs a prototypical Event.
 

Uses of EndPoint in com.avaya.conferencing.api.acp.control.operations
 

Classes in com.avaya.conferencing.api.acp.control.operations with type parameters of type EndPoint
 interface EndPointProducingOperation<IMPL extends Operation<EndPoint,IMPL>>
          An operation which returns an EndPoint if succesful.
 

Methods in com.avaya.conferencing.api.acp.control.operations that return EndPoint
 EndPoint[] Create.getEndPointList()
          Gets an array of the EndPoint instances that will be pre-populated into the Conference.
 

Methods in com.avaya.conferencing.api.acp.control.operations with parameters of type EndPoint
 void Create.addToEndPointList(EndPoint endPoint)
          Adds an EndPoint to the list that will be pre-populated into the Conference
 void Create.setEndPointList(EndPoint[] endPoints)
          Adds an array of EndPoint instances into the list of those to be prepopulated into the Conference.
 

Method parameters in com.avaya.conferencing.api.acp.control.operations with type arguments of type EndPoint
 void Create.setEndPointlist(java.util.List<EndPoint> endPoints)
          Adds a List of EndPoint instances into the existing list of those to be prepopulated into the Conference.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.