}
@Override
protected void doExecute() throws Exception {
MonitorResult monitorResult = SystemProber.this.getMonitorResult(sender);
SystemProber.this.logger.debug(SystemProber.this.getClass().getSimpleName() + " prob result:"
+ monitorResult);
SystemProber.this.processResult0(monitorResult);
}