Uses of Interface
net.sf.asterisk.manager.ResponseEvents

Packages that use ResponseEvents
net.sf.asterisk.manager Provides an implementaion of Asterisk's Manager API. 
net.sf.asterisk.manager.impl Provides private implementations for interfaces defined in the net.sf.asterisk.manager package. 
 

Uses of ResponseEvents in net.sf.asterisk.manager
 

Methods in net.sf.asterisk.manager that return ResponseEvents
 ResponseEvents EventTimeoutException.getPartialResult()
          Returns the partial result that has been received before the timeout occured.
Note: Using the partial result in your application should be avoided wherever possible.
 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.
 

Constructors in net.sf.asterisk.manager with parameters of type ResponseEvents
EventTimeoutException(java.lang.String message, ResponseEvents partialResult)
          Creates a new EventTimeoutException with the given message and partial result.
 

Uses of ResponseEvents in net.sf.asterisk.manager.impl
 

Classes in net.sf.asterisk.manager.impl that implement ResponseEvents
 class ResponseEventsImpl
          Implementation of the ResponseEvents interface.
 



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