Package jisd.probej
Class VirtualMachine
- java.lang.Object
-
- jisd.probej.VirtualMachine
-
- All Implemented Interfaces:
java.lang.Runnable
public class VirtualMachine extends java.lang.Object implements java.lang.Runnable
Manages VM with ProbeJ.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachine(java.lang.String main, java.lang.String options, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Run a target VM.void
shutdown()
Shutdown a target VM.
-