- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageProcess
-
- com.ibm.dtfj.image.j9.PartialProcess
-
- All Implemented Interfaces:
ImageProcess
public class PartialProcess extends ImageProcess
-
-
Constructor Summary
Constructors Constructor Description PartialProcess(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, runtimeExtractionFailed, setCurrentThread, setFaultingThreadID, setSignalNumber, setThreads
-
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.image.ImageProcess
getCommandLine, getCurrentThread, getEnvironment, getExecutable, getID, getLibraries, getPointerSize, getProperties, getRuntimes, getSignalName, getSignalNumber, getThreads
-
-
-
-
Constructor Detail
-
PartialProcess
public PartialProcess(String pid, String commandLine, Properties environment, ImageThread currentThread, Iterator threads, ImageModule executable, Iterator libraries, int pointerSize, DataUnavailable executableException, DataUnavailable libraryException)
- Parameters:
pid
-commandLine
-environment
-currentThread
-threads
-executable
-libraries
-pointerSize
-executableException
-libraryException
-
-
-