Asterisk-Java

org.asteriskjava.fastagi
Interface NamedAgiScript

All Superinterfaces:
AgiScript
All Known Implementing Classes:
ScriptEngineMappingStrategy.ScriptEngineAgiScript

public interface NamedAgiScript
extends AgiScript

Interface for an AgiScript that provides a name for logging and management.

Since:
1.0.0

Method Summary
 java.lang.String getName()
          Returns the name of the script.
 
Methods inherited from interface org.asteriskjava.fastagi.AgiScript
service
 

Method Detail

getName

java.lang.String getName()
Returns the name of the script.

Returns:
the name of the script

Asterisk-Java

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