com.sun.appserv.management.config
Interface JavaConfig
- All Superinterfaces: 
- AMX, AMXConfig, AMXMBeanLogging, ConfigElement, Container, NotificationBroadcaster, NotificationEmitter, PropertiesAccess
- public interface JavaConfig- extends ConfigElement, PropertiesAccess, Container
Configuration for the <java-config> element.
 
 
 
 
 
 
 
 
 
 
 
 
 
J2EE_TYPE
public static final java.lang.String J2EE_TYPE
- The j2eeType as returned by AMX.getJ2EEType().
 
- See Also:
- Constant Field Values
 
getBytecodePreprocessors
public java.lang.String getBytecodePreprocessors()
- 
 
- 
 
setBytecodePreprocessors
public void setBytecodePreprocessors(java.lang.String value)
- 
 
- 
 
getClasspathPrefix
public java.lang.String getClasspathPrefix()
- 
 
- 
 
setClasspathPrefix
public void setClasspathPrefix(java.lang.String value)
- 
 
- 
 
getClasspathSuffix
public java.lang.String getClasspathSuffix()
- 
 
- 
 
setClasspathSuffix
public void setClasspathSuffix(java.lang.String value)
- 
 
- 
 
getDebugEnabled
public boolean getDebugEnabled()
- 
 
- 
 
setDebugEnabled
public void setDebugEnabled(boolean value)
- 
 
- 
 
getDebugOptions
public java.lang.String getDebugOptions()
- 
 
- 
 
setDebugOptions
public void setDebugOptions(java.lang.String value)
- 
 
- 
 
getEnvClasspathIgnored
public boolean getEnvClasspathIgnored()
- 
 
- 
 
setEnvClasspathIgnored
public void setEnvClasspathIgnored(boolean value)
- 
 
- 
 
getJavaHome
public java.lang.String getJavaHome()
- 
 
- 
 
setJavaHome
public void setJavaHome(java.lang.String value)
- 
 
- 
 
getJavacOptions
public java.lang.String getJavacOptions()
- 
 
- 
 
setJavacOptions
public void setJavacOptions(java.lang.String value)
- 
 
- 
 
getJVMOptions
public java.lang.String[] getJVMOptions()
- 
 
- 
 
setJVMOptions
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.
 
- 
 
- 
 
getNativeLibraryPathPrefix
public java.lang.String getNativeLibraryPathPrefix()
- 
 
- 
 
setNativeLibraryPathPrefix
public void setNativeLibraryPathPrefix(java.lang.String value)
- 
 
- 
 
getNativeLibraryPathSuffix
public java.lang.String getNativeLibraryPathSuffix()
- 
 
- 
 
setNativeLibraryPathSuffix
public void setNativeLibraryPathSuffix(java.lang.String value)
- 
 
- 
 
getRMICOptions
public java.lang.String getRMICOptions()
- 
 
- 
 
setRMICOptions
public void setRMICOptions(java.lang.String value)
- 
 
- 
 
getServerClasspath
public java.lang.String getServerClasspath()
- 
 
- 
 
setServerClasspath
public void setServerClasspath(java.lang.String value)
- 
 
- 
 
getProfilerConfig
public ProfilerConfig getProfilerConfig()
- Get the ProfilerConfig MBean.
 
- 
 
- 
 
createProfilerConfig
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.
 
- 
 
- 
- Parameters:
- name- identifier
- optional- Map of optional attributes.  See- ProfilerConfigKeys
- Returns:
- A proxy to the ProfilerConfig MBean.
 
removeProfilerConfig
public void removeProfilerConfig()
- Removes profiler element.
 
- 
 
- 
 
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.