Module openj9.dtfj

Interface ManagedRuntime

All Known Subinterfaces:
JavaRuntime
All Known Implementing Classes:
DTFJJavaRuntime, JavaRuntime, JCJavaRuntime, NativeRuntime

public interface ManagedRuntime

Represents a generic managed runtime instance.

No class should implement this interface directly. Instead, they should implement another interface which extends this interface and provides APIs for a specific language runtime environment.