Kieker 1.6

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

Author:
Jan Waller, Robert von Massow

Method Summary
 Configuration getConfiguration()
           
 void setController(IMonitoringController controller)
          Set the IMonitoringController controlling this writer.
 String toString()
           
 
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()
Specified by:
toString in interface IMonitoringWriter
Overrides:
toString in class Object

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
Throws:
Exception

getConfiguration

public final Configuration getConfiguration()

Kieker 1.6

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