Asterisk-Java

Uses of Class
org.asteriskjava.manager.TimeoutException

Packages that use TimeoutException
org.asteriskjava.manager Provides an implementaion of Asterisk's Manager API. 
org.asteriskjava.manager.internal Provides private implementations for interfaces defined in the org.asteriskjava.manager package. 
 

Uses of TimeoutException in org.asteriskjava.manager
 

Subclasses of TimeoutException in org.asteriskjava.manager
 class EventTimeoutException
          An EventTimeoutException is thrown if a ManagerResponse or some ResponseEvents are not completely received within the expected time period.
 

Methods in org.asteriskjava.manager that throw TimeoutException
 void DefaultManagerConnection.login()
           
 void ManagerConnection.login()
          Logs in to the Asterisk server with the username and password specified when this connection was created.
 void DefaultManagerConnection.login(java.lang.String events)
           
 void ManagerConnection.login(java.lang.String events)
          Logs in to the Asterisk server with the username and password specified when this connection was created and a given event mask.
 ManagerResponse DefaultManagerConnection.sendAction(ManagerAction action)
           
 ManagerResponse ManagerConnection.sendAction(ManagerAction action)
          Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
 ManagerResponse DefaultManagerConnection.sendAction(ManagerAction action, long timeout)
           
 ManagerResponse ManagerConnection.sendAction(ManagerAction action, long timeout)
          Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
 

Uses of TimeoutException in org.asteriskjava.manager.internal
 

Methods in org.asteriskjava.manager.internal that throw TimeoutException
protected  AsteriskVersion ManagerConnectionImpl.determineVersion()
           
protected  void ManagerConnectionImpl.doLogin(long timeout, java.lang.String eventMask)
          Does the real login, following the steps outlined below.
 void ManagerConnectionImpl.login()
           
 void ManagerConnectionImpl.login(java.lang.String eventMask)
           
 ManagerResponse ManagerConnectionImpl.sendAction(ManagerAction action)
           
 ManagerResponse ManagerConnectionImpl.sendAction(ManagerAction action, long timeout)
           
 


Asterisk-Java

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