Methods in net.sf.asterisk.manager that throw EventTimeoutException |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends a EventGeneratingAction to the Asterisk server and waits for the
corresponding ManagerResponse and the ResponseEvents.
EventGeneratingActions are ManagerActions that don't return their
response in the corresponding ManagerResponse but send a series of events
that contain the payload.
Examples for EventGeneratingActions are the
StatusAction , the
net.sf.asterisk.manager.action.QueueAction or the
AgentsAction . |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
|
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends a EventGeneratingAction to the Asterisk server and waits for the
corresponding ManagerResponse and the ResponseEvents. |