FileDocCategorySizeDatePackage
ProfilerConfig.javaAPI DocGlassfish v2 API2887Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

ProfilerConfig

public interface ProfilerConfig implements PropertiesAccess, Enabled, NamedConfigElement
Configuration for the <profiler> element.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public java.lang.StringgetClasspath()

public java.lang.String[]getJVMOptions()

public java.lang.StringgetNativeLibraryPath()

public voidsetClasspath(java.lang.String classpath)

public voidsetJVMOptions(java.lang.String[] jvmOptions)
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.

public voidsetNativeLibraryPath(java.lang.String nativeLibraryPath)