Class VmManager


  • public class VmManager
    extends Object
    This class is used for creating/removing/updating information about available Java Virtual Machines.
    • Constructor Detail

      • VmManager

        public VmManager()
    • Method Detail

      • updateLocalVMs

        public void updateLocalVMs()
        Obtains list of Virtual Machines. This list is then compared to vmInfoSet. Old Vms are removed and new are added.
      • createRemoteVM

        public VmInfo createRemoteVM​(String hostname,
                                     int port)
      • findVmFromPID

        public VmInfo findVmFromPID​(String param)
      • getVmInfoByID

        public VmInfo getVmInfoByID​(String VmId)
      • subscribeToVMChange

        public void subscribeToVMChange​(ActionListener listener)
      • notifyListeners

        public void notifyListeners()