|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.HttpCollector
public class HttpCollector
Collect data via URI
| Nested Class Summary | |
|---|---|
protected class |
HttpCollector.HttpCollectionSet
|
class |
HttpCollector.HttpCollectorException
|
| Field Summary |
|---|
| Fields inherited from interface org.opennms.netmgt.collectd.ServiceCollector |
|---|
COLLECTION_FAILED, COLLECTION_SUCCEEDED, COLLECTION_UNKNOWN, statusType |
| Constructor Summary | |
|---|---|
HttpCollector()
|
|
| Method Summary | |
|---|---|
CollectionSet |
collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
Invokes a collection on the object. |
RrdRepository |
getRrdRepository(String collectionName)
getRrdRepository |
void |
initialize(CollectionAgent agent,
Map<String,Object> parameters)
initialize |
void |
initialize(Map<String,String> parameters)
initialize |
protected static ThreadCategory |
log()
|
void |
release()
release |
void |
release(CollectionAgent agent)
release |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpCollector()
| Method Detail |
|---|
public CollectionSet collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,Object> parameters)
collect in interface ServiceCollectoragent - a CollectionAgent object.eproxy - a EventProxy object.parameters - a Map object.
CollectionSet object.protected static ThreadCategory log()
public void initialize(Map<String,String> parameters)
throws CollectionInitializationException
initialize
initialize in interface ServiceCollectorparameters - a Map object.
CollectionInitializationException
public void initialize(CollectionAgent agent,
Map<String,Object> parameters)
initialize
initialize in interface ServiceCollectoragent - a CollectionAgent object.parameters - a Map object.public void release()
release
release in interface ServiceCollectorpublic void release(CollectionAgent agent)
release
release in interface ServiceCollectoragent - a CollectionAgent object.public RrdRepository getRrdRepository(String collectionName)
getRrdRepository
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 | |||||||||