Uses of Enum Class
org.openjdk.jmc.common.jvm.Connectable
Packages that use Connectable
Package
Description
This package contains classes used in Mission Control to JVM architectures and types.
-
Uses of Connectable in org.openjdk.jmc.common.jvm
Methods in org.openjdk.jmc.common.jvm that return ConnectableModifier and TypeMethodDescriptionstatic Connectable
Returns the enum constant of this class with the specified name.static Connectable[]
Connectable.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 ConnectableModifierConstructorDescriptionJVMDescriptor
(String javaVersion, JVMType jvmType, JVMArch jvmArch, String javaCommand, String jvmArguments, String jvmName, String jvmVendor, Integer pid, boolean debug, Connectable attachable)