public abstract class OutputWriterAdapter extends java.lang.Object implements OutputWriter
| Constructor and Description |
|---|
OutputWriterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Map<java.lang.String,java.lang.Object> |
getSettings()
Settings allow you to configure your Writers with whatever they might
need.
|
void |
start() |
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 close()
throws LifecycleException
close in interface OutputWriterclose in interface java.lang.AutoCloseableLifecycleExceptionpublic java.util.Map<java.lang.String,java.lang.Object> getSettings()
OutputWritergetSettings in interface OutputWriterpublic void validateSetup(Server server, Query query) throws ValidationException
OutputWritervalidateSetup in interface OutputWriterValidationExceptionCopyright © 2010-2018 JmxTrans team. All Rights Reserved.