|
||||||||||
| 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
Abstract AbstractCollectionAttribute class.
| Constructor Summary | |
|---|---|
AbstractCollectionAttribute()
|
|
| Method Summary | |
|---|---|
abstract CollectionAttributeType |
getAttributeType()
getAttributeType |
abstract String |
getName()
getName |
abstract String |
getNumericValue()
getNumericValue |
abstract CollectionResource |
getResource()
getResource |
abstract String |
getStringValue()
getStringValue |
protected ThreadCategory |
log()
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 ThreadCategory log()
log
ThreadCategory object.public abstract CollectionAttributeType getAttributeType()
getAttributeType
getAttributeType in interface CollectionAttributeCollectionAttributeType object.public abstract String getName()
getName
getName in interface CollectionAttributeString object.public abstract String getNumericValue()
getNumericValue
getNumericValue in interface CollectionAttributeString object.public abstract CollectionResource getResource()
getResource
getResource in interface CollectionAttributeCollectionResource object.public abstract String getStringValue()
getStringValue
getStringValue in interface CollectionAttributeString object.public abstract boolean shouldPersist(ServiceParameters params)
shouldPersist in interface CollectionAttributeparams - a ServiceParameters object.
public void storeAttribute(Persister persister)
storeAttribute in interface CollectionAttributepersister - a Persister object.public void visit(CollectionSetVisitor visitor)
visit in interface CollectionAttributevisitor - a CollectionSetVisitor object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||