Class PartialProcess
java.lang.Object
com.ibm.dtfj.image.j9.ImageProcess
com.ibm.dtfj.image.j9.PartialProcess
- All Implemented Interfaces:
 ImageProcess
- 
Constructor Summary
ConstructorsConstructorDescriptionPartialProcess(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 ImageProcess
addRuntime, getCommandLine, getCurrentThread, getEnvironment, getExecutable, getID, getLibraries, getPointerSize, getProperties, getRuntimes, getSignalName, getSignalNumber, getThreads, runtimeExtractionFailed, setCurrentThread, setFaultingThreadID, setSignalNumber, setThreads 
- 
Constructor Details