com.softabar.mq.command
Interface CommandProcessor
public interface CommandProcessor
CommandProcessor interface for for processing commands or results.
Copyright (C) 2006 Softabar (www.softabar.com)
|
Method Summary |
java.lang.String |
execute(java.lang.String cmdOrResult,
ConsoleContext context)
Process command or result. |
execute
java.lang.String execute(java.lang.String cmdOrResult,
ConsoleContext context)
- Process command or result.
- Parameters:
cmdOrResult - Command or command result to be processed.context - Console context.
- Returns:
- String processed command or result.