|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap com.orderlysoftware.orderlycalls.base.Message com.orderlysoftware.orderlycalls.asterisk.manager.action.ManagerAction
public class ManagerAction
This class represents an Action for the Asterisk Manager API.
Constructor Summary | |
---|---|
ManagerAction(java.lang.String type)
Constructor. |
Method Summary | |
---|---|
ManagerResponse |
getResponse()
Gets the response received, if any. |
void |
setResponse(ManagerResponse response)
Associates a response with this action. |
Methods inherited from class com.orderlysoftware.orderlycalls.base.Message |
---|
addPair, addPair, getFreeform, getValue, isComplete, setComplete, setFreeform, toString |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public ManagerAction(java.lang.String type)
type
- The type of the action to send.Method Detail |
---|
public ManagerResponse getResponse()
public void setResponse(ManagerResponse response)
response
- the response received.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |