|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.JdbcCollector
public class JdbcCollector
| Field Summary |
|---|
| Fields inherited from interface org.opennms.netmgt.collectd.ServiceCollector |
|---|
COLLECTION_FAILED, COLLECTION_SUCCEEDED, COLLECTION_UNKNOWN, statusType |
| Constructor Summary | |
|---|---|
JdbcCollector()
|
|
| Method Summary | |
|---|---|
CollectionSet |
collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object. |
JdbcDataCollectionConfigDao |
getJdbcCollectionDao()
|
RrdRepository |
getRrdRepository(String collectionName)
getRrdRepository |
void |
initialize(CollectionAgent agent,
Map<String,Object> parameters)
initialize |
void |
initialize(Map<String,String> parameters)
initialize |
void |
release()
release |
void |
release(CollectionAgent agent)
release |
void |
setJdbcCollectionDao(JdbcDataCollectionConfigDao jdbcCollectionDao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcCollector()
| Method Detail |
|---|
public JdbcDataCollectionConfigDao getJdbcCollectionDao()
public void setJdbcCollectionDao(JdbcDataCollectionConfigDao jdbcCollectionDao)
public void initialize(Map<String,String> parameters)
ServiceCollectorinitialize
initialize in interface ServiceCollectorparameters - a Map object.public void release()
ServiceCollectorrelease
release in interface ServiceCollector
public void initialize(CollectionAgent agent,
Map<String,Object> parameters)
ServiceCollectorinitialize
initialize in interface ServiceCollectoragent - a CollectionAgent object.parameters - a Map object.public void release(CollectionAgent agent)
ServiceCollectorrelease
release in interface ServiceCollectoragent - a CollectionAgent object.
public CollectionSet collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
throws CollectionException
ServiceCollector
collect in interface ServiceCollectoragent - a CollectionAgent object.eproxy - a EventProxy object.parameters - a Map object.
CollectionSet object.
CollectionException - if any.public RrdRepository getRrdRepository(String collectionName)
ServiceCollectorgetRrdRepository
getRrdRepository in interface ServiceCollectorcollectionName - a String object.
RrdRepository object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||