Package | Description |
---|---|
oracle.jdeveloper.usage | |
oracle.jdeveloper.usage.util |
Modifier and Type | Interface and Description |
---|---|
interface |
UsageQueryTask
The
UsageQueryTask is an interface that provides access to a running Usage query. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackgroundTask
The
AbstractBackgroundTask takes care of the common code for a BackgroundTask based on the AsyncTask API. |
static class |
TaskMultiplexer.TaskWrapper
Our wrapper for a
FileListQueryTask . |
Modifier and Type | Method and Description |
---|---|
protected abstract BackgroundTask |
TaskMultiplexer.TaskWrapper.getSharedBackgroundTask()
Implementation-dependent routine for fetching the shared background task that this request (and others) would multiplex on.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TaskMultiplexer.TaskWrapper.saveResults(BackgroundTask task)
Implementation-dependent routine to save the results of the background task.
|
protected void |
AbstractBackgroundTask.setProgressFromSubTask(BackgroundTask task, int rangeStart, int rangeEnd)
Utility routine to update the task progress based on a subtask's progress.
|