Methods Summary |
---|
public ProfilerConfig | createProfilerConfig(java.lang.String name, java.util.Map optional)Creates a profiler element.
Although a name is specified, only one profiler may exist.
|
public java.lang.String | getBytecodePreprocessors()
|
public java.lang.String | getClasspathPrefix()
|
public java.lang.String | getClasspathSuffix()
|
public boolean | getDebugEnabled()
|
public java.lang.String | getDebugOptions()
|
public boolean | getEnvClasspathIgnored()
|
public java.lang.String[] | getJVMOptions()
|
public java.lang.String | getJavaHome()
|
public java.lang.String | getJavacOptions()
|
public java.lang.String | getNativeLibraryPathPrefix()
|
public java.lang.String | getNativeLibraryPathSuffix()
|
public ProfilerConfig | getProfilerConfig()Get the ProfilerConfig MBean.
|
public java.lang.String | getRMICOptions()
|
public java.lang.String | getServerClasspath()
|
public java.lang.String | getSystemClasspath()
|
public void | removeProfilerConfig()Removes profiler element.
|
public void | setBytecodePreprocessors(java.lang.String value)
|
public void | setClasspathPrefix(java.lang.String value)
|
public void | setClasspathSuffix(java.lang.String value)
|
public void | setDebugEnabled(boolean value)
|
public void | setDebugOptions(java.lang.String value)
|
public void | setEnvClasspathIgnored(boolean value)
|
public void | setJVMOptions(java.lang.String[] value)Overwrites existing jvm options with the new options.
If the intent is to append the new options the caller needs to first get
the existing jvm options using #getJVMOptions, append new
options and set the resulting whole using this method.
If a JVM option contains a space or tab, you must enclose
it in quotes eg "C:Program Files\dir"
|
public void | setJavaHome(java.lang.String value)
|
public void | setJavacOptions(java.lang.String value)
|
public void | setNativeLibraryPathPrefix(java.lang.String value)
|
public void | setNativeLibraryPathSuffix(java.lang.String value)
|
public void | setRMICOptions(java.lang.String value)
|
public void | setServerClasspath(java.lang.String value)
|
public void | setSystemClasspath(java.lang.String classpath)
|