Package kieker.monitoring.writer.jms
Class JmsWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.jms.JmsWriter
- Since:
- 0.95a
- Author:
- Matthias Rohr, Andre van Hoorn, Jan Waller, Christian Wulf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis event fires when Kieker has been initialized and is ready to monitor.voidThis event fires when Kieker has been notified to terminate.final StringtoString()Returns a textual representation of the writer's configuration.voidThis event fires when Kieker has received a new record.
-
Field Details
-
CONFIG_PROVIDERURL
-
CONFIG_TOPIC
-
CONFIG_CONTEXTFACTORYTYPE
-
CONFIG_FACTORYLOOKUPNAME
-
CONFIG_MESSAGETTL
-
CONFIG_USERNAME
-
CONFIG_PASSWORD
-
-
Constructor Details
-
JmsWriter
-
-
Method Details
-
onStarting
public void onStarting()Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been initialized and is ready to monitor. It is executed by theMonitoringWriterThreadjust before reading the writer queue.- Specified by:
onStartingin classAbstractMonitoringWriter
-
writeMonitoringRecord
Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has received a new record.- Specified by:
writeMonitoringRecordin classAbstractMonitoringWriter
-
onTerminating
public void onTerminating()Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been notified to terminate. It is executed by theMonitoringWriterThreadjust after finishing the writer queue.- Specified by:
onTerminatingin classAbstractMonitoringWriter
-
toString
Description copied from class:AbstractMonitoringWriterReturns a textual representation of the writer's configuration.- Overrides:
toStringin classAbstractMonitoringWriter- Returns:
- a textual representation of the writer's configuration
-