public interface ManagedJmxTransformerProcessMXBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJsonDirOrFile()
Gets the json dir or file.
|
java.lang.String |
getQuartPropertiesFile()
Gets the quart properties file.
|
int |
getRunPeriod()
Gets the run period.
|
void |
setJsonDirOrFile(java.lang.String jsonDirOrFile)
Sets the json dir or file.
|
void |
setQuartPropertiesFile(java.lang.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 exceptionjava.lang.String getQuartPropertiesFile()
void setQuartPropertiesFile(java.lang.String quartPropertiesFile)
quartPropertiesFile - the quart properties fileint getRunPeriod()
void setRunPeriod(int runPeriod)
runPeriod - the run periodvoid setJsonDirOrFile(java.lang.String jsonDirOrFile)
jsonDirOrFile - the json dir or filejava.lang.String getJsonDirOrFile()
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.