org.opennms.netmgt.collectd
Class NumericAttributeType

java.lang.Object
  extended by org.opennms.netmgt.collectd.SnmpAttributeType
      extended by org.opennms.netmgt.collectd.NumericAttributeType
All Implemented Interfaces:
AttributeDefinition, CollectionAttributeType

public class NumericAttributeType
extends SnmpAttributeType


Constructor Summary
NumericAttributeType(ResourceType resourceType, String collectionName, MibObject mibObj, AttributeGroupType groupType)
           
 
Method Summary
 void storeAttribute(CollectionAttribute attribute, Persister persister)
           
static boolean supportsType(String rawType)
           
 
Methods inherited from class org.opennms.netmgt.collectd.SnmpAttributeType
create, equals, getAlias, getCollectionName, getCollectionTrackers, getGroupIfType, getGroupName, getGroupType, getInstance, getName, getOid, getResourceType, getType, hashCode, log, matches, storeResult, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericAttributeType

public NumericAttributeType(ResourceType resourceType,
                            String collectionName,
                            MibObject mibObj,
                            AttributeGroupType groupType)
Method Detail

supportsType

public static boolean supportsType(String rawType)

storeAttribute

public void storeAttribute(CollectionAttribute attribute,
                           Persister persister)
Specified by:
storeAttribute in interface CollectionAttributeType
Specified by:
storeAttribute in class SnmpAttributeType


Copyright © 2009. All Rights Reserved.