|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.logging.parsers.internal.importer.StatusMonitor
This class is a runnable that checks the status of a log parser at regular intervals and sends the status to a logging agent.
| Constructor Summary | |
|---|---|
StatusMonitor(java.lang.Object parser,
java.lang.Class parserClass,
org.apache.commons.logging.Log statusLogger)
Constructor with required parameters |
|
| Method Summary | |
|---|---|
void |
run()
Run this StatusMonitor thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StatusMonitor(java.lang.Object parser,
java.lang.Class parserClass,
org.apache.commons.logging.Log statusLogger)
parser - object that is doing the log parsingparserClass - class of the parser objectstatusLogger - logging agent to write the status to| Method Detail |
public void run()
run in interface java.lang.RunnableRunnable.run()
|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||