public class ProbeObjectType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ProbeObjectType |
CONTROL_OBJECT_FROM_DESCRIPTION
The descriptions parameter of the
startProbeTracking
method will contain the names of control objects. |
static ProbeObjectType |
CONTROL_OBJECT_FROM_ID
The descriptions parameter of the
startProbeTracking
method will contain IDs of control objects. |
static ProbeObjectType |
HOTSPOT
The descriptions parameter of the
startProbeTracking
method will contain the names of hot spots. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final ProbeObjectType CONTROL_OBJECT_FROM_ID
startProbeTracking
method will contain IDs of control objects.public static final ProbeObjectType CONTROL_OBJECT_FROM_DESCRIPTION
startProbeTracking
method will contain the names of control objects.public static final ProbeObjectType HOTSPOT
startProbeTracking
method will contain the names of hot spots.