|
|||||||||
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()
|
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.util.Iterator |
getSignalHandlers()
Deprecated. will be removed in SR1 release as this information is not available on any platform |
java.lang.String |
getSignalName()
|
int |
getSignalNumber()
|
java.util.Iterator |
getThreads()
|
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
java.util.Iterator getSignalHandlers() throws DataUnavailable
DataUnavailable
- if the information cannot be providedImageSignalHandler
,
CorruptData
int getPointerSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |