Uses of Enum Class
org.openjdk.jmc.common.jvm.JVMArch
Packages that use JVMArch
Package
Description
This package contains classes used in Mission Control to JVM architectures and types.
-
Uses of JVMArch in org.openjdk.jmc.common.jvm
Methods in org.openjdk.jmc.common.jvm that return JVMArchModifier and TypeMethodDescriptionstatic JVMArch
JVMArch.getCurrentJVMArch()
JVMDescriptor.getJvmArch()
static JVMArch
JVMArch.getJVMArch
(Properties props) static JVMArch
Returns the enum constant of this class with the specified name.static JVMArch[]
JVMArch.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openjdk.jmc.common.jvm with parameters of type JVMArchModifierConstructorDescriptionJVMDescriptor
(String javaVersion, JVMType jvmType, JVMArch jvmArch, String javaCommand, String jvmArguments, String jvmName, String jvmVendor, Integer pid, boolean debug, Connectable attachable)