tomp.xtcl
Interface Command

All Known Implementing Classes:
AbstractCommand

public interface Command


Method Summary
 int execute(Context c)
           
 

Method Detail

execute

public int execute(Context c)
            throws java.lang.Exception
Parameters:
c - Context in which the command is executed
Returns:
int errorCode (0 = OK)
Throws:
java.lang.Exception