//timerTask = new TimerTaskC();
Monitor.addSnapshotValuesCallbask(this);
// Monitor.addGlobalConfigListener(globalConfigListener);
//timer.schedule(timerTask, 0, this.connectionProperties.timeSliceInMillis);
this.readFlowControl = new TimesliceFlowControl("������", runTimeConf.getTimeSliceInMillis(), runTimeConf
.getReadRestrictTimes());
this.writeFlowControl = new TimesliceFlowControl("���", runTimeConf.getTimeSliceInMillis(), runTimeConf
.getWriteRestrictTimes());
logger.warn("set thread count restrict " + runTimeConf.getThreadCountRestrict());
this.connectionProperties.threadCountRestriction = runTimeConf.getThreadCountRestrict();