|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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()
|
ImageModule |
getExecutable()
|
java.lang.String |
getID()
|
java.util.Iterator |
getLibraries()
|
int |
getPointerSize()
Determine the pointer size used by this process. |
java.util.Iterator |
getRuntimes()
|
java.lang.String |
getSignalName()
|
int |
getSignalNumber()
|
java.util.Iterator |
getThreads()
|
| Method Detail |
public java.lang.String getCommandLine()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataException
public java.util.Properties getEnvironment()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataException
public java.lang.String getID()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataException
public java.util.Iterator getLibraries()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataExceptionImageModule,
CorruptData
public ImageModule getExecutable()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataExceptionImageModulepublic java.util.Iterator getThreads()
ImageThread,
CorruptData
public ImageThread getCurrentThread()
throws CorruptDataException
CorruptDataExceptionImageThreadpublic java.util.Iterator getRuntimes()
ManagedRuntime,
JavaRuntime,
CorruptData
public int getSignalNumber()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataException
public java.lang.String getSignalName()
throws DataUnavailable,
CorruptDataException
DataUnavailable - if the information cannot be provided
CorruptDataExceptionpublic int getPointerSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||