|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageProcess
This class represents a Process running in a given Address Space.
Method Summary | |
---|---|
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.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. |
Method Detail |
---|
java.lang.String getCommandLine() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be provided
CorruptDataException
java.util.Properties getEnvironment() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be provided
CorruptDataException
java.lang.String getID() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be provided
CorruptDataException
java.util.Iterator getLibraries() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be provided
CorruptDataException
ImageModule
,
CorruptData
ImageModule getExecutable() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be provided
CorruptDataException
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 provided
CorruptDataException
java.lang.String getSignalName() throws DataUnavailable, CorruptDataException
DataUnavailable
- if the information cannot be provided
CorruptDataException
int getPointerSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |