|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.AbstractCollectionResource
org.opennms.netmgt.collectd.jdbc.JdbcCollectionResource
public abstract class JdbcCollectionResource
| Field Summary |
|---|
| Fields inherited from class org.opennms.netmgt.collectd.AbstractCollectionResource |
|---|
m_agent |
| Constructor Summary | |
|---|---|
JdbcCollectionResource(CollectionAgent agent)
|
|
| Method Summary | |
|---|---|
abstract String |
getInstance()
Returns the name of the instance this CollectionResource represents. |
abstract String |
getResourceTypeName()
Returns a string which indicates what type of resource. |
int |
getType()
getType |
boolean |
rescanNeeded()
rescanNeeded |
void |
setAttributeValue(CollectionAttributeType type,
String value)
|
boolean |
shouldPersist(ServiceParameters params)
shouldPersist |
| Methods inherited from class org.opennms.netmgt.collectd.AbstractCollectionResource |
|---|
addAttribute, getGroup, getLabel, getOwnerName, getResourceDir, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcCollectionResource(CollectionAgent agent)
| Method Detail |
|---|
public boolean shouldPersist(ServiceParameters params)
AbstractCollectionResourceshouldPersist
shouldPersist in interface CollectionResourceshouldPersist in class AbstractCollectionResourceparams - a ServiceParameters object.
public boolean rescanNeeded()
AbstractCollectionResourcerescanNeeded
rescanNeeded in interface CollectionResourcerescanNeeded in class AbstractCollectionResource
public void setAttributeValue(CollectionAttributeType type,
String value)
public int getType()
AbstractCollectionResourcegetType
getType in interface CollectionResourcegetType in class AbstractCollectionResourcepublic abstract String getResourceTypeName()
CollectionResource
String object.public abstract String getInstance()
CollectionResource
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||