Uses of Class
org.gridbus.broker.runfile.TaskCommand

Packages that use TaskCommand
org.gridbus.broker.farming.alchemi   
org.gridbus.broker.runfile   
 

Uses of TaskCommand in org.gridbus.broker.farming.alchemi
 

Methods in org.gridbus.broker.farming.alchemi with parameters of type TaskCommand
 void AlchemiTask.copycmd(TaskCommand tc)
          Interprets the copy command for this task
 java.lang.String AlchemiTask.substitute(java.lang.String cmd, TaskCommand tc)
          Substitutes the input with the job variables and returns the result
 

Uses of TaskCommand in org.gridbus.broker.runfile
 

Subclasses of TaskCommand in org.gridbus.broker.runfile
 class CopyCommand
          Represents the copy command of a run file.
 class ExecuteCommand
          Represents the execute command of a run file.
 class GCopyCommand
          This command is to allow third party nodes other than the broker or the compute resource to copy amongst themselves.
 class MCopyCommand
          Represent a multiple file copy of a run file.
 class SubstituteCommand
          This class represents a substitute command
 

Methods in org.gridbus.broker.runfile with parameters of type TaskCommand
 void Task.addCommand(TaskCommand cmd)
          Adds a Task Command (run file command) to this Task.