Uses of Class
net.sf.filePiper.model.ExecutionPhase

Packages that use ExecutionPhase
net.sf.filePiper.model   
 

Uses of ExecutionPhase in net.sf.filePiper.model
 

Methods in net.sf.filePiper.model that return ExecutionPhase
 ExecutionPhase StatusHolder.getCurrentPhase()
           
 ExecutionPhase ProcessorThread.getCurrentPhase()
           
 ExecutionPhase FileProcessorEnvironment.getCurrentPhase()
          Get the current execution phase of the processor environment.
static ExecutionPhase ExecutionPhase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionPhase[] ExecutionPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.filePiper.model with parameters of type ExecutionPhase
 void StatusHolder.reset(ExecutionPhase newPhase)
           
 void StatusHolder.setCurrentPhase(ExecutionPhase newPhase)
           
 



Copyright © 2010. All Rights Reserved.