Uses of Class
com.uwyn.rife.scheduler.Task

Packages that use Task
com.uwyn.rife.database Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. 
com.uwyn.rife.mail.executors Provides executor classes for the processing of the mail queue with a scheduler. 
com.uwyn.rife.scheduler Provides classes and interfaces for the scheduler. 
com.uwyn.rife.scheduler.exceptions Provides exception classes for the scheduler. 
com.uwyn.rife.scheduler.taskmanagers Provides classes and interfaces for managing tasks. 
com.uwyn.rife.scheduler.taskmanagers.exceptions Provides classes for the exceptions that can occur during the management of tasks. 
 

Uses of Task in com.uwyn.rife.database
 

Methods in com.uwyn.rife.database with parameters of type Task
 boolean DbProbeExecutor.executeTask(Task task)
           
 

Uses of Task in com.uwyn.rife.mail.executors
 

Methods in com.uwyn.rife.mail.executors with parameters of type Task
 boolean DatabaseMailQueueExecutor.executeTask(Task task)
           
 

Uses of Task in com.uwyn.rife.scheduler
 

Methods in com.uwyn.rife.scheduler that return Task
 Task Task.clone()
           
 Task TaskManager.getTask(int id)
           
 

Methods in com.uwyn.rife.scheduler that return types with arguments of type Task
 Collection<Task> TaskManager.getScheduledTasks()
           
 Collection<Task> TaskManager.getTasksToProcess()
           
 

Methods in com.uwyn.rife.scheduler with parameters of type Task
 int TaskManager.addTask(Task task)
           
 boolean TaskManager.concludeTask(Task task)
           
abstract  boolean Executor.executeTask(Task task)
           
 boolean TaskManager.rescheduleTask(Task task, long interval, String frequency)
           
 boolean TaskManager.updateTask(Task task)
           
 

Constructors in com.uwyn.rife.scheduler with parameters of type Task
ExecutorThread(Executor executor, Task task)
           
 

Uses of Task in com.uwyn.rife.scheduler.exceptions
 

Methods in com.uwyn.rife.scheduler.exceptions that return Task
 Task FatalTaskExecutionException.getTask()
           
 

Constructors in com.uwyn.rife.scheduler.exceptions with parameters of type Task
FatalTaskExecutionException(Task task, Throwable cause)
           
 

Uses of Task in com.uwyn.rife.scheduler.taskmanagers
 

Fields in com.uwyn.rife.scheduler.taskmanagers declared as Task
protected  Task DatabaseTasks.ProcessTask.mTask
           
 

Fields in com.uwyn.rife.scheduler.taskmanagers with type parameters of type Task
protected  Collection<Task> DatabaseTasks.ProcessTask.mCollection
           
 

Methods in com.uwyn.rife.scheduler.taskmanagers that return Task
protected  Task DatabaseTasks._getTask(Select getTask, DatabaseTasks.ProcessTask processTask, int id)
           
 Task MemoryTasks.getTask(int id)
           
 

Methods in com.uwyn.rife.scheduler.taskmanagers that return types with arguments of type Task
protected  Collection<Task> DatabaseTasks._getScheduledTasks(Select getScheduledTasks, DatabaseTasks.ProcessTask processTask)
           
protected  Collection<Task> DatabaseTasks._getTasksToProcess(Select getTasksToProcess, DatabaseTasks.ProcessTask processTask)
           
 Collection<Task> MemoryTasks.getScheduledTasks()
           
 Collection<Task> MemoryTasks.getTasksToProcess()
           
 

Methods in com.uwyn.rife.scheduler.taskmanagers with parameters of type Task
protected  int DatabaseTasks._addTask(SequenceValue getTaskId, Insert insertTask, DbPreparedStatementHandler handler, Task task)
           
protected  boolean DatabaseTasks._concludeTask(Task task)
           
protected  boolean DatabaseTasks._rescheduleTask(Task task, long newPlanned, String frequency)
           
protected  boolean DatabaseTasks._updateTask(Update updateTask, DbPreparedStatementHandler handler, Task task)
           
 int MemoryTasks.addTask(Task task)
           
 boolean MemoryTasks.concludeTask(Task task)
           
 boolean MemoryTasks.rescheduleTask(Task task, long newPlanned, String frequency)
           
 boolean MemoryTasks.updateTask(Task task)
           
 

Method parameters in com.uwyn.rife.scheduler.taskmanagers with type arguments of type Task
 void DatabaseTasks.ProcessTask.setCollection(Collection<Task> collection)
           
 

Uses of Task in com.uwyn.rife.scheduler.taskmanagers.exceptions
 

Methods in com.uwyn.rife.scheduler.taskmanagers.exceptions that return Task
 Task UpdateTaskErrorException.getTask()
           
 Task AddTaskErrorException.getTask()
           
 

Constructors in com.uwyn.rife.scheduler.taskmanagers.exceptions with parameters of type Task
AddTaskErrorException(Task task)
           
AddTaskErrorException(Task task, DatabaseException cause)
           
UpdateTaskErrorException(Task task)
           
UpdateTaskErrorException(Task task, DatabaseException cause)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.