org.opennms.netmgt.collectd
Interface CollectdInstrumentation

All Known Implementing Classes:
DefaultCollectdInstrumentation

public interface CollectdInstrumentation

CollectdInstrumentation interface.

Version:
$Id: $
Author:
ranger

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
 

Method Detail

beginScheduleExistingInterfaces

void beginScheduleExistingInterfaces()

beginScheduleExistingInterfaces


endScheduleExistingInterfaces

void endScheduleExistingInterfaces()

endScheduleExistingInterfaces


beginScheduleInterfacesWithService

void beginScheduleInterfacesWithService(String svcName)

beginScheduleInterfacesWithService

Parameters:
svcName - a String object.

endScheduleInterfacesWithService

void endScheduleInterfacesWithService(String svcName)

endScheduleInterfacesWithService

Parameters:
svcName - a String object.

beginFindInterfacesWithService

void beginFindInterfacesWithService(String svcName)

beginFindInterfacesWithService

Parameters:
svcName - a String object.

endFindInterfacesWithService

void endFindInterfacesWithService(String svcName,
                                  int count)

endFindInterfacesWithService

Parameters:
svcName - a String object.
count - a int.

beginScheduleInterface

void beginScheduleInterface(int nodeId,
                            String ipAddress,
                            String svcName)

beginScheduleInterface

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

endScheduleInterface

void endScheduleInterface(int nodeId,
                          String ipAddress,
                          String svcName)

endScheduleInterface

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

beginCollectorInitialize

void beginCollectorInitialize(int nodeId,
                              String ipAddress,
                              String svcName)

beginCollectorInitialize

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

endCollectorInitialize

void endCollectorInitialize(int nodeId,
                            String ipAddress,
                            String svcName)

endCollectorInitialize

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

beginCollectorRelease

void beginCollectorRelease(int nodeId,
                           String ipAddress,
                           String svcName)

beginCollectorRelease

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

endCollectorRelease

void endCollectorRelease(int nodeId,
                         String ipAddress,
                         String svcName)

endCollectorRelease

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

beginCollectorCollect

void beginCollectorCollect(int nodeId,
                           String ipAddress,
                           String svcName)

beginCollectorCollect

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

endCollectorCollect

void endCollectorCollect(int nodeId,
                         String ipAddress,
                         String svcName)

endCollectorCollect

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

beginCollectingServiceData

void beginCollectingServiceData(int nodeId,
                                String ipAddress,
                                String svcName)

beginCollectingServiceData

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

endCollectingServiceData

void endCollectingServiceData(int nodeId,
                              String ipAddress,
                              String svcName)

endCollectingServiceData

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

beginPersistingServiceData

void beginPersistingServiceData(int nodeId,
                                String ipAddress,
                                String svcName)

beginPersistingServiceData

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

endPersistingServiceData

void endPersistingServiceData(int nodeId,
                              String ipAddress,
                              String svcName)

endPersistingServiceData

Parameters:
nodeId - a int.
ipAddress - a String object.
svcName - a String object.

reportCollectionException

void reportCollectionException(int nodeid,
                               String ipAddress,
                               String svcName,
                               CollectionException e)

reportCollectionException

Parameters:
nodeid - a int.
ipAddress - a String object.
svcName - a String object.
e - a CollectionException object.


Copyright © 2011. All Rights Reserved.