org.asteriskjava.manager.action
Class ListCommandsAction
java.lang.Object
org.asteriskjava.manager.action.AbstractManagerAction
org.asteriskjava.manager.action.ListCommandsAction
- All Implemented Interfaces:
- Serializable, ManagerAction
public class ListCommandsAction
- extends AbstractManagerAction
The ListCommandsAction returns possible commands in the Manager interface.
Use the getAttributes method on the ManagerResponse for a map of commands and explanations.
- Since:
- 0.3
- Author:
- martins
- See Also:
ManagerResponse.getAttributes(),
Serialized Form
ListCommandsAction
public ListCommandsAction()
- Creates a new ListCommandsAction.
getAction
public String getAction()
- Returns the name of this action, i.e. "ListCommands".
- Specified by:
getAction in interface ManagerAction- Specified by:
getAction in class AbstractManagerAction
Copyright © 2004-2010 Stefan Reuter. All Rights Reserved.