public abstract class OutputWriterAdapter extends Object implements OutputWriter
| Constructor and Description |
|---|
OutputWriterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getSettings()
Settings allow you to configure your Writers with whatever they might
need.
|
void |
start() |
void |
stop() |
void |
validateSetup(Server server,
Query query)
This is run when the object is instantiated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWritepublic void start()
throws LifecycleException
start in interface OutputWriterLifecycleExceptionpublic void stop()
throws LifecycleException
stop in interface OutputWriterLifecycleExceptionpublic Map<String,Object> getSettings()
OutputWritergetSettings in interface OutputWriterpublic void validateSetup(Server server, Query query) throws ValidationException
OutputWritervalidateSetup in interface OutputWriterValidationExceptionCopyright © 2010-2016 JmxTrans team. All Rights Reserved.