|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskException | |
|---|---|
| Task | |
| Task.Manager | |
| Uses of TaskException in Task |
|---|
| Methods in Task that return TaskException | |
|---|---|
static TaskException |
TaskException.executionAttemptAfterShutdown(java.lang.String msg,
AbstractTask task)
|
static TaskException |
TaskException.newConcurrentSwingWorkerCreationAttempt(java.lang.String msg,
AbstractTask task)
|
| Methods in Task that throw TaskException | |
|---|---|
protected void |
AbstractTask._assertIsNotShutdown()
makes sure that AbstractTask.shutdown() has not been called yet. |
protected void |
AbstractTask._assertNoSwingWorkerCurrentlyActive()
makes sure that an existing SwingWorker is not already in flight. also if cleared for execution (SwingWorker creation). |
protected void |
RecurringNetworkTask._initScheduledFuture()
This method actually attaches a Runnable object + delay with the _execService. |
void |
SimpleTask.execute()
For each invocation, this method creates a new SwingWorker object to perform a background task, and then it uses the provided TasKHandler to notify you of the changes to the task's lifecycle. |
void |
NetworkTask.execute()
For each invocation, this method creates a new SwingWorker object to perform a background task, and then it uses the provided TasKHandler to notify you of the changes to the task's lifecycle. |
abstract void |
AbstractTask.execute()
|
protected void |
NetworkTask.executeAndWait()
Support for RecurringNetworkTask. |
void |
RecurringNetworkTask.restartWithNewDelay(int refreshDelayInSec)
After RecurringNetworkTask.start(int) is called, this method can be used to change the refreshDelayInSec ... |
void |
RecurringNetworkTask.start()
Start the recurring network task... it will use the default refresh delay... |
void |
RecurringNetworkTask.start(int refreshDelayInSec)
Start the recurring network task... it will periodically run the TaskExecutorIF in the background. |
| Uses of TaskException in Task.Manager |
|---|
| Methods in Task.Manager with parameters of type TaskException | |
|---|---|
void |
TaskManager.writeExceptionToLog(java.util.logging.Level warning,
java.lang.String s,
TaskException e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||