com.esf.testing.tcpconsole.service
Interface ITcpConsoleService
public interface ITcpConsoleService
SERVICE_NAME
static final java.lang.String SERVICE_NAME
registerCommands
void registerCommands(java.util.ArrayList commands)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterCommands
void unregisterCommands(java.util.ArrayList commands)
throws java.lang.Exception
- Throws:
java.lang.Exception
reportMessage
void reportMessage(java.lang.String message)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRegisteredCommands
java.lang.String[] getRegisteredCommands()