public abstract class DebugProcessImpl.ResumeCommand extends SuspendContextCommandImpl
PrioritizedTask.Priority
Modifier and Type | Field and Description |
---|---|
protected ThreadReferenceProxyImpl |
myContextThread |
Constructor and Description |
---|
ResumeCommand(SuspendContextImpl suspendContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyThreadFilter(ThreadReferenceProxy thread) |
void |
contextAction() |
ThreadReferenceProxyImpl |
getContextThread() |
PrioritizedTask.Priority |
getPriority() |
protected void |
resumeAction() |
action, contextAction, getSuspendContext
commandCancelled, notifyCancelled, run
hold, release, waitFor
protected final ThreadReferenceProxyImpl myContextThread
public ResumeCommand(SuspendContextImpl suspendContext)
public PrioritizedTask.Priority getPriority()
getPriority
in interface PrioritizedTask
getPriority
in class DebuggerCommandImpl
public void contextAction()
contextAction
in class SuspendContextCommandImpl
protected void resumeAction()
public ThreadReferenceProxyImpl getContextThread()
protected void applyThreadFilter(ThreadReferenceProxy thread)