|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DtmfSignal
Represents the a 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 org.glassfish.cafe.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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||