|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Analyzer
The goal of implementations of this interface is to be wrapped by a 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.
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.mmbase.util.PublicCloneable |
|---|
clone |
| Method Detail |
|---|
void 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.
void ready(Node source,
Node dest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||