Searched defs:VirtualMachine (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/attach/
H A DVirtualMachine.java38 * <p> A <code>VirtualMachine</code> represents a Java virtual machine to which this
42 * VirtualMachine to load an agent into the target VM. For example, a profiler tool
46 * <p> A VirtualMachine is obtained by invoking the {@link #attach(String) attach} method
50 * Alternatively, a <code>VirtualMachine</code> instance is obtained by invoking the
66 * <p> In addition to loading agents a VirtualMachine provides read access to the
72 * <p> The following example demonstrates how VirtualMachine may be used:</p>
77 * VirtualMachine vm = VirtualMachine.attach("2177");
100 * <p> A VirtualMachine is safe for use by multiple concurrent threads. </p>
105 public abstract class VirtualMachine { class
121 protected VirtualMachine(AttachProvider provider, String id) { method in class:VirtualMachine
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DVirtualMachine.java49 * A Connector will typically create a VirtualMachine by invoking
58 * Any method on <code>VirtualMachine</code> which
59 * takes <code>VirtualMachine</code> as an parameter may throw
64 * Any method on <code>VirtualMachine</code> which
65 * takes <code>VirtualMachine</code> as an parameter may throw
73 public interface VirtualMachine extends Mirror { interface in inherits:Mirror
207 * @throws VMCannotBeModifiedException if the VirtualMachine is read-only - see {@link VirtualMachine#canBeModified()}.
247 * @throws VMCannotBeModifiedException if the VirtualMachine is read-only - see {@link VirtualMachine#canBeModifie
[all...]

Completed in 38 milliseconds