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.
Fields inherited from interface com.sun.appserv.management.base.AMX |
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
J2EE_TYPE
static final String J2EE_TYPE
- The j2eeType as returned by
AMX.getJ2EEType()
.
- See Also:
- Constant Field Values
getBytecodePreprocessors
String getBytecodePreprocessors()
setBytecodePreprocessors
void setBytecodePreprocessors(String value)
getClasspathPrefix
String getClasspathPrefix()
setClasspathPrefix
void setClasspathPrefix(String value)
getClasspathSuffix
String getClasspathSuffix()
setClasspathSuffix
void setClasspathSuffix(String value)
getDebugEnabled
boolean getDebugEnabled()
setDebugEnabled
void setDebugEnabled(boolean value)
getDebugOptions
String getDebugOptions()
setDebugOptions
void setDebugOptions(String value)
getEnvClasspathIgnored
boolean getEnvClasspathIgnored()
setEnvClasspathIgnored
void setEnvClasspathIgnored(boolean value)
getJavaHome
String getJavaHome()
setJavaHome
void setJavaHome(String value)
getJavacOptions
String getJavacOptions()
setJavacOptions
void setJavacOptions(String value)
getSystemClasspath
String getSystemClasspath()
- Since:
- AppServer 9.0
setSystemClasspath
void setSystemClasspath(String classpath)
- Since:
- AppServer 9.0
getJVMOptions
String[] getJVMOptions()
setJVMOptions
void setJVMOptions(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"
getNativeLibraryPathPrefix
String getNativeLibraryPathPrefix()
setNativeLibraryPathPrefix
void setNativeLibraryPathPrefix(String value)
getNativeLibraryPathSuffix
String getNativeLibraryPathSuffix()
setNativeLibraryPathSuffix
void setNativeLibraryPathSuffix(String value)
getRMICOptions
String getRMICOptions()
setRMICOptions
void setRMICOptions(String value)
getServerClasspath
String getServerClasspath()
setServerClasspath
void setServerClasspath(String value)
getProfilerConfig
ProfilerConfig getProfilerConfig()
- Get the ProfilerConfig MBean.
createProfilerConfig
ProfilerConfig createProfilerConfig(String name,
Map<String,String> optional)
- Creates a profiler element.
Although a name is specified, only one profiler may exist.
- Parameters:
name
- identifieroptional
- Map of optional attributes. See ProfilerConfigKeys
- Returns:
- A proxy to the ProfilerConfig MBean.
removeProfilerConfig
void removeProfilerConfig()
- Removes profiler element.
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.