|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.collectd.AbstractCollectionAttribute
public abstract class AbstractCollectionAttribute
| Constructor Summary | |
|---|---|
AbstractCollectionAttribute()
|
|
| Method Summary | |
|---|---|
abstract CollectionAttributeType |
getAttributeType()
Return the attribute type for this attribute. |
abstract String |
getName()
Gets the name of the attribute |
abstract String |
getNumericValue()
Get the numeric value of the attribute, as a String. |
abstract CollectionResource |
getResource()
|
abstract String |
getStringValue()
Get the value of the attribute as a String. |
protected Category |
log()
|
abstract boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted. |
void |
storeAttribute(Persister persister)
Stores the attribute using the persister. |
void |
visit(CollectionSetVisitor visitor)
Visit this attribute |
| 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.CollectionAttribute |
|---|
getType |
| Constructor Detail |
|---|
public AbstractCollectionAttribute()
| Method Detail |
|---|
protected Category log()
public abstract CollectionAttributeType getAttributeType()
CollectionAttribute
getAttributeType in interface CollectionAttributepublic abstract String getName()
CollectionAttribute
getName in interface CollectionAttributepublic abstract String getNumericValue()
CollectionAttribute
getNumericValue in interface CollectionAttributepublic abstract CollectionResource getResource()
getResource in interface CollectionAttributepublic abstract String getStringValue()
CollectionAttribute
getStringValue in interface CollectionAttributepublic abstract boolean shouldPersist(ServiceParameters params)
CollectionAttribute
shouldPersist in interface CollectionAttributepublic void storeAttribute(Persister persister)
CollectionAttribute
storeAttribute in interface CollectionAttributepublic void visit(CollectionSetVisitor visitor)
CollectionAttribute
visit in interface CollectionAttribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||