Uses of Class
org.openjdk.jmc.jdp.client.DiscoveryEvent.Kind
-
Packages that use DiscoveryEvent.Kind Package Description org.openjdk.jmc.jdp.client This package contains the classes related to the JDP client. -
-
Uses of DiscoveryEvent.Kind in org.openjdk.jmc.jdp.client
Methods in org.openjdk.jmc.jdp.client that return DiscoveryEvent.Kind Modifier and Type Method Description DiscoveryEvent.Kind
DiscoveryEvent. getKind()
The kind of discovery.static DiscoveryEvent.Kind
DiscoveryEvent.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscoveryEvent.Kind[]
DiscoveryEvent.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmc.jdp.client with parameters of type DiscoveryEvent.Kind Constructor Description DiscoveryEvent(DiscoveryEvent.Kind kind, Discoverable discoverable)
Constructor.
-