kieker.monitoring.writer.jms
Class AsyncJMSWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.AbstractAsyncWriter
kieker.monitoring.writer.jms.AsyncJMSWriter
- All Implemented Interfaces:
- IMonitoringRecordReceiver, IMonitoringWriter
public final class AsyncJMSWriter
- extends AbstractAsyncWriter
- Since:
- 0.95a
- Author:
- Matthias Rohr, Andre van Hoorn, 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_PROVIDERURL
public static final java.lang.String CONFIG_PROVIDERURL
CONFIG_TOPIC
public static final java.lang.String CONFIG_TOPIC
CONFIG_CONTEXTFACTORYTYPE
public static final java.lang.String CONFIG_CONTEXTFACTORYTYPE
CONFIG_FACTORYLOOKUPNAME
public static final java.lang.String CONFIG_FACTORYLOOKUPNAME
CONFIG_MESSAGETTL
public static final java.lang.String CONFIG_MESSAGETTL
AsyncJMSWriter
public AsyncJMSWriter(Configuration configuration)
- Creates a new instance of this class using the given parameters.
- Parameters:
configuration
- The configuration for this writer.
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