Package jisd.probej

Class 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VirtualMachine

        public VirtualMachine​(java.lang.String main,
                              java.lang.String options,
                              int port)
    • Method Detail

      • run

        public void run()
        Run a target VM.
        Specified by:
        run in interface java.lang.Runnable
      • shutdown

        public void shutdown()
        Shutdown a target VM.