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

Packages that use Result
org.mmbase.streams.createcaches   
 

Uses of Result in org.mmbase.streams.createcaches
 

Subclasses of Result in org.mmbase.streams.createcaches
(package private)  class RecognizerResult
          Result of a recognizer JobDefinition, just recognizes the type of stream etc.
(package private)  class SkippedResult
          This is a place holder for the result of a transcoder which is not to be done, because production of its source was skipped already, or because the source does not match the mime type.
(package private)  class TranscoderResult
          Container for the result of a JobDefinition This is the result of an actual transcoding.
 

Methods in org.mmbase.streams.createcaches that return Result
 Result Job.getCurrent()
           
 

Methods in org.mmbase.streams.createcaches that return types with arguments of type Result
 Iterator<Result> Job.iterator()
           
 



MMBase 2.0-SNAPSHOT - null