Avaya Conferencing Provider API

Uses of Interface
com.avaya.conferencing.api.acp.control.State

Packages that use State
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 State in com.avaya.conferencing.api.acp.control
 

Classes in com.avaya.conferencing.api.acp.control that implement State
 class States
          States published by the API.
 

Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type State
abstract  java.util.Set<State> Connection.getDefaultEndPointStates(java.lang.Class<? extends CPAuthentication> clazz)
          Returns the set of States that an EndPoint, with the supplied authentication class, will have by default or null if the supplied authentication is not associated with an EndPoint (i.e.
 java.util.Set<State> ConferencingObject.getState()
          Gets the state of this ConferencingObject.
abstract
<S extends ConferencingObject<S>>
java.util.Set<State>
ConferenceCallFlow.getStates(java.lang.Class<S> clazz)
          Returns the permissible States for the specified ConferencingObject class when in this call flow.
 

Methods in com.avaya.conferencing.api.acp.control with parameters of type State
 void ConferencingObject.addStateChangeListener(State state, StateChangeListener listener)
          Registers a StateChangeListener against specific states of this ConferencingObject instance.
 void ConferencingObject.removeStateChangeListener(State state, StateChangeListener listener)
          Unregisters a StateChangeListener previously registered against a specific state of this ConferencingObject instance.
static Filter<ConferencingObject<? extends ConferencingObject<?>>> Filters.stateExcludesAll(State... states)
          Returns a Filter that returns only those ConferencingObject instances that do not have any of the specified States.
static Filter<ConferencingObject<? extends ConferencingObject<?>>> Filters.stateExcludesAny(State... states)
          Returns a Filter that returns only those ConferencingObject instances that do not have any of the specified States.
static Filter<ConferencingObject<? extends ConferencingObject<?>>> Filters.stateIncludesAll(State... states)
          Returns a Filter that returns only those ConferencingObject instances that have all the specified States.
static Filter<ConferencingObject<? extends ConferencingObject<?>>> Filters.stateIncludesAny(State... states)
          Returns a Filter that returns those ConferencingObject instances that have any of the specified States.
 

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

Methods in com.avaya.conferencing.api.acp.control.events that return State
 State StateChangeEvent.getState()
          Returns the state change reported by this StateChangeEvent object.
 

Constructors in com.avaya.conferencing.api.acp.control.events with parameters of type State
StateChangeEvent(ConferencingObject<? extends ConferencingObject<?>> source, State state, boolean newValue)
          Constructs a prototypical Event.
 

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

Methods in com.avaya.conferencing.api.acp.control.operations that return State
 State MeasureDTMFSignalToNoiseRatio.getState()
          Gets the DTMF signal to noise ratio reporting State
 State AutomaticGainControlMode.getState()
          Gets the State affected by the operation.
abstract  State StateChangingOperation.getState()
          Returns the state that is affected by this StateChangingOperation.
 State Silence.getState()
          Gets the 'Silenced' State
 State LectureMode.getState()
          Gets the current Lecture State
 State ModeratorDisconnectMode.getState()
          Gets the State affected by the operation.
 State Moderator.getState()
          Gets the Moderator State of the resource.
 State DTMFRegeneration.getState()
          Gets the DTMF regeneration State
 State Hold.getState()
          Gets the Hold State
 State ProtectDetails.getState()
          Gets the current locked State
 State Access.getState()
          Returns the state that is affected by this StateChangingOperation.
 State DTMFPassthrough.getState()
          Gets the DTMF passthrough State
 State Mute.getState()
          Gets the Muted State
 State SecurityFeatures.getState()
          Gets whether security is enabled.
 State Observe.getState()
          Returns the state that is affected by this StateChangingOperation.
 State SecuredMode.getState()
          Gets the current conference secured State
 State ConferencingProviderLink.getState()
          Returns the state that is affected by this StateChangingOperation.
 State Fault.getState()
          Returns the state that is affected by this StateChangingOperation.
 

Methods in com.avaya.conferencing.api.acp.control.operations that return types with arguments of type State
 java.util.Set<State> ConferenceProducingOperation.getConferenceStates()
          Returns the current states for the Conference that the operation should make a "best-effort" to apply once the Conference is available.
 java.util.Set<State> Create.getConferenceStates()
          Gets the States to apply to the Conference.
 java.util.Set<State> EndPointProducingOperation.getEndPointStates()
          Returns the current states for the EndPoint that the operation should make a "best-effort" to apply once the EndPoint is available.
 java.util.Set<State> MakeCall.getEndPointStates()
          Gets the current EndPoint States.
 

Method parameters in com.avaya.conferencing.api.acp.control.operations with type arguments of type State
 void ConferenceProducingOperation.setConferenceStates(java.util.Set<State> states)
          Define states of the EndPoint that the operation will make a "best-effort" to apply once the EndPoint is available.
 void Create.setConferenceStates(java.util.Set<State> states)
          Set the States to apply to the Conference.
 void EndPointProducingOperation.setEndPointStates(java.util.Set<State> states)
          Define states of the EndPoint that the operation will make a "best-effort" to apply once the EndPoint is available.
 void MakeCall.setEndPointStates(java.util.Set<State> states)
          Set the States for the EndPoints.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.