public static interface ExecutionStateSampler.ExecutionState
ExecutionStateSampler.ExecutionState represents the current state of an execution thread.| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates this execution state within the
ExecutionStateSampler.ExecutionStateTracker. |
void |
deactivate()
Restores the previously active execution state within the
ExecutionStateSampler.ExecutionStateTracker. |
void activate()
ExecutionStateSampler.ExecutionStateTracker.
Must only be invoked by the bundle processing thread.
void deactivate()
ExecutionStateSampler.ExecutionStateTracker.
Must only be invoked by the bundle processing thread.