Uses of Class
net.sf.asterisk.manager.EventTimeoutException

Packages that use EventTimeoutException
net.sf.asterisk.manager Provides an implementaion of Asterisk's Manager API. 
 

Uses of EventTimeoutException in net.sf.asterisk.manager
 

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.
 



Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.