Uses of Class
com.orderlysoftware.orderlycalls.asterisk.agi.AGIServer

Packages that use AGIServer
com.orderlysoftware.orderlycalls.asterisk.agi   
com.orderlysoftware.orderlycalls.examples   
 

Uses of AGIServer in com.orderlysoftware.orderlycalls.asterisk.agi
 

Methods in com.orderlysoftware.orderlycalls.asterisk.agi that return AGIServer
static AGIServer AGIServer.getInstance(AGISettings settings)
          Calls getInstance(settings, true).
static AGIServer AGIServer.getInstance(AGISettings settings, boolean reuse)
          Calls the Service superclass.
static AGIServer AGIServer.getInstance(java.lang.String name)
          Gets a named AGIServer
 AGIServer AGIConnection.getServer()
          Gets the AGIServer that received this connection.
 

Methods in com.orderlysoftware.orderlycalls.asterisk.agi with parameters of type AGIServer
static AGIConnection AGIConnection.getAGIConnection(java.net.Socket connection, AGIServer server, AGIProcessor processor)
          Gets an AGIConnection object from the pool, and initialises it.
 void AGIConnection.init(java.net.Socket connection, AGIServer server, AGIProcessor processor)
          Initialises a pre-existing AGIConnection object.
 void AGIConnection.setServer(AGIServer server)
           
 

Constructors in com.orderlysoftware.orderlycalls.asterisk.agi with parameters of type AGIServer
AGIConnection(java.net.Socket connection, AGIServer server, AGIProcessor processor)
          Initialises the object in preparation for read from Asterisk.
 

Uses of AGIServer in com.orderlysoftware.orderlycalls.examples
 

Methods in com.orderlysoftware.orderlycalls.examples with parameters of type AGIServer
static OrderlyQExampleSettings OrderlyQExample.getSettings(AGIServer server)
          Gets settings associated with a particular AGIServer.
static void OrderlyQExample.setSettings(AGIServer server, OrderlyQExampleSettings settings)
          Store a settings object for a particular AGIServer.