icas adv 1019
public static void main(String[] args) throws Exception { // TODO Auto-generated method stub long StartTime = getTime(); if (checkAlerts(Source_Dir)) { try { FuseAlert(); MergeAlert(); ClassifyAlert(); CorrelateAlert(); PutToMySQL(); } catch (Exception e) { e.printStackTrace(); } } else { System.err.println("No Data to produce."); } calcuTime("ICAS Totally runs ", StartTime); }
- rawdatacheck 待完成
Last modified 15 years ago
Last modified on Oct 22, 2009, 10:33:15 AM