public interface ImageProcess
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandLine()
Fetch the command line for this process.
|
ImageThread |
getCurrentThread()
Find the thread which triggered the creation of the image
|
java.util.Properties |
getEnvironment()
Get the environment variables for this process.
|
ImageModule |
getExecutable()
Get the module representing the executable within the image.
|
java.lang.String |
getID()
Get the system-wide identifier for the process.
|
java.util.Iterator |
getLibraries()
Get the set of shared libraries which are loaded in this process.
|
int |
getPointerSize()
Determine the pointer size used by this process.
|
java.util.Properties |
getProperties()
Gets the OS specific properties for this process.
|
java.util.Iterator |
getRuntimes()
Get the set of the known ManagedRuntime environments in the image.
|
java.lang.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.
|
java.util.Iterator |
getThreads()
Get the set of image threads in the image.
|
java.lang.String getCommandLine()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionjava.util.Properties getEnvironment()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionjava.lang.String getID()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionjava.util.Iterator getLibraries()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionImageModule,
CorruptDataImageModule getExecutable() throws DataUnavailable, CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionImageModulejava.util.Iterator getThreads()
ImageThread,
CorruptDataImageThread getCurrentThread() throws CorruptDataException
CorruptDataExceptionImageThreadjava.util.Iterator getRuntimes()
ManagedRuntime,
JavaRuntime,
CorruptDataint getSignalNumber()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionjava.lang.String getSignalName()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be providedCorruptDataExceptionint getPointerSize()
java.util.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.
DRAFT internal-b00