public interface Analyzer extends PublicCloneable<Analyzer>, Serializable
AnalyzerLogger (which
itself probably is an entry in a ChainedLogger). It can use these log lines to store
information about a Transcoder process, which appears in its' logging, in the 2 involved nodes.| Modifier and Type | Method and Description |
|---|---|
void |
addLogger(Logger l) |
void |
addThrowable(Throwable t) |
void |
analyze(String l,
Node source,
Node dest)
Analyzes a line of logging of
|
int |
getMaxLines()
How many lines of logging should be offered for
analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most. |
void |
ready(Node source,
Node dest) |
clonevoid addThrowable(Throwable t)
int getMaxLines()
analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most.void addLogger(Logger l)
void analyze(String l, Node source, Node dest)
l - This linesource - The node representing the original mediasource.dest - The node representing the mediasource to which the transcoding result is being
written.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}