|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.datatools.sqltools.debugger.debug.BreakpointLocationVerifierJob
public class BreakpointLocationVerifierJob
Job used to verify the position of a breakpoint
Field Summary |
---|
Fields inherited from class org.eclipse.core.runtime.jobs.Job |
---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
Constructor Summary | |
---|---|
BreakpointLocationVerifierJob(org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
SPLineBreakpoint[] bps,
org.eclipse.ui.texteditor.IEditorStatusLine line)
|
|
BreakpointLocationVerifierJob(SPLineBreakpoint breakpoint,
org.eclipse.ui.texteditor.IEditorStatusLine statusLine)
|
Method Summary | |
---|---|
static org.eclipse.core.runtime.IStatus |
findMostSevere(java.util.List statuses)
Selects status with highest severity out of several supplied in a parameter. |
org.eclipse.core.runtime.IStatus |
run(org.eclipse.core.runtime.IProgressMonitor monitor)
|
org.eclipse.core.runtime.IStatus |
runOne(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.datatools.sqltools.core.ProcIdentifier proc,
SPLineBreakpoint bp,
int originLine,
int valieLine)
|
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
---|
addJobChangeListener, belongsTo, cancel, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, wakeUp, wakeUp |
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
compareTo, toString |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Constructor Detail |
---|
public BreakpointLocationVerifierJob(SPLineBreakpoint breakpoint, org.eclipse.ui.texteditor.IEditorStatusLine statusLine) throws org.eclipse.core.runtime.CoreException
document
- breakpoint
- proc
- can't be nulllineNumber
- statusLine
-
org.eclipse.core.runtime.CoreException
public BreakpointLocationVerifierJob(org.eclipse.datatools.sqltools.core.ProcIdentifier proc, SPLineBreakpoint[] bps, org.eclipse.ui.texteditor.IEditorStatusLine line)
bps
- proc
- line
- Method Detail |
---|
public static org.eclipse.core.runtime.IStatus findMostSevere(java.util.List statuses)
status
- Status messages.
public org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
run
in class org.eclipse.core.runtime.jobs.Job
public org.eclipse.core.runtime.IStatus runOne(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.datatools.sqltools.core.ProcIdentifier proc, SPLineBreakpoint bp, int originLine, int valieLine)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |