public interface CollectionInstrumentation
CollectdInstrumentation interface.
Modifier and Type | Method and Description |
---|---|
void |
beginCollectingServiceData(String packageName,
int nodeId,
String ipAddress,
String svcName)
beginCollectingServiceData
|
void |
beginCollectorCollect(String packageName,
int nodeId,
String ipAddress,
String svcName)
beginCollectorCollect
|
void |
beginCollectorInitialize(String packageName,
int nodeId,
String ipAddress,
String svcName)
beginCollectorInitialize
|
void |
beginCollectorRelease(String packageName,
int nodeId,
String ipAddress,
String svcName)
beginCollectorRelease
|
void |
beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService
|
void |
beginPersistingServiceData(String packageName,
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(String packageName,
int nodeId,
String ipAddress,
String svcName)
endCollectingServiceData
|
void |
endCollectorCollect(String packageName,
int nodeId,
String ipAddress,
String svcName)
endCollectorCollect
|
void |
endCollectorInitialize(String packageName,
int nodeId,
String ipAddress,
String svcName)
endCollectorInitialize
|
void |
endCollectorRelease(String packageName,
int nodeId,
String ipAddress,
String svcName)
endCollectorRelease
|
void |
endFindInterfacesWithService(String svcName,
int count)
endFindInterfacesWithService
|
void |
endPersistingServiceData(String packageName,
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(String packageName,
int nodeid,
String ipAddress,
String svcName,
CollectionException e)
reportCollectionException
|
void beginScheduleExistingInterfaces()
beginScheduleExistingInterfaces
void endScheduleExistingInterfaces()
endScheduleExistingInterfaces
void beginScheduleInterfacesWithService(String svcName)
beginScheduleInterfacesWithService
svcName
- a String
object.void endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService
svcName
- a String
object.void beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService
svcName
- a String
object.void endFindInterfacesWithService(String svcName, int count)
endFindInterfacesWithService
svcName
- a String
object.count
- a int.void beginScheduleInterface(int nodeId, String ipAddress, String svcName)
beginScheduleInterface
void endScheduleInterface(int nodeId, String ipAddress, String svcName)
endScheduleInterface
void beginCollectorInitialize(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorInitialize
void endCollectorInitialize(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorInitialize
void beginCollectorRelease(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorRelease
void endCollectorRelease(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorRelease
void beginCollectorCollect(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectorCollect
void endCollectorCollect(String packageName, int nodeId, String ipAddress, String svcName)
endCollectorCollect
void beginCollectingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
beginCollectingServiceData
void endCollectingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
endCollectingServiceData
void beginPersistingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
beginPersistingServiceData
void endPersistingServiceData(String packageName, int nodeId, String ipAddress, String svcName)
endPersistingServiceData
void reportCollectionException(String packageName, int nodeid, String ipAddress, String svcName, CollectionException e)
reportCollectionException
packageName
- a String
object.nodeid
- a int.ipAddress
- a String
object.svcName
- a String
object.e
- a CollectionException
object.Copyright © 2021. All rights reserved.