|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventTimeoutException | |
---|---|
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 EventTimeoutException in org.asteriskjava.manager |
---|
Methods in org.asteriskjava.manager that throw EventTimeoutException | |
---|---|
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 |
Uses of EventTimeoutException in org.asteriskjava.manager.internal |
---|
Methods in org.asteriskjava.manager.internal that throw EventTimeoutException | |
---|---|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action)
|
ResponseEvents |
ManagerConnectionImpl.sendEventGeneratingAction(EventGeneratingAction action,
long timeout)
|
|
Asterisk-Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |