public interface MgcpSignal extends MgcpEventSubject
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the executing signal.
No action is taken if signal is not executing. |
void |
execute()
Executes the signal.
|
String |
getName()
Gets the name of the signal which is composed of the MGCP package plus the signal name.
|
int |
getRequestId()
Gets the identifier of the request that submitted the signal.
|
SignalType |
getSignalType()
Gets the type of signal.
|
boolean |
isExecuting()
Gets whether the signal is currently executing.
|
forget, notify, observeString getName()
int getRequestId()
SignalType getSignalType()
void execute()
void cancel()
boolean isExecuting()
true if executing; otherwise returns falseCopyright © 2017 TeleStax, Inc.. All Rights Reserved.