-
- All Superinterfaces:
Image
- All Known Implementing Classes:
Image
,J9DDRImage
,JCImage
,PHDImage
public interface ManagedImage extends Image
Wrapper class to allow management functionality to be added to DTFJ Images returned to the client. It is done as an extension to the Image interface rather than a wrapper class so as to preserve to original class implementing image in case that is being checked for. This needs to move to the ras.jar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedImageSource
getImageSource()
void
setImageSource(ManagedImageSource source)
-
Methods declared in interface com.ibm.dtfj.image.Image
close, getAddressSpaces, getCreationTime, getCreationTimeNanos, getHostName, getInstalledMemory, getIPAddresses, getProcessorCount, getProcessorSubType, getProcessorType, getProperties, getSource, getSystemSubType, getSystemType, isTruncated
-
-
-
-
Method Detail
-
setImageSource
void setImageSource(ManagedImageSource source)
-
getImageSource
ManagedImageSource getImageSource()
-
-