public abstract class DebuggerContextCommandImpl extends SuspendContextCommandImpl
PrioritizedTask.Priority
Modifier | Constructor and Description |
---|---|
protected |
DebuggerContextCommandImpl(DebuggerContextImpl debuggerContext) |
protected |
DebuggerContextCommandImpl(DebuggerContextImpl debuggerContext,
ThreadReferenceProxyImpl customThread) |
Modifier and Type | Method and Description |
---|---|
void |
contextAction(SuspendContextImpl suspendContext) |
DebuggerContextImpl |
getDebuggerContext() |
SuspendContextImpl |
getSuspendContext() |
void |
threadAction()
Deprecated.
override
threadAction(SuspendContextImpl) |
void |
threadAction(SuspendContextImpl suspendContext) |
action, contextAction
commandCancelled, getPriority, notifyCancelled, run
hold, release, waitFor
protected DebuggerContextCommandImpl(DebuggerContextImpl debuggerContext)
protected DebuggerContextCommandImpl(DebuggerContextImpl debuggerContext, ThreadReferenceProxyImpl customThread)
public SuspendContextImpl getSuspendContext()
getSuspendContext
in class SuspendContextCommandImpl
public final DebuggerContextImpl getDebuggerContext()
public final void contextAction(SuspendContextImpl suspendContext)
contextAction
in class SuspendContextCommandImpl
@Deprecated public void threadAction()
threadAction(SuspendContextImpl)
public void threadAction(SuspendContextImpl suspendContext)