99100101102103104105106107108109110
command.execute(commandContext); } } public void correlateAll() { CorrelateAllMessageCmd command = new CorrelateAllMessageCmd(this); if(commandExecutor != null) { commandExecutor.execute(command); } else { command.execute(commandContext); } }