org.opennms.netmgt.collectd
Class AliasedGroup

java.lang.Object
  extended by org.opennms.netmgt.collectd.AttributeGroup
      extended by org.opennms.netmgt.collectd.AliasedGroup

public class AliasedGroup
extends AttributeGroup


Constructor Summary
AliasedGroup(CollectionResource resource, AttributeGroup group)
           
 
Method Summary
 void addAttribute(SnmpAttribute attr)
           
 boolean equals(Object obj)
           
 Collection<CollectionAttribute> getAttributes()
           
 AttributeGroupType getGroupType()
           
 String getName()
           
 int hashCode()
           
 boolean shouldPersist(ServiceParameters params)
           
 String toString()
           
 void visit(CollectionSetVisitor visitor)
           
 
Methods inherited from class org.opennms.netmgt.collectd.AttributeGroup
addAttribute, getResource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AliasedGroup

public AliasedGroup(CollectionResource resource,
                    AttributeGroup group)
Method Detail

addAttribute

public void addAttribute(SnmpAttribute attr)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getAttributes

public Collection<CollectionAttribute> getAttributes()
Overrides:
getAttributes in class AttributeGroup

getGroupType

public AttributeGroupType getGroupType()
Overrides:
getGroupType in class AttributeGroup

getName

public String getName()
Overrides:
getName in class AttributeGroup

hashCode

public int hashCode()
Overrides:
hashCode in class Object

shouldPersist

public boolean shouldPersist(ServiceParameters params)
Overrides:
shouldPersist in class AttributeGroup

toString

public String toString()
Overrides:
toString in class AttributeGroup

visit

public void visit(CollectionSetVisitor visitor)
Overrides:
visit in class AttributeGroup


Copyright © 2009. All Rights Reserved.