|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.AbstractMonitoringWriter kieker.monitoring.writer.DummyWriter
public class DummyWriter
A writer that does nothing but consuming records.
Constructor Summary | |
---|---|
DummyWriter(Configuration configuration)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
void |
init()
Implementing classes should indicate an initialization error by throwing an Exception . |
boolean |
newMonitoringRecord(IMonitoringRecord record)
This method consumes the record but does nothing with it. |
void |
terminate()
Terminates the writer. |
Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
newMonitoringRecordNonBlocking, setController, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DummyWriter(Configuration configuration)
configuration
- The configuration for this writer.Method Detail |
---|
public boolean newMonitoringRecord(IMonitoringRecord record)
record
- The record to consume.
public void terminate()
public void init()
AbstractMonitoringWriter
Exception
.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |