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) |
| 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()
Start.
|
void |
stop()
Stop.
|
@Inject
public JmxTransformer(org.quartz.Scheduler serverScheduler,
JmxTransConfiguration configuration,
ConfigurationParser configurationParser,
com.google.inject.Injector injector)
public void start()
throws LifecycleException
LifecycleException - the lifecycle exceptionpublic void stop()
throws LifecycleException
LifecycleException - the lifecycle exceptionpublic 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 © 2015. All Rights Reserved.