org.glassfish.admin.amx.intf.config
Interface JavaConfig
- All Superinterfaces:
- AMX_SPI, AMXConfigProxy, AMXProxy, AnonymousElementList, AttributeResolver, ConfigElement, PropertiesAccess, Singleton
Deprecated.
@Deprecated
public interface JavaConfig
- extends Singleton, AnonymousElementList, ConfigElement, PropertiesAccess
| Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy |
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid |
getBytecodePreprocessors
String getBytecodePreprocessors()
- Deprecated.
setBytecodePreprocessors
void setBytecodePreprocessors(String param1)
- Deprecated.
getClasspathPrefix
String getClasspathPrefix()
- Deprecated.
setClasspathPrefix
void setClasspathPrefix(String param1)
- Deprecated.
getClasspathSuffix
String getClasspathSuffix()
- Deprecated.
setClasspathSuffix
void setClasspathSuffix(String param1)
- Deprecated.
getDebugEnabled
String getDebugEnabled()
- Deprecated.
setDebugEnabled
void setDebugEnabled(String param1)
- Deprecated.
getDebugOptions
String getDebugOptions()
- Deprecated.
setDebugOptions
void setDebugOptions(String param1)
- Deprecated.
getEnvClasspathIgnored
String getEnvClasspathIgnored()
- Deprecated.
setEnvClasspathIgnored
void setEnvClasspathIgnored(String param1)
- Deprecated.
getJavaHome
String getJavaHome()
- Deprecated.
setJavaHome
void setJavaHome(String param1)
- Deprecated.
getJavacOptions
String getJavacOptions()
- Deprecated.
setJavacOptions
void setJavacOptions(String param1)
- Deprecated.
getSystemClasspath
String getSystemClasspath()
- Deprecated.
setSystemClasspath
void setSystemClasspath(String param1)
- Deprecated.
getJvmOptions
String[] getJvmOptions()
- Deprecated.
setJvmOptions
void setJvmOptions(String[] value)
- Deprecated.
- Add jvm options.
If a JVM option contains a space or tab, you must enclose
it in quotes eg "C:Program Files\dir"
getNativeLibraryPathPrefix
String getNativeLibraryPathPrefix()
- Deprecated.
setNativeLibraryPathPrefix
void setNativeLibraryPathPrefix(String param1)
- Deprecated.
getNativeLibraryPathSuffix
String getNativeLibraryPathSuffix()
- Deprecated.
setNativeLibraryPathSuffix
void setNativeLibraryPathSuffix(String param1)
- Deprecated.
getRmicOptions
String getRmicOptions()
- Deprecated.
setRmicOptions
void setRmicOptions(String param1)
- Deprecated.
getServerClasspath
String getServerClasspath()
- Deprecated.
setServerClasspath
void setServerClasspath(String param1)
- Deprecated.
getProfiler
Profiler getProfiler()
- Deprecated.
setProfiler
void setProfiler(Profiler param1)
- Deprecated.
getJavacOptionsAsList
List getJavacOptionsAsList()
- Deprecated.
Copyright © 2012 GlassFish Community. All Rights Reserved.