Ejemplo n.º 1
0
 @Override
 public void visitEntry(Entry entry) {
   String type = entry.getType();
   String status = entry.getStatus();
   status = m_aggregationManger.handle(AggregationConfigManager.PROBLEM_TYPE, m_domain, status);
   m_currentEntry = findOrCreatEntry(m_currentMachine, type, status);
   super.visitEntry(entry);
 }
Ejemplo n.º 2
0
 public void refreshRule() {
   m_aggregationManger.refreshRule();
 }