public abstract class SuspendContextCommandImpl extends DebuggerCommandImpl
PrioritizedTask.Priority
Modifier | Constructor and Description |
---|---|
protected |
SuspendContextCommandImpl(SuspendContextImpl suspendContext) |
Modifier and Type | Method and Description |
---|---|
void |
action() |
void |
contextAction()
Deprecated.
override
contextAction(SuspendContextImpl) |
void |
contextAction(SuspendContextImpl suspendContext) |
SuspendContextImpl |
getSuspendContext() |
commandCancelled, getPriority, notifyCancelled, run
hold, release, waitFor
protected SuspendContextCommandImpl(SuspendContextImpl suspendContext)
@Deprecated public void contextAction() throws java.lang.Exception
contextAction(SuspendContextImpl)
java.lang.Exception
public void contextAction(SuspendContextImpl suspendContext) throws java.lang.Exception
java.lang.Exception
public final void action() throws java.lang.Exception
action
in class DebuggerCommandImpl
java.lang.Exception
public SuspendContextImpl getSuspendContext()