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. |
boolean |
error()
Sets the error state to the currently executing state.
|
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.
boolean error()
This can only be set once.