Class JmsWriter

java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.jms.JmsWriter

public class JmsWriter
extends AbstractMonitoringWriter
Since:
0.95a
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CONFIG_CONTEXTFACTORYTYPE  
    static java.lang.String CONFIG_FACTORYLOOKUPNAME  
    static java.lang.String CONFIG_MESSAGETTL  
    static java.lang.String CONFIG_PASSWORD  
    static java.lang.String CONFIG_PROVIDERURL  
    static java.lang.String CONFIG_TOPIC  
    static java.lang.String CONFIG_USERNAME  

    Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter

    configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    JmsWriter​(kieker.common.configuration.Configuration configuration)  
  • Method Summary

    Modifier and Type Method Description
    void onStarting()
    This event fires when Kieker has been initialized and is ready to monitor.
    void onTerminating()
    This event fires when Kieker has been notified to terminate.
    java.lang.String toString()
    Returns a textual representation of the writer's configuration.
    void writeMonitoringRecord​(kieker.common.record.IMonitoringRecord record)
    This event fires when Kieker has received a new record.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait