|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.collectd.XmpCollector
public class XmpCollector
| Field Summary |
|---|
| Fields inherited from interface org.opennms.netmgt.collectd.ServiceCollector |
|---|
COLLECTION_FAILED, COLLECTION_SUCCEEDED, COLLECTION_UNKNOWN, statusType |
| Constructor Summary | |
|---|---|
XmpCollector()
|
|
| Method Summary | |
|---|---|
CollectionSet |
collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,String> parameters)
Collect data, via XMP, from a particular agent EventProxy is used to send opennms events into the system in case a collection fails or if a system is back working again after a failure (suceed event). |
RrdRepository |
getRrdRepository(String collectionName)
|
void |
initialize(CollectionAgent agent,
Map parameters)
initialize the querying of a particular agent/interface with parameters specific to this agent/interface |
void |
initialize(Map parameters)
initialize our XmpCollector with global parameters |
void |
release()
Release/stop all querying of agents/interfaces and release state associated with them |
void |
release(CollectionAgent agent)
Release/stop querying a particular agent |
String |
serviceName()
who am I and what am I ? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmpCollector()
| Method Detail |
|---|
public void initialize(Map parameters)
initialize in interface ServiceCollector
public void initialize(CollectionAgent agent,
Map parameters)
initialize in interface ServiceCollectorpublic void release()
release in interface ServiceCollectorpublic void release(CollectionAgent agent)
release in interface ServiceCollectorpublic String serviceName()
public CollectionSet collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,String> parameters)
collect in interface ServiceCollectorpublic RrdRepository getRrdRepository(String collectionName)
getRrdRepository in interface ServiceCollector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||