| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.dialogs.ProgressRunnable
      
oracle.jdeveloper.db.panels.DatabaseFinder
public class DatabaseFinder
Utility for a wizard or dialog to use to retrieve the Database for a connection. As the connection may not be instantaneous a progress bar is used.
| Method Summary | |
|---|---|
protected  java.lang.Object | 
doWork()The actually operation that should be performed by this ProgressRunnable.  | 
static Database | 
findDatabase(java.lang.String connName)Returns the Database class for the given connection name.  | 
protected  void | 
finish(java.lang.Object result)Called back on the original thread after the operation has completed or was canceled.  | 
| Methods inherited from class oracle.ide.dialogs.ProgressRunnable | 
|---|
doCancel, getMessage, getProgressShowDelay, getRunnerThread, getTitle, isCancelable, run, setCancelable, setMessage, setTitle, start | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static Database findDatabase(java.lang.String connName)
protected java.lang.Object doWork()
                           throws DBException
ProgressRunnabledoWork in class ProgressRunnablefinish method.DBExceptionprotected void finish(java.lang.Object result)
ProgressRunnablefinish in class ProgressRunnableresult - the result of the operation, or null if the operation was cancelled.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||