Uses of Package
javax.tools.diagnostics.runtime.java

Packages that use javax.tools.diagnostics.runtime.java
javax.tools.diagnostics Top level of the API, provides access to API implementations. 
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. 
 

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

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

Classes in javax.tools.diagnostics.runtime.java used by javax.tools.diagnostics.runtime.java
JavaClass
           Represents a Java class.
JavaClassLoader
           Represents an internal ClassLoader structure within a Java Virtual Machine instance.
JavaField
           Represents a field declaration.
JavaHeap
          Represents a single heap of managed objects.
JavaLocation
           Represents a point of execution within a Java method
JavaMember
           Abstract interface which both JavaField and JavaMethod inherit from.
JavaMethod
           Represents a method or constructor in a class
JavaMonitor
          Represents the underlying monitor used by a Java Virtual Machine to manage locking and synchronization of a Java object.
JavaObject
          Represents a Java object or array.
JavaReference
           Represents a Java reference.
JavaStackFrame
          Represents a Java stack frame.
JavaThread
          Represents a Java thread.
JavaVariable
           Representation of a Java Variable
JavaVMInitArgs
          This class models the JavaVMInitArgs C structure passed to JNI_CreateJavaVM to create this Java Virtual Machine Typically the options passed to the JVM are similar but necessarily identical to these used to invoke the Java Virtual Machine from a command line.
JavaVMOption
          This class models the JavaVMOption C structures passed to the JNI invocation API entry point JNI_CreateJavaVM used to create a Java Virtual Machine.
 



Copyright © 2010. All Rights Reserved.