net.sf.asterisk.fastagi
Interface AGIWriter

All Known Implementing Classes:
AGIWriterImpl

public interface AGIWriter

The AGIWriter sends commands to Asterisk.

Version:
$Id: AGIWriter.java,v 1.2 2005/03/11 09:37:39 srt Exp $
Author:
srt

Method Summary
 void sendCommand(AGICommand command)
          Sends the given command to the Asterisk server.
 

Method Detail

sendCommand

void sendCommand(AGICommand command)
                 throws AGIException
Sends the given command to the Asterisk server.

Parameters:
command - the command to send.
Throws:
AGIException - if the command can't be sent.


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