public interface ImageProcess
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine()
Fetch the command line for this process.
|
ImageThread |
getCurrentThread()
Find the thread which triggered the creation of the image
|
Properties |
getEnvironment()
Get the environment variables for this process.
|
ImageModule |
getExecutable()
Get the module representing the executable within the image.
|
String |
getID()
Get the system-wide identifier for the process.
|
Iterator |
getLibraries()
Get the set of shared libraries which are loaded in this process.
|
int |
getPointerSize()
Determine the pointer size used by this process.
|
Properties |
getProperties()
Gets the OS specific properties for this process.
|
Iterator |
getRuntimes()
Get the set of the known ManagedRuntime environments in the image.
|
String |
getSignalName()
Get the name of the OS signal in this process which triggered the
creation of this image.
|
int |
getSignalNumber()
Get the OS signal number in this process which triggered the creation
of this image.
|
Iterator |
getThreads()
Get the set of image threads in the image.
|
String getCommandLine() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionProperties getEnvironment() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionString getID() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionIterator getLibraries() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionImageModule,
CorruptDataImageModule getExecutable() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionImageModuleIterator getThreads()
ImageThread,
CorruptDataImageThread getCurrentThread() throws CorruptDataException
CorruptDataExceptionImageThreadIterator getRuntimes()
ManagedRuntime,
JavaRuntime,
CorruptDataint getSignalNumber()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionString getSignalName() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionint getPointerSize()
Properties getProperties()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.