Uses of Interface
javax.tools.diagnostics.runtime.ManagedRuntime

Packages that use ManagedRuntime
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of ManagedRuntime in javax.tools.diagnostics.image
 

Methods in javax.tools.diagnostics.image that return types with arguments of type ManagedRuntime
 java.util.List<ManagedRuntime> ImageProcess.getRuntimes()
          Get the set of the known ManagedRuntime environments in the image.
 

Uses of ManagedRuntime in javax.tools.diagnostics.runtime.java
 

Subinterfaces of ManagedRuntime in javax.tools.diagnostics.runtime.java
 interface JavaRuntime
          Represents an instance of a Java Virtual Machine This interface defines attributes and features common across real implementation of the Java Virtual Machine.
 



Copyright © 2010. All Rights Reserved.