org.opennms.netmgt.correlation
Interface CorrelationEngine

All Known Implementing Classes:
AbstractCorrelationEngine

public interface CorrelationEngine


Method Summary
 void correlate(org.opennms.netmgt.xml.event.Event e)
           
 List<String> getInterestingEvents()
           
 String getName()
           
 

Method Detail

getName

String getName()

getInterestingEvents

List<String> getInterestingEvents()

correlate

void correlate(org.opennms.netmgt.xml.event.Event e)


Copyright ? 2007. All Rights Reserved.