Kieker 1.7

kieker.monitoring.writer
Class AbstractMonitoringWriter

java.lang.Object
  extended by kieker.monitoring.writer.AbstractMonitoringWriter
All Implemented Interfaces:
IMonitoringRecordReceiver, IMonitoringWriter
Direct Known Subclasses:
AbstractAsyncWriter, DummyWriter, JMXWriter, PipeWriter, PrintStreamWriter, SyncDbWriter, SyncFsWriter

public abstract class AbstractMonitoringWriter
extends Object
implements IMonitoringWriter

Since:
1.3
Author:
Jan Waller, Robert von Massow

Method Summary
 Configuration getConfiguration()
          Deprecated. to be removed in Kieker 1.8
 void setController(IMonitoringController controller)
          Set the IMonitoringController controlling this writer.
 String toString()
          Delivers a string representation of this writer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface kieker.monitoring.writer.IMonitoringWriter
newMonitoringRecord, terminate
 

Method Detail

toString

public String toString()
Description copied from interface: IMonitoringWriter
Delivers a string representation of this writer.

Specified by:
toString in interface IMonitoringWriter
Overrides:
toString in class Object
Returns:
A string.

setController

public final void setController(IMonitoringController controller)
                         throws Exception
Description copied from interface: IMonitoringWriter
Set the IMonitoringController controlling this writer.

Specified by:
setController in interface IMonitoringWriter
Parameters:
controller - The monitoring controller which will be the new parent of this writer.
Throws:
Exception - If something went wrong.

getConfiguration

@Deprecated
public final Configuration getConfiguration()
Deprecated. to be removed in Kieker 1.8

Returns:
The configuration of this writer.

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net