Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResponseEvents |
EventTimeoutException.getPartialResult()
Returns the partial result that has been received before the timeout
occured.
|
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvent s |
ResponseEvents |
DefaultManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
ResponseEvents |
ManagerConnection.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
Sends an
EventGeneratingAction to the Asterisk server and waits
for the corresponding ManagerResponse and the
ResponseEvent s |
Constructor and Description |
---|
EventTimeoutException(String message,
ResponseEvents partialResult)
Creates a new EventTimeoutException with the given message and partial
result.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseEventsImpl
Implementation of the ResponseEvents interface.
|
Modifier and Type | Method and Description |
---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action) |
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout) |
Copyright © 2004–2016. All rights reserved.