kieker.monitoring.writer.tcp
Class TCPWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.AbstractAsyncWriter
kieker.monitoring.writer.tcp.TCPWriter
- All Implemented Interfaces:
- IMonitoringRecordReceiver, IMonitoringWriter
public final class TCPWriter
- extends AbstractAsyncWriter
- Since:
- 1.8
- Author:
- Jan Waller
Method Summary |
protected void |
init()
Implementing classes should indicate an initialization error by throwing an Exception . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONFIG_HOSTNAME
public static final java.lang.String CONFIG_HOSTNAME
CONFIG_PORT1
public static final java.lang.String CONFIG_PORT1
CONFIG_PORT2
public static final java.lang.String CONFIG_PORT2
CONFIG_BUFFERSIZE
public static final java.lang.String CONFIG_BUFFERSIZE
CONFIG_FLUSH
public static final java.lang.String CONFIG_FLUSH
TCPWriter
public TCPWriter(Configuration configuration)
init
protected void init()
throws java.lang.Exception
- Description copied from class:
AbstractMonitoringWriter
- Implementing classes should indicate an initialization error by throwing an
Exception
.
- Specified by:
init
in class AbstractMonitoringWriter
- Throws:
java.lang.Exception
- If something during the initialization went wrong.
Copyright 2015 Kieker Project, http://kieker-monitoring.net