|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.DefaultCollectdInstrumentation
public class DefaultCollectdInstrumentation
DefaultCollectdInstrumentation class.
| Constructor Summary | |
|---|---|
DefaultCollectdInstrumentation()
|
|
| Method Summary | |
|---|---|
void |
beginCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
beginCollectingServiceData |
void |
beginCollectorCollect(int nodeId,
String ipAddress,
String svcName)
beginCollectorCollect |
void |
beginCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
beginCollectorInitialize |
void |
beginCollectorRelease(int nodeId,
String ipAddress,
String svcName)
beginCollectorRelease |
void |
beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService |
void |
beginPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
beginPersistingServiceData |
void |
beginScheduleExistingInterfaces()
beginScheduleExistingInterfaces |
void |
beginScheduleInterface(int nodeId,
String ipAddress,
String svcName)
beginScheduleInterface |
void |
beginScheduleInterfacesWithService(String svcName)
beginScheduleInterfacesWithService |
void |
endCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
endCollectingServiceData |
void |
endCollectorCollect(int nodeId,
String ipAddress,
String svcName)
endCollectorCollect |
void |
endCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
endCollectorInitialize |
void |
endCollectorRelease(int nodeId,
String ipAddress,
String svcName)
endCollectorRelease |
void |
endFindInterfacesWithService(String svcName,
int count)
endFindInterfacesWithService |
void |
endPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
endPersistingServiceData |
void |
endScheduleExistingInterfaces()
endScheduleExistingInterfaces |
void |
endScheduleInterface(int nodeId,
String ipAddress,
String svcName)
endScheduleInterface |
void |
endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService |
void |
reportCollectionException(int nodeId,
String ipAddress,
String svcName,
CollectionException e)
reportCollectionException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCollectdInstrumentation()
| Method Detail |
|---|
public void beginScheduleExistingInterfaces()
beginScheduleExistingInterfaces
beginScheduleExistingInterfaces in interface CollectdInstrumentationpublic void endScheduleExistingInterfaces()
endScheduleExistingInterfaces
endScheduleExistingInterfaces in interface CollectdInstrumentationpublic void beginScheduleInterfacesWithService(String svcName)
beginScheduleInterfacesWithService
beginScheduleInterfacesWithService in interface CollectdInstrumentationsvcName - a String object.public void endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService
endScheduleInterfacesWithService in interface CollectdInstrumentationsvcName - a String object.public void beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService
beginFindInterfacesWithService in interface CollectdInstrumentationsvcName - a String object.
public void endFindInterfacesWithService(String svcName,
int count)
endFindInterfacesWithService
endFindInterfacesWithService in interface CollectdInstrumentationsvcName - a String object.count - a int.
public void beginCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
beginCollectingServiceData
beginCollectingServiceData in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void endCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
endCollectingServiceData
endCollectingServiceData in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void beginCollectorCollect(int nodeId,
String ipAddress,
String svcName)
beginCollectorCollect
beginCollectorCollect in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void endCollectorCollect(int nodeId,
String ipAddress,
String svcName)
endCollectorCollect
endCollectorCollect in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void beginCollectorRelease(int nodeId,
String ipAddress,
String svcName)
beginCollectorRelease
beginCollectorRelease in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void endCollectorRelease(int nodeId,
String ipAddress,
String svcName)
endCollectorRelease
endCollectorRelease in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void beginPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
beginPersistingServiceData
beginPersistingServiceData in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void endPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
endPersistingServiceData
endPersistingServiceData in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void beginCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
beginCollectorInitialize
beginCollectorInitialize in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void endCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
endCollectorInitialize
endCollectorInitialize in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void beginScheduleInterface(int nodeId,
String ipAddress,
String svcName)
beginScheduleInterface
beginScheduleInterface in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void endScheduleInterface(int nodeId,
String ipAddress,
String svcName)
endScheduleInterface
endScheduleInterface in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.
public void reportCollectionException(int nodeId,
String ipAddress,
String svcName,
CollectionException e)
reportCollectionException
reportCollectionException in interface CollectdInstrumentationnodeId - a int.ipAddress - a String object.svcName - a String object.e - a CollectionException object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||