Class VmInfo

java.lang.Object
org.jrd.backend.data.VmInfo
All Implemented Interfaces:
Serializable

public class VmInfo extends Object implements Serializable
Stores information about Available Virtual Machine.
See Also:
  • Field Details

  • Constructor Details

    • VmInfo

      public VmInfo(String vmId, int vmPid, String vmName, VmInfo.Type type, List<File> cp)
      Stores information about Available Virtual Machine.
      Parameters:
      vmId - Unique ID for this VmInfo
      vmPid - Virtual Machine process ID
      vmName - Name for the Virtual Machine. Hostname for remote VMs
      type - local, remote, type
  • Method Details