org.opennms.netmgt.threshd
Class ThresholdResourceType

java.lang.Object
  extended by org.opennms.netmgt.threshd.ThresholdResourceType

public class ThresholdResourceType
extends Object

Author:
Mathew Brozowski

Constructor Summary
ThresholdResourceType(String type)
           
 
Method Summary
 String getDsType()
           
 Map<String,Set<ThresholdEntity>> getThresholdMap()
           
 Category log()
           
 void setThresholdMap(Map<String,Set<ThresholdEntity>> thresholdMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThresholdResourceType

public ThresholdResourceType(String type)
Method Detail

getDsType

public String getDsType()

getThresholdMap

public Map<String,Set<ThresholdEntity>> getThresholdMap()

setThresholdMap

public void setThresholdMap(Map<String,Set<ThresholdEntity>> thresholdMap)

log

public Category log()


Copyright © 2009. All Rights Reserved.