|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.NSClientCollector
public class NSClientCollector
NSClientCollector class.
| Field Summary |
|---|
| Fields inherited from interface org.opennms.netmgt.collectd.ServiceCollector |
|---|
COLLECTION_FAILED, COLLECTION_SUCCEEDED, COLLECTION_UNKNOWN, statusType |
| Constructor Summary | |
|---|---|
NSClientCollector()
|
|
| Method Summary | |
|---|---|
CollectionSet |
collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,String> parameters)
Invokes a collection on the object. |
RrdRepository |
getRrdRepository(String collectionName)
getRrdRepository |
void |
initialize(CollectionAgent agent,
Map<String,String> parameters)
initialize |
void |
initialize(Map<String,String> parameters)
initialize |
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 NSClientCollector()
| Method Detail |
|---|
public CollectionSet collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,String> parameters)
collect in interface ServiceCollectoragent - a CollectionAgent object.eproxy - a EventProxy object.parameters - a Map object.
CollectionSet object.public void initialize(Map<String,String> parameters)
initialize
initialize in interface ServiceCollectorparameters - a Map object.
public void initialize(CollectionAgent agent,
Map<String,String> 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 | |||||||||