org.opennms.netmgt.collectd.wmi
Class WmiCollectionAttributeType

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

public class WmiCollectionAttributeType
extends Object
implements CollectionAttributeType


Constructor Summary
WmiCollectionAttributeType(Attrib attribute, AttributeGroupType groupType)
           
 
Method Summary
 AttributeGroupType getGroupType()
           
 String getName()
           
 String getType()
           
 void storeAttribute(CollectionAttribute attribute, Persister persister)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opennms.netmgt.collectd.AttributeDefinition
equals, hashCode
 

Constructor Detail

WmiCollectionAttributeType

public WmiCollectionAttributeType(Attrib attribute,
                                  AttributeGroupType groupType)
Method Detail

getGroupType

public AttributeGroupType getGroupType()
Specified by:
getGroupType in interface CollectionAttributeType

storeAttribute

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

getName

public String getName()
Specified by:
getName in interface AttributeDefinition

getType

public String getType()
Specified by:
getType in interface AttributeDefinition


Copyright © 2009. All Rights Reserved.