Asterisk-Java

org.asteriskjava.manager.action
Class ListCommandsAction

java.lang.Object
  extended by org.asteriskjava.manager.action.AbstractManagerAction
      extended by org.asteriskjava.manager.action.ListCommandsAction
All Implemented Interfaces:
java.io.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

Constructor Summary
ListCommandsAction()
          Creates a new ListCommandsAction.
 
Method Summary
 java.lang.String getAction()
          Returns the name of this action, i.e.
 
Methods inherited from class org.asteriskjava.manager.action.AbstractManagerAction
getActionId, setActionId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListCommandsAction

public ListCommandsAction()
Creates a new ListCommandsAction.

Method Detail

getAction

public java.lang.String getAction()
Returns the name of this action, i.e. "ListCommands".

Specified by:
getAction in interface ManagerAction
Specified by:
getAction in class AbstractManagerAction

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.