|
Kieker 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.AbstractMonitoringWriter
public abstract class AbstractMonitoringWriter
Method Summary | |
---|---|
Configuration |
getConfiguration()
|
abstract boolean |
newMonitoringRecord(IMonitoringRecord record)
Called for each new record. |
void |
setController(IMonitoringController monitoringController)
Set the IMonitoringController controlling this writer. |
abstract void |
terminate()
Called by the Monitoring Controller to announce a shutdown of monitoring. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in interface IMonitoringWriter
toString
in class Object
public abstract boolean newMonitoringRecord(IMonitoringRecord record)
IMonitoringRecordReceiver
newMonitoringRecord
in interface IMonitoringRecordReceiver
newMonitoringRecord
in interface IMonitoringWriter
record
- the record.
public abstract void terminate()
IMonitoringWriter
terminate
in interface IMonitoringWriter
public final void setController(IMonitoringController monitoringController) throws Exception
IMonitoringWriter
IMonitoringController
controlling this writer.
setController
in interface IMonitoringWriter
Exception
public final Configuration getConfiguration()
|
Kieker 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |