public interface ManagedJmxTransformerProcessMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonDirOrFile()
Gets the json dir or file.
|
String |
getQuartPropertiesFile()
Gets the quart properties file.
|
int |
getRunPeriod()
Gets the run period.
|
void |
setJsonDirOrFile(String jsonDirOrFile)
Sets the json dir or file.
|
void |
setQuartPropertiesFile(String quartPropertiesFile)
Sets the quart properties file.
|
void |
setRunPeriod(int runPeriod)
Sets the run period.
|
void |
start()
Start the JmxProcess.
|
void |
stop()
Stop the JmxProcess.
|
void start()
throws LifecycleException
LifecycleException - the lifecycle exceptionvoid stop() throws LifecycleException
LifecycleException - the lifecycle exceptionString getQuartPropertiesFile()
void setQuartPropertiesFile(String quartPropertiesFile)
quartPropertiesFile - the quart properties fileint getRunPeriod()
void setRunPeriod(int runPeriod)
runPeriod - the run periodvoid setJsonDirOrFile(String jsonDirOrFile)
jsonDirOrFile - the json dir or fileString getJsonDirOrFile()
Copyright © 2010-2016 JmxTrans team. All Rights Reserved.