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 providedCorruptDataException
java.util.Properties getEnvironment() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be providedCorruptDataException
java.lang.String getID() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be providedCorruptDataException
java.util.Iterator getLibraries() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be providedCorruptDataException
ImageModule
,
CorruptData
ImageModule getExecutable() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be providedCorruptDataException
ImageModule
java.util.Iterator getThreads()
ImageThread
,
CorruptData
ImageThread getCurrentThread() throws CorruptDataException
CorruptDataException
ImageThread
java.util.Iterator getRuntimes()
ManagedRuntime
,
JavaRuntime
,
CorruptData
int getSignalNumber() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be providedCorruptDataException
java.lang.String getSignalName() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be providedCorruptDataException
int 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.