|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DtmfSignal
Represents DTMF Signal.
Communication
, CommunicationEvent
Method Summary | |
---|---|
long |
getDuration() Returns the duration of the DTMF signal in milliseconds. |
String |
getSignal() Return the DTMF signal as a string. |
boolean |
isInband() Return whether the DTMF signal is inband or not. |
void |
setDuration(long duration) Set the duration of the DTMF signal in milliseconds. |
void |
setSignal(String signal) Set the DTMF signal. |
Methods inherited from interface com.oracle.sft.api.Message |
---|
consume, getContent, getContentType, reject, send, send, send |
Method Detail |
---|
String getSignal()
void setSignal(String signal)
signal
- A String representing DTMF signal.long getDuration()
void setDuration(long duration)
duration
- Duration of the signal in milliseconds.boolean isInband()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.