|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
This class represents an entire operating system image (e.g. a core file). There are methods for accessing information about the architecture of the machine on which the image was running - hardware and operating system. The major feature, however, is the ability to iterate over the Address Spaces contained within the image.
Method Summary | |
---|---|
java.util.Iterator |
getAddressSpaces()
|
long |
getCreationTime()
Determines when the image was created |
long |
getInstalledMemory()
|
int |
getProcessorCount()
|
java.lang.String |
getProcessorSubType()
|
java.lang.String |
getProcessorType()
|
java.lang.String |
getSystemSubType()
|
java.lang.String |
getSystemType()
|
Method Detail |
---|
java.util.Iterator getAddressSpaces()
ImageAddressSpace
,
CorruptData
java.lang.String getProcessorType() throws DataUnavailable, CorruptDataException
DataUnavailable
- if this data cannot be inferred from this core type
CorruptDataException
- if expected data cannot be read from the corejava.lang.String getProcessorSubType() throws DataUnavailable, CorruptDataException
Note that this value is platform and implementation dependent.
DataUnavailable
CorruptDataException
int getProcessorCount() throws DataUnavailable
DataUnavailable
- if the information cannot be providedjava.lang.String getSystemType() throws DataUnavailable, CorruptDataException
DataUnavailable
- if this data cannot be inferred from this core type
CorruptDataException
- if expected data cannot be read from the corejava.lang.String getSystemSubType() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
long getInstalledMemory() throws DataUnavailable
DataUnavailable
- if the information cannot be providedlong getCreationTime() throws DataUnavailable
DataUnavailable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |