| 
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.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 IMonitoringWriterpublic final boolean newMonitoringRecord(IMonitoringRecord monitoringRecord)
newMonitoringRecord in interface IPipeWriternewMonitoringRecord in interface IMonitoringRecordReceivernewMonitoringRecord in interface IMonitoringWritermonitoringRecord - the record.
public java.lang.String toString()
IMonitoringWriter
toString in interface IMonitoringWritertoString in class AbstractMonitoringWriterprotected void init()
init in class AbstractMonitoringWriter
  | 
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||