- java.lang.Object
-
- com.ibm.dtfj.java.javacore.JCJavaVMOption
-
- All Implemented Interfaces:
JavaVMOption
public class JCJavaVMOption extends Object implements JavaVMOption
A javacore-based implementation of DTFJ JavaVMOption. Both the option string and the extraInfo pointer value are available in the ENVINFO section of the javacore, e.g. 2CIUSERARG _port_library 0x002A04F8- See Also:
JavaRuntime
-
-
Constructor Summary
Constructors Constructor Description JCJavaVMOption(String optionString, ImagePointer extraInfo)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.java.JavaVMOption
getExtraInfo, getOptionString
-
-
-
-
Constructor Detail
-
JCJavaVMOption
public JCJavaVMOption(String optionString, ImagePointer extraInfo) throws JCInvalidArgumentsException
- Throws:
JCInvalidArgumentsException
-
-