|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMonitoringWriter
Method Summary | |
---|---|
boolean |
newMonitoringRecord(IMonitoringRecord record)
Called for each new record. |
boolean |
newMonitoringRecordNonBlocking(IMonitoringRecord record)
Called for each new record. |
void |
setController(IMonitoringController monitoringController)
Set the IMonitoringController controlling this writer. |
void |
terminate()
Called by the Monitoring Controller to announce a shutdown of monitoring. |
String |
toString()
Delivers a string representation of this writer. |
Method Detail |
---|
boolean newMonitoringRecord(IMonitoringRecord record)
newMonitoringRecord
in interface IMonitoringRecordReceiver
record
- the record.
boolean newMonitoringRecordNonBlocking(IMonitoringRecord record)
record
- the record.
void terminate()
void setController(IMonitoringController monitoringController) throws Exception
IMonitoringController
controlling this writer.
monitoringController
- The monitoring controller which will be the new parent of this writer.
Exception
- If something went wrong.String toString()
toString
in class Object
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |