Class PartialProcess
java.lang.Object
com.ibm.dtfj.image.j9.ImageProcess
com.ibm.dtfj.image.j9.PartialProcess
-
Constructor Summary
ConstructorDescriptionPartialProcess
(String pid, String commandLine, Properties environment, ImageThread currentThread, Iterator threads, ImageModule executable, Iterator libraries, int pointerSize, DataUnavailable executableException, DataUnavailable libraryException) -
Method Summary
Methods declared in class com.ibm.dtfj.image.j9.ImageProcess
addRuntime, getCommandLine, getCurrentThread, getEnvironment, getExecutable, getID, getLibraries, getPointerSize, getProperties, getRuntimes, getSignalName, getSignalNumber, getThreads, runtimeExtractionFailed, setCurrentThread, setFaultingThreadID, setSignalNumber, setThreads
-
Constructor Details