timer.set(null);
if(FixFlowShellProxy.isPoolConn()){
LinkedHashMap<String,DBConnection> dbconns = (CurrentThread.getThreadDBPool().get());
for(Entry<String,DBConnection> tmp:dbconns.entrySet()){
DBConnection td = tmp.getValue();
if(td!=null){
td.close();
}
}
getThreadDBPool().set(null);
}
ProcessEngine processEngine = ProcessEngineManagement.getDefaultProcessEngine();