|
Kieker 1.11 | |||||||||
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.namedRecordPipe.PipeWriter
public final class PipeWriter
Field Summary | |
---|---|
static java.lang.String |
CONFIG_PIPENAME
|
Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
monitoringController |
Constructor Summary | |
---|---|
PipeWriter(Configuration configuration)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
protected void |
init()
Initializes the pipe writer (at the moment there is nothing to do in here). |
boolean |
newMonitoringRecord(IMonitoringRecord monitoringRecord)
Called for each new record. |
void |
terminate()
Called by the Monitoring Controller to announce a shutdown of monitoring. |
java.lang.String |
toString()
Delivers a string representation of this writer. |
Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
getDefaultConfiguration, newMonitoringRecordNonBlocking, setController |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONFIG_PIPENAME
Constructor Detail |
---|
public PipeWriter(Configuration configuration)
configuration
- The configuration used to initialize the pipe writer.Method Detail |
---|
public final void terminate()
terminate
in interface IMonitoringWriter
public final boolean newMonitoringRecord(IMonitoringRecord monitoringRecord)
newMonitoringRecord
in interface IPipeWriter
newMonitoringRecord
in interface IMonitoringRecordReceiver
newMonitoringRecord
in interface IMonitoringWriter
monitoringRecord
- the record.
public java.lang.String toString()
IMonitoringWriter
toString
in interface IMonitoringWriter
toString
in class AbstractMonitoringWriter
protected void init()
init
in class AbstractMonitoringWriter
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |