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.
|
NotifiedEntity |
getNotifiedEntity()
Gets the entity which requested the notification of events resulting from the completion of the signal.
|
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()
NotifiedEntity getNotifiedEntity()
This parameter is equal to the NotifiedEntity parameter of the NotificationRequest that triggered this notification. The parameter is absent if there was no such parameter in the triggering request.
SignalType getSignalType()
void execute()
void cancel()
boolean isExecuting()
true if executing; otherwise returns falseCopyright © 2017 TeleStax, Inc.. All Rights Reserved.