org.opennms.netmgt.config
Interface CatFactory

All Known Implementing Classes:
CategoryFactory

public interface CatFactory

Author:
jsartin TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 Category getCategory(String name)
           
 Catinfo getConfig()
           
 String getEffectiveRule(String catLabel)
           
 double getNormal(String catlabel)
           
 double getWarning(String catlabel)
           
 

Method Detail

getConfig

Catinfo getConfig()

getCategory

Category getCategory(String name)

getEffectiveRule

String getEffectiveRule(String catLabel)

getNormal

double getNormal(String catlabel)

getWarning

double getWarning(String catlabel)


Copyright © 2009. All Rights Reserved.