Interface CollectionInstrumentation
-
- All Known Implementing Classes:
DefaultCollectdInstrumentation
public interface CollectionInstrumentation
CollectdInstrumentation interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginCollectingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectingServiceDatavoid
beginCollectorCollect(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorCollectvoid
beginCollectorInitialize(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorInitializevoid
beginCollectorRelease(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorReleasevoid
beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithServicevoid
beginPersistingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
beginPersistingServiceDatavoid
beginScheduleExistingInterfaces()
beginScheduleExistingInterfacesvoid
beginScheduleInterface(int nodeId, String ipAddress, String svcName)
beginScheduleInterfacevoid
beginScheduleInterfacesWithService(String svcName)
beginScheduleInterfacesWithServicevoid
endCollectingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
endCollectingServiceDatavoid
endCollectorCollect(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorCollectvoid
endCollectorInitialize(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorInitializevoid
endCollectorRelease(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorReleasevoid
endFindInterfacesWithService(String svcName, int count)
endFindInterfacesWithServicevoid
endPersistingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
endPersistingServiceDatavoid
endScheduleExistingInterfaces()
endScheduleExistingInterfacesvoid
endScheduleInterface(int nodeId, String ipAddress, String svcName)
endScheduleInterfacevoid
endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithServicevoid
reportCollectionException(String packageName, 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
- aString
object.
-
endScheduleInterfacesWithService
void endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService
- Parameters:
svcName
- aString
object.
-
beginFindInterfacesWithService
void beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService
- Parameters:
svcName
- aString
object.
-
endFindInterfacesWithService
void endFindInterfacesWithService(String svcName, int count)
endFindInterfacesWithService
- Parameters:
svcName
- aString
object.count
- a int.
-
beginScheduleInterface
void beginScheduleInterface(int nodeId, String ipAddress, String svcName)
beginScheduleInterface
-
endScheduleInterface
void endScheduleInterface(int nodeId, String ipAddress, String svcName)
endScheduleInterface
-
beginCollectorInitialize
void beginCollectorInitialize(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorInitialize
-
endCollectorInitialize
void endCollectorInitialize(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorInitialize
-
beginCollectorRelease
void beginCollectorRelease(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorRelease
-
endCollectorRelease
void endCollectorRelease(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorRelease
-
beginCollectorCollect
void beginCollectorCollect(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorCollect
-
endCollectorCollect
void endCollectorCollect(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorCollect
-
beginCollectingServiceData
void beginCollectingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectingServiceData
-
endCollectingServiceData
void endCollectingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
endCollectingServiceData
-
beginPersistingServiceData
void beginPersistingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
beginPersistingServiceData
-
endPersistingServiceData
void endPersistingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
endPersistingServiceData
-
reportCollectionException
void reportCollectionException(String packageName, int nodeid, String ipAddress, String svcName, CollectionException e)
reportCollectionException
- Parameters:
packageName
- aString
object.nodeid
- a int.ipAddress
- aString
object.svcName
- aString
object.e
- aCollectionException
object.
-
-