|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.AbstractMonitoringWriter kieker.monitoring.writer.jmx.JMXWriter
public final class JMXWriter
Field Summary | |
---|---|
static java.lang.String |
CONFIG_DOMAIN
|
static java.lang.String |
CONFIG_LOGNAME
|
Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
monitoringController |
Constructor Summary | |
---|---|
JMXWriter(Configuration configuration)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
protected void |
init()
Implementing classes should indicate an initialization error by throwing an Exception . |
boolean |
newMonitoringRecord(IMonitoringRecord record)
Called for each new record. |
void |
terminate()
Called by the Monitoring Controller to announce a shutdown of monitoring. |
Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
getDefaultConfiguration, newMonitoringRecordNonBlocking, setController, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONFIG_DOMAIN
public static final java.lang.String CONFIG_LOGNAME
Constructor Detail |
---|
public JMXWriter(Configuration configuration)
configuration
- The configuration for this writer.Method Detail |
---|
protected void init() throws java.lang.Exception
AbstractMonitoringWriter
Exception
.
init
in class AbstractMonitoringWriter
java.lang.Exception
- If something during the initialization went wrong.public boolean newMonitoringRecord(IMonitoringRecord record)
record
- the record.
public void terminate()
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |