|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagerClient | |
|---|---|
| com.orderlysoftware.orderlycalls.asterisk.manager | |
| com.orderlysoftware.orderlycalls.asterisk.manager.event | |
| com.orderlysoftware.orderlycalls.examples | |
| Uses of ManagerClient in com.orderlysoftware.orderlycalls.asterisk.manager |
|---|
| Methods in com.orderlysoftware.orderlycalls.asterisk.manager that return ManagerClient | |
|---|---|
static ManagerClient |
ManagerClient.getByInetAddress(java.net.InetAddress address)
Gets a ManagerClient connected to a particular remote IP address. |
static ManagerClient |
ManagerClient.getInstance(ManagerSettings settings)
Gets a ManagerClient instance, or creates one if none can be found. |
static ManagerClient |
ManagerClient.getInstance(ManagerSettings settings,
boolean reuse)
Gets a connected ManagerClient instance. |
static ManagerClient |
ManagerClient.getInstance(java.lang.String name)
Gets a connected ManagerClient instance, or null if none can be found. |
| Uses of ManagerClient in com.orderlysoftware.orderlycalls.asterisk.manager.event |
|---|
| Methods in com.orderlysoftware.orderlycalls.asterisk.manager.event that return ManagerClient | |
|---|---|
ManagerClient |
ManagerEventDispatcher.getClient()
Gets the ManagerClient
client associated with this ManagerEventDispatcher. |
ManagerClient |
ManagerEvent.getClient()
Gets the client that received this event. |
| Methods in com.orderlysoftware.orderlycalls.asterisk.manager.event with parameters of type ManagerClient | |
|---|---|
static ManagerEventDispatcher |
ManagerEventDispatcher.getDispatcher(ManagerClient client)
Gets the dispatcher associated with a particular ManagerClient. |
void |
ManagerEventDispatcher.setClient(ManagerClient client)
Gets the ManagerClient
associated with this ManagerEventDispatcher. |
void |
ManagerEvent.setClient(ManagerClient client)
|
| Constructors in com.orderlysoftware.orderlycalls.asterisk.manager.event with parameters of type ManagerClient | |
|---|---|
ManagerEventDispatcher(ManagerClient client)
Creates a new ManagerEventDispatcher |
|
| Uses of ManagerClient in com.orderlysoftware.orderlycalls.examples |
|---|
| Methods in com.orderlysoftware.orderlycalls.examples with parameters of type ManagerClient | |
|---|---|
void |
ExampleManagerEventListener.init(ManagerClient client,
java.lang.String channel,
java.lang.String context,
java.lang.String extension,
java.lang.String priority)
Initialise member fields. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||