if(quartzInstanceMap == null || quartzInstanceMap.size() == 0 || uuid == null ||uuid.equals("")){return null;}
QuartzInstance instance = quartzInstanceMap.get(uuid);
if(instance == null){
try {
new InitAction().execute();
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
instance = Tools.getQuartzInstance();