Module openj9.dtfj

Interface ManagedImage

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.