| Package | Description |
|---|---|
| oracle.ide.db.execute |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<?> |
DBRequestProcessor.execute(DBRequestProcessor.DBRunnable run)
Post the given runnable to the process queue for immediate execution.
|
void |
DBRequestProcessor.schedule(java.lang.String key,
DBRequestProcessor.DBRunnable run,
int delay)
Schedules a given runnable to run after a delay.
|