public class DatabaseFinder extends ProgressRunnable
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
doWork()
The actually operation that should be performed by this ProgressRunnable.
|
static Database |
findDatabase(java.lang.String connString)
Returns the Database class for the given connection name.
|
static Database |
findDatabaseEx(java.lang.String connString)
Finds the Database for the given qualified connection String.
|
protected int |
getProgressShowDelay() |
doCancel, finish, getMessage, getRunnerThread, getTitle, isCancelable, run, setCancelable, setMessage, setTitle, startpublic static Database findDatabase(java.lang.String connString)
connString - the connection string - either a connection name or an
encoded store and connection name together.public static Database findDatabaseEx(java.lang.String connString) throws DBException
connString - the qualified connection nameDBException - if the connection failsprotected java.lang.Object doWork()
ProgressRunnabledoWork in class ProgressRunnablefinish method.protected int getProgressShowDelay()
getProgressShowDelay in class ProgressRunnable