|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
|---|---|
| net.sourceforge.basher | |
| net.sourceforge.basher.impl | |
| net.sourceforge.basher.internal | |
| net.sourceforge.basher.internal.impl | |
| net.sourceforge.basher.tasks | |
| Uses of Task in net.sourceforge.basher |
|---|
| Methods in net.sourceforge.basher that return Task | |
|---|---|
Task |
TaskExecutionContext.getTask()
Retrieves the task embedded in this TaskExecutionContext. |
| Constructors in net.sourceforge.basher with parameters of type Task | |
|---|---|
TaskExecutionContext(Task task)
Deprecated. |
|
TaskExecutionContext(UUID identifier,
Task task,
TaskConfiguration taskConfiguration)
Creates a new TaskExecutionContext, wrapping the specified task and task configuration. |
|
| Uses of Task in net.sourceforge.basher.impl |
|---|
| Methods in net.sourceforge.basher.impl that return Task | |
|---|---|
Task |
TaskInfo.getTask()
|
Task |
TaskContribution.getTask()
|
| Methods in net.sourceforge.basher.impl that return types with arguments of type Task | |
|---|---|
List<Task> |
TaskInfo.getFollowers()
|
| Methods in net.sourceforge.basher.impl with parameters of type Task | |
|---|---|
void |
TaskInfo.addFollower(Task task)
|
void |
TaskInfo.setTask(Task task)
|
void |
TaskContribution.setTask(Task task)
|
| Method parameters in net.sourceforge.basher.impl with type arguments of type Task | |
|---|---|
void |
TaskInfo.setFollowers(List<Task> followers)
|
| Constructors in net.sourceforge.basher.impl with parameters of type Task | |
|---|---|
ModuleDescriptorTaskContribution(Task task)
|
|
ModuleDescriptorTaskContribution(Task task,
TaskConfiguration taskConfiguration)
|
|
TaskContribution(Task task)
|
|
TaskContribution(Task task,
TaskConfiguration taskConfiguration)
|
|
| Uses of Task in net.sourceforge.basher.internal |
|---|
| Methods in net.sourceforge.basher.internal that return Task | |
|---|---|
Task |
TaskCreator.createTask(Class taskClassName)
|
Task |
TaskDecorator.decorateInstance(Object taskInstance)
|
| Uses of Task in net.sourceforge.basher.internal.impl |
|---|
| Classes in net.sourceforge.basher.internal.impl that implement Task | |
|---|---|
class |
DecoratedTask
Empty task extending the AbstractTask class. |
| Methods in net.sourceforge.basher.internal.impl that return Task | |
|---|---|
Task |
TaskCreatorImpl.createTask(Class taskClassName)
|
Task |
TaskDecoratorImpl.decorateInstance(Object taskInstance)
|
Task |
TimedTaskInvokerInfo.getTimedTask()
|
| Methods in net.sourceforge.basher.internal.impl with parameters of type Task | |
|---|---|
void |
TimedTaskInvokerInfo.setTimedTask(Task timedTask)
|
| Constructors in net.sourceforge.basher.internal.impl with parameters of type Task | |
|---|---|
SimpleTimerTask(Task task,
org.apache.commons.logging.Log log)
|
|
| Uses of Task in net.sourceforge.basher.tasks |
|---|
| Classes in net.sourceforge.basher.tasks that implement Task | |
|---|---|
class |
AbstractTask
A base implementation of the Task interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||