86878889909192
this.cConf = cConf; this.eventHandler = createEventHandler(cConf); } protected EventHandler createEventHandler(CConfiguration cConf) { return new AbortOnTimeoutEventHandler(cConf.getLong(Constants.CFG_TWILL_NO_CONTAINER_TIMEOUT, Long.MAX_VALUE)); }
9192939495969798
} } @Override protected EventHandler createEventHandler(CConfiguration cConf) { return new AbortOnTimeoutEventHandler( cConf.getLong(Constants.CFG_TWILL_NO_CONTAINER_TIMEOUT, Long.MAX_VALUE), true); }