|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.AbstractCollectionAttribute
org.opennms.netmgt.collectd.SnmpAttribute
org.opennms.netmgt.collectd.AliasedAttribute
public class AliasedAttribute
AliasedAttribute class.
| Constructor Summary | |
|---|---|
AliasedAttribute(CollectionResource resource,
SnmpAttribute attr)
Constructor for AliasedAttribute. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
SnmpAttributeType |
getAttributeType()
getAttributeType |
String |
getName()
getName |
String |
getType()
getType |
SnmpValue |
getValue()
getValue |
int |
hashCode()
hashCode |
ThreadCategory |
log()
log |
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted. |
String |
toString()
toString |
| Methods inherited from class org.opennms.netmgt.collectd.SnmpAttribute |
|---|
getNumericValue, getResource, getStringValue, storeAttribute, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AliasedAttribute(CollectionResource resource,
SnmpAttribute attr)
Constructor for AliasedAttribute.
resource - a CollectionResource object.attr - a SnmpAttribute object.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class SnmpAttributepublic SnmpAttributeType getAttributeType()
getAttributeType
getAttributeType in interface CollectionAttributegetAttributeType in class SnmpAttributeSnmpAttributeType object.public String getName()
getName
getName in interface CollectionAttributegetName in class SnmpAttributeString object.public String getType()
getType
getType in interface CollectionAttributegetType in class SnmpAttributeString object.public SnmpValue getValue()
getValue
getValue in class SnmpAttributeSnmpValue object.public int hashCode()
hashCode
hashCode in class SnmpAttributepublic ThreadCategory log()
log
log in class SnmpAttributeThreadCategory object.public boolean shouldPersist(ServiceParameters params)
shouldPersist in interface CollectionAttributeshouldPersist in class SnmpAttributeparams - a ServiceParameters object.
public String toString()
toString
toString in class SnmpAttributeString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||