Uses of Class
openr66.context.task.TaskType

Packages that use TaskType
openr66.context.task Classes implementing Tasks for pre, post or error operations Several kind of tasks exist in OpenR66:
LOG, MOVE, MOVERENAME, COPY, COPYRENAME, EXEC, EXECMOVE, LINKRENAME, TRANSFER, VALIDFILEPATH, DELETE



Several tasks are possible to run before a transfer starts (pre action), after a transfer is finished correctly (post action) or after an error occurs (either in pre or post action or during transfer: error action). 
 

Uses of TaskType in openr66.context.task
 

Methods in openr66.context.task that return TaskType
static TaskType TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskType[] TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in openr66.context.task with parameters of type TaskType
static AbstractTask TaskType.getTaskFromId(TaskType type, String argRule, int delay, R66Session session)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.