|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.monitoring.writer.AbstractMonitoringWriter
public abstract class AbstractMonitoringWriter
| Field Summary | |
|---|---|
protected IMonitoringController |
monitoringController
The controller of this writer. |
| Constructor Summary | |
|---|---|
protected |
AbstractMonitoringWriter(Configuration configuration)
|
| Method Summary | |
|---|---|
protected Configuration |
getDefaultConfiguration()
This method should be overwritten, iff the writer is external to Kieker and thus its default configuration is not included in the default config file. |
protected abstract void |
init()
Implementing classes should indicate an initialization error by throwing an Exception. |
boolean |
newMonitoringRecordNonBlocking(IMonitoringRecord record)
Overwrite this method if necessary. |
void |
setController(IMonitoringController controller)
Set the IMonitoringController controlling this writer. |
java.lang.String |
toString()
Delivers a string representation of this writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface kieker.monitoring.writer.IMonitoringWriter |
|---|
newMonitoringRecord, terminate |
| Field Detail |
|---|
protected IMonitoringController monitoringController
| Constructor Detail |
|---|
protected AbstractMonitoringWriter(Configuration configuration)
configuration - The configuration for this component.| Method Detail |
|---|
protected Configuration getDefaultConfiguration()
public java.lang.String toString()
IMonitoringWriter
toString in interface IMonitoringWritertoString in class java.lang.Object
public final void setController(IMonitoringController controller)
throws java.lang.Exception
IMonitoringWriterIMonitoringController controlling this writer.
setController in interface IMonitoringWritercontroller - The monitoring controller which will be the new parent of this writer.
java.lang.Exception - If something went wrong.
protected abstract void init()
throws java.lang.Exception
Exception.
java.lang.Exception - If something during the initialization went wrong.public boolean newMonitoringRecordNonBlocking(IMonitoringRecord record)
newMonitoringRecordNonBlocking in interface IMonitoringWriterrecord - the record.
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||