Uses of Class
org.jrd.backend.data.VmInfo.Type
-
Packages that use VmInfo.Type Package Description org.jrd.backend.data -
-
Uses of VmInfo.Type in org.jrd.backend.data
Methods in org.jrd.backend.data that return VmInfo.Type Modifier and Type Method Description VmInfo.Type
VmInfo. getType()
static VmInfo.Type
VmInfo.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmInfo.Type[]
VmInfo.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.data with parameters of type VmInfo.Type Modifier and Type Method Description void
VmInfo. setType(VmInfo.Type local)
Constructors in org.jrd.backend.data with parameters of type VmInfo.Type Constructor Description VmInfo(String vmId, int vmPid, String vmName, VmInfo.Type type, List<File> cp)
Stores information about Available Virtual Machine.
-