| |
|
| java.lang.Object de.mcs.jmeasurement.jmx.JmxConfig
getApplicationName | final public String getApplicationName()(Code) | | the actual application name. |
getBackgroundTime | final public int getBackgroundTime()(Code) | | the backgroundTime |
getExceptionHandling | final public int getExceptionHandling()(Code) | | the exceptionHandling |
getPointIdletime | final public int getPointIdletime()(Code) | | the pointIdletime |
getSnapShotNames | final public String[] getSnapShotNames()(Code) | | String array with all snapshotnames. |
getWorkingpath | final public String getWorkingpath()(Code) | | the workingpath |
isConfigAutofile | final public boolean isConfigAutofile()(Code) | | the configAutofile |
isDisableDeviation | final public boolean isDisableDeviation()(Code) | | the disableDeviation |
isEnableAutosnapshot | final public boolean isEnableAutosnapshot()(Code) | | the enableAutosnapshot |
isEnableMeasurement | final public boolean isEnableMeasurement()(Code) | | the enableMeasurement |
isEnableMemorySavings | final public boolean isEnableMemorySavings()(Code) | | the enableMemorySavings |
saveHTMLReport | final public void saveHTMLReport(String filename) throws IOException(Code) | | Parameters: filename - save the html report to the desired filename. throws: IOException - if someting goes wrong. |
setBackgroundTime | final public void setBackgroundTime(int backgroundTime)(Code) | | Parameters: backgroundTime - the backgroundTime to set |
setConfigAutofile | final public void setConfigAutofile(boolean configAutofile)(Code) | | Parameters: configAutofile - the configAutofile to set |
setDisableDeviation | final public void setDisableDeviation(boolean disableDeviation)(Code) | | Parameters: disableDeviation - the disableDeviation to set |
setEnableAutosnapshot | final public void setEnableAutosnapshot(boolean enableAutosnapshot)(Code) | | Parameters: enableAutosnapshot - the enableAutosnapshot to set |
setEnableMeasurement | final public void setEnableMeasurement(boolean enableMeasurement)(Code) | | Parameters: enableMeasurement - the enableMeasurement to set |
setEnableMemorySavings | final public void setEnableMemorySavings(boolean enableMemorySavings)(Code) | | Parameters: enableMemorySavings - the enableMemorySavings to set |
setExceptionHandling | final public void setExceptionHandling(int exceptionHandling)(Code) | | Parameters: exceptionHandling - the exceptionHandling to set |
setPointIdletime | final public void setPointIdletime(int pointIdletime)(Code) | | Parameters: pointIdletime - the pointIdletime to set |
setWorkingpath | final public void setWorkingpath(String workingpath)(Code) | | Parameters: workingpath - the workingpath to set |
takeSnapShot | final public void takeSnapShot(String name)(Code) | | taking a new shapshot with the given name.
Parameters: name - name of the snapshot. |
|
|
|