|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Settings in com.orderlysoftware.orderlycalls |
---|
Methods in com.orderlysoftware.orderlycalls that return Settings | |
---|---|
Settings |
OrderlyCallsImpl.getSettings(java.lang.String name)
Gets a Settings object. |
static Settings |
OrderlyCalls.getSettings(java.lang.String name)
Gets a named Settings object. |
Uses of Settings in com.orderlysoftware.orderlycalls.asterisk.agi |
---|
Subclasses of Settings in com.orderlysoftware.orderlycalls.asterisk.agi | |
---|---|
class |
AGISettings
This class encapsulates settings necessary to run an AGIServer . |
class |
AGISettings.BindSettings
This class encapsulates settings necessary to bind a single AGIServer to a single interface and port. |
Uses of Settings in com.orderlysoftware.orderlycalls.asterisk.manager |
---|
Subclasses of Settings in com.orderlysoftware.orderlycalls.asterisk.manager | |
---|---|
class |
ManagerSettings
Encapsulates login and connection info for the Asterisk Manager system. |
class |
ManagerSettings.ManagerEventListenerSettings
|
Uses of Settings in com.orderlysoftware.orderlycalls.base |
---|
Fields in com.orderlysoftware.orderlycalls.base declared as Settings | |
---|---|
protected Settings |
Service.settings
|
Methods in com.orderlysoftware.orderlycalls.base that return Settings | |
---|---|
Settings |
Service.getSettings()
Gets the Settings object. |
Methods in com.orderlysoftware.orderlycalls.base with parameters of type Settings | |
---|---|
static Service |
Service.getInstance(java.lang.Class serviceClass,
Settings settings,
boolean reuse)
Gets an initialised Service instance. |
static Service |
Service.getInstance(Settings settings)
Gets an initialised Service instance. |
static Service |
Service.getInstance(Settings settings,
boolean reuse)
Gets an initialised Service instance. |
Constructors in com.orderlysoftware.orderlycalls.base with parameters of type Settings | |
---|---|
Service(Settings settings)
Creates a Service with the specified Settings. |
Uses of Settings in com.orderlysoftware.orderlycalls.examples |
---|
Subclasses of Settings in com.orderlysoftware.orderlycalls.examples | |
---|---|
class |
OrderlyQExampleSettings
OrderlyQ - Advanced, Caller Friendly Queue Control |
Methods in com.orderlysoftware.orderlycalls.examples with parameters of type Settings | |
---|---|
static Service |
ExampleService.getInstance(Settings settings)
Must define this method in order to work with superclass. |
static Service |
ExampleService.getInstance(Settings settings,
boolean reuse)
Must define this as follows in order to work with superclass. |
Constructors in com.orderlysoftware.orderlycalls.examples with parameters of type Settings | |
---|---|
ExampleService(Settings settings)
Must define this method in order to work with superclass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |