Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.operations
Class MeasureDTMFSignalToNoiseRatio

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.lang.Boolean,T>
      extended by com.avaya.conferencing.api.acp.control.operations.StateChangingOperation<MeasureDTMFSignalToNoiseRatio>
          extended by com.avaya.conferencing.api.acp.control.operations.MeasureDTMFSignalToNoiseRatio
All Implemented Interfaces:
Operation<java.lang.Boolean,MeasureDTMFSignalToNoiseRatio>, java.lang.Cloneable

public final class MeasureDTMFSignalToNoiseRatio
extends StateChangingOperation<MeasureDTMFSignalToNoiseRatio>

/** Modifies the States.REGENERATE_DTMF state of an EndPoint or a Conference.

Since:
5.1.1.0.1

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation
Operation.Impact
 
Method Summary
 State getState()
          Gets the DTMF signal to noise ratio reporting State
 Verb getVerb()
          This gets the verb that describes this operation.
 
Methods inherited from class com.avaya.conferencing.api.acp.control.operations.StateChangingOperation
getImpact, getMode, off, on, setMode, toggle, toString
 
Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getVerb

public Verb getVerb()
This gets the verb that describes this operation. Multiple operations may return the same verb, however verbs must be unique across the preferred operations. That is only one prefered operation may implement the "mute" verb. There may be deprecated operations that implement the "mute" verb but these will be less performant as they will be implemented as wrappers for the preferred "mute" operation.

Returns:
the verb that describes the operation.
Since:
5.1.1.0.1

getState

public State getState()
Gets the DTMF signal to noise ratio reporting State

Specified by:
getState in class StateChangingOperation<MeasureDTMFSignalToNoiseRatio>
Returns:
the DTMF signal to noise ratio reporting State
Since:
5.1.1.0.1

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.