|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.AttributeGroup
org.opennms.netmgt.collectd.AliasedGroup
public class AliasedGroup
AliasedGroup class.
| Constructor Summary | |
|---|---|
AliasedGroup(CollectionResource resource,
AttributeGroup group)
Constructor for AliasedGroup. |
|
| Method Summary | |
|---|---|
void |
addAttribute(SnmpAttribute attr)
addAttribute |
boolean |
equals(Object obj)
|
Collection<CollectionAttribute> |
getAttributes()
getAttributes |
AttributeGroupType |
getGroupType()
getGroupType |
String |
getName()
getName |
int |
hashCode()
hashCode |
boolean |
shouldPersist(ServiceParameters params)
shouldPersist |
String |
toString()
toString |
void |
visit(CollectionSetVisitor visitor)
visit |
| 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 |
|---|
public AliasedGroup(CollectionResource resource,
AttributeGroup group)
Constructor for AliasedGroup.
resource - a CollectionResource object.group - a AttributeGroup object.| Method Detail |
|---|
public void addAttribute(SnmpAttribute attr)
addAttribute
attr - a SnmpAttribute object.public boolean equals(Object obj)
equals in class Objectpublic Collection<CollectionAttribute> getAttributes()
getAttributes
getAttributes in class AttributeGroupCollection object.public AttributeGroupType getGroupType()
getGroupType
getGroupType in class AttributeGroupAttributeGroupType object.public String getName()
getName
getName in class AttributeGroupString object.public int hashCode()
hashCode
hashCode in class Objectpublic boolean shouldPersist(ServiceParameters params)
shouldPersist
shouldPersist in class AttributeGroupparams - a ServiceParameters object.
public String toString()
toString
toString in class AttributeGroupString object.public void visit(CollectionSetVisitor visitor)
visit
visit in class AttributeGroupvisitor - a CollectionSetVisitor object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||