Uses of Class
org.mmbase.streams.createcaches.Stage

Packages that use Stage
org.mmbase.streams.createcaches   
 

Uses of Stage in org.mmbase.streams.createcaches
 

Fields in org.mmbase.streams.createcaches declared as Stage
(package private)  Stage JobDefinition.stage
           
 

Fields in org.mmbase.streams.createcaches with type parameters of type Stage
 Map<Stage,ThreadPoolExecutor> Processor.threadPools
           
 

Methods in org.mmbase.streams.createcaches that return Stage
 Stage Result.getStage()
          To what Stage of the transcoding process this result belongs.
 Stage Job.getStage()
           
 Stage JobDefinition.getStage()
           
static Stage Stage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Stage[] Stage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mmbase.streams.createcaches with parameters of type Stage
 boolean Job.reached(Stage s)
           
 void Job.waitUntil(Stage stage)
           
 void Job.waitUntilAfter(Stage stage)
           
 

Constructors in org.mmbase.streams.createcaches with parameters of type Stage
JobDefinition(String id, String inId, String label, Transcoder t, MimeType mt, Stage s)
          Creates a JobDefinition template as used in the configuration container or to kick-start a transcoding.
 



MMBase 2.0-SNAPSHOT - null