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


Field Summary
 
Fields inherited from interface org.glassfish.admin.amx.intf.config.AnonymousElementList
OP_ADD, OP_REMOVE, OP_REPLACE
 
Method Summary
 String getBytecodePreprocessors()
          Deprecated.  
 String getClasspathPrefix()
          Deprecated.  
 String getClasspathSuffix()
          Deprecated.  
 String getDebugEnabled()
          Deprecated.  
 String getDebugOptions()
          Deprecated.  
 String getEnvClasspathIgnored()
          Deprecated.  
 String getJavacOptions()
          Deprecated.  
 List getJavacOptionsAsList()
          Deprecated.  
 String getJavaHome()
          Deprecated.  
 String[] getJvmOptions()
          Deprecated.  
 String getNativeLibraryPathPrefix()
          Deprecated.  
 String getNativeLibraryPathSuffix()
          Deprecated.  
 Profiler getProfiler()
          Deprecated.  
 String getRmicOptions()
          Deprecated.  
 String getServerClasspath()
          Deprecated.  
 String getSystemClasspath()
          Deprecated.  
 void setBytecodePreprocessors(String param1)
          Deprecated.  
 void setClasspathPrefix(String param1)
          Deprecated.  
 void setClasspathSuffix(String param1)
          Deprecated.  
 void setDebugEnabled(String param1)
          Deprecated.  
 void setDebugOptions(String param1)
          Deprecated.  
 void setEnvClasspathIgnored(String param1)
          Deprecated.  
 void setJavacOptions(String param1)
          Deprecated.  
 void setJavaHome(String param1)
          Deprecated.  
 void setJvmOptions(String[] value)
          Deprecated. Add jvm options.
 void setNativeLibraryPathPrefix(String param1)
          Deprecated.  
 void setNativeLibraryPathSuffix(String param1)
          Deprecated.  
 void setProfiler(Profiler param1)
          Deprecated.  
 void setRmicOptions(String param1)
          Deprecated.  
 void setServerClasspath(String param1)
          Deprecated.  
 void setSystemClasspath(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.AnonymousElementList
getAnonymousElementList, modifyAnonymousElementList
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
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
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

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.