java.lang.Objectcom.jprofiler.api.agent.ProbeObjectType
public class ProbeObjectType
Represents the type of elements to be tracked in probe tracking.
Controller.startProbeTracking(String, String[], ProbeObjectType, ProbeValueType)| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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.
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object