public class JmxTransformer extends Object implements WatchedCallback
| Modifier and Type | Class and Description |
|---|---|
protected class |
JmxTransformer.ShutdownHook |
| Constructor and Description |
|---|
JmxTransformer(org.quartz.Scheduler serverScheduler,
JmxTransConfiguration configuration,
ConfigurationParser configurationParser,
com.google.inject.Injector injector,
ThreadPoolExecutor queryProcessorExecutor,
ThreadPoolExecutor resultProcessorExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeStandalone(JmxProcess process)
Handy method which runs the JmxProcess
|
void |
fileAdded(File file) |
void |
fileDeleted(File file) |
void |
fileModified(File file) |
static void |
main(String[] args) |
void |
start() |
void |
stop() |
@Inject
public JmxTransformer(org.quartz.Scheduler serverScheduler,
JmxTransConfiguration configuration,
ConfigurationParser configurationParser,
com.google.inject.Injector injector,
@Nonnull
ThreadPoolExecutor queryProcessorExecutor,
@Nonnull
ThreadPoolExecutor resultProcessorExecutor)
public void start()
throws LifecycleException
LifecycleExceptionpublic void stop()
throws LifecycleException
LifecycleExceptionpublic void executeStandalone(JmxProcess process) throws Exception
Exceptionpublic void fileModified(File file) throws Exception
fileModified in interface WatchedCallbackExceptionpublic void fileDeleted(File file) throws Exception
fileDeleted in interface WatchedCallbackExceptionpublic void fileAdded(File file) throws Exception
fileAdded in interface WatchedCallbackExceptionCopyright © 2010-2016 JmxTrans team. All Rights Reserved.