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

NumericAttributeType class.

Version:
$Id: $
Author:
ranger

Constructor Summary
NumericAttributeType(ResourceType resourceType, String collectionName, MibObject mibObj, AttributeGroupType groupType)
          Constructor for NumericAttributeType.
 
Method Summary
 void storeAttribute(CollectionAttribute attribute, Persister persister)
          storeAttribute
static boolean supportsType(String rawType)
          supportsType
 
Methods inherited from class org.opennms.netmgt.collectd.SnmpAttributeType
create, equals, getAlias, getCollectionName, getCollectionTrackers, getGroupIfType, getGroupName, getGroupType, getInstance, getMaxval, getMinval, 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)

Constructor for NumericAttributeType.

Parameters:
resourceType - a ResourceType object.
collectionName - a String object.
mibObj - a MibObject object.
groupType - a AttributeGroupType object.
Method Detail

supportsType

public static boolean supportsType(String rawType)

supportsType

Parameters:
rawType - a String object.
Returns:
a boolean.

storeAttribute

public void storeAttribute(CollectionAttribute attribute,
                           Persister persister)

storeAttribute

Specified by:
storeAttribute in interface CollectionAttributeType
Specified by:
storeAttribute in class SnmpAttributeType
Parameters:
attribute - a CollectionAttribute object.
persister - a Persister object.


Copyright © 2011. All Rights Reserved.