|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.poller.LatencyCollectionAttribute
public class LatencyCollectionAttribute
LatencyCollectionAttribute class.
| Constructor Summary | |
|---|---|
LatencyCollectionAttribute(LatencyCollectionResource resource,
String name,
Double value)
Constructor for LatencyCollectionAttribute. |
|
| Method Summary | |
|---|---|
CollectionAttributeType |
getAttributeType()
getAttributeType |
String |
getName()
getName |
String |
getNumericValue()
getNumericValue |
CollectionResource |
getResource()
getResource |
String |
getStringValue()
getStringValue |
String |
getType()
getType |
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 |
| Constructor Detail |
|---|
public LatencyCollectionAttribute(LatencyCollectionResource resource,
String name,
Double value)
Constructor for LatencyCollectionAttribute.
resource - a LatencyCollectionResource object.name - a String object.value - a Double object.| Method Detail |
|---|
public CollectionAttributeType getAttributeType()
getAttributeType
getAttributeType in interface CollectionAttributeCollectionAttributeType object.public String getName()
getName
getName in interface CollectionAttributeString object.public String getNumericValue()
getNumericValue
getNumericValue in interface CollectionAttributeString object.public CollectionResource getResource()
getResource
getResource in interface CollectionAttributeCollectionResource object.public String getStringValue()
getStringValue
getStringValue in interface CollectionAttributeString object.public String getType()
getType
getType in interface CollectionAttributeString object.public boolean shouldPersist(ServiceParameters params)
shouldPersist in interface CollectionAttributeparams - a ServiceParameters object.
public void storeAttribute(Persister persister)
storeAttribute in interface CollectionAttributepersister - a org.opennms.netmgt.collectd.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 | |||||||||