| 
Kieker 1.11 | |||||||||
| 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.  | 
 java.lang.String | 
toString()
Delivers a string representation of this writer.  | 
| Method Detail | 
|---|
boolean newMonitoringRecord(IMonitoringRecord record)
newMonitoringRecord in interface IMonitoringRecordReceiverrecord - the record.
boolean newMonitoringRecordNonBlocking(IMonitoringRecord record)
record - the record.
void terminate()
void setController(IMonitoringController monitoringController)
                   throws java.lang.Exception
IMonitoringController controlling this writer.
monitoringController - The monitoring controller which will be the new parent of this writer.
java.lang.Exception - If something went wrong.java.lang.String toString()
toString in class java.lang.Object
  | 
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||