org.asteriskjava.fastagi.command
Class NoopCommand
java.lang.Object
org.asteriskjava.fastagi.command.AbstractAgiCommand
org.asteriskjava.fastagi.command.NoopCommand
- All Implemented Interfaces:
- Serializable, AgiCommand
public class NoopCommand
- extends AbstractAgiCommand
Does nothing.
- Version:
- $Id: NoopCommand.java 938 2007-12-31 03:23:38Z srt $
- Author:
- srt
- See Also:
- Serialized Form
|
Constructor Summary |
NoopCommand()
Creates a new NoopCommand. |
NoopCommand
public NoopCommand()
- Creates a new NoopCommand.
buildCommand
public String buildCommand()
- Description copied from interface:
AgiCommand
- Returns a string suitable to be sent to asterisk.
- Specified by:
buildCommand in interface AgiCommand- Specified by:
buildCommand in class AbstractAgiCommand
- Returns:
- a string suitable to be sent to asterisk.
Copyright © 2004-2010 Stefan Reuter. All Rights Reserved.