org.opennms.netmgt.correlation.drools
Class DroolsCorrelationEngineBuilder.RuleSetConfiguration

java.lang.Object
  extended by org.opennms.netmgt.correlation.drools.DroolsCorrelationEngineBuilder.RuleSetConfiguration
Enclosing class:
DroolsCorrelationEngineBuilder

public class DroolsCorrelationEngineBuilder.RuleSetConfiguration
extends Object


Constructor Summary
DroolsCorrelationEngineBuilder.RuleSetConfiguration(RuleSet ruleSet)
           
 
Method Summary
 Map<String,Object> getGlobals(org.springframework.context.ApplicationContext context)
           
 List<String> getInterestingEvents()
           
 String getName()
           
 List<org.springframework.core.io.Resource> getRuleResources(org.springframework.core.io.ResourceLoader resourceLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroolsCorrelationEngineBuilder.RuleSetConfiguration

public DroolsCorrelationEngineBuilder.RuleSetConfiguration(RuleSet ruleSet)
Method Detail

getName

public String getName()

getGlobals

public Map<String,Object> getGlobals(org.springframework.context.ApplicationContext context)

getInterestingEvents

public List<String> getInterestingEvents()

getRuleResources

public List<org.springframework.core.io.Resource> getRuleResources(org.springframework.core.io.ResourceLoader resourceLoader)


Copyright ? 2008. All Rights Reserved.