|
JDeveloper SCM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Access to the framework's version operation thread.
Method Summary | |
void |
invokeAndWait(java.lang.Runnable job)
Causes job.run() to be executed synchronously on the thread of the version control framework. |
void |
invokeLater(java.lang.Runnable job)
Causes job.run() to be executed asynchronously on the thread of the version control framework. |
boolean |
isBusy()
Asks whether the thread of the version control framework has outstanding jobs yet to be processed. |
Method Detail |
public void invokeLater(java.lang.Runnable job)
job
- the runnable to queue.public void invokeAndWait(java.lang.Runnable job) throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException
job
- the runnable to queue.
java.lang.InterruptedException
- InterruptedException - if we're interrupted while waiting for the
version control thread to finish excecuting job.run().
java.lang.reflect.InvocationTargetException
- if doRun.run() throws an exception.public boolean isBusy()
|
Copyright © 2002 Oracle Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.