Uses of Interface
org.openjdk.jmc.jdp.client.Discoverable
-
Packages that use Discoverable Package Description org.openjdk.jmc.jdp.client This package contains the classes related to the JDP client.org.openjdk.jmc.jdp.common This package contains the classes related to the JDP that are shared between the client and server implementations. -
-
Uses of Discoverable in org.openjdk.jmc.jdp.client
Methods in org.openjdk.jmc.jdp.client that return Discoverable Modifier and Type Method Description Discoverable
DiscoveryEvent. getDiscoverable()
Methods in org.openjdk.jmc.jdp.client that return types with arguments of type Discoverable Modifier and Type Method Description Set<Discoverable>
JDPClient. getDiscoverables()
Constructors in org.openjdk.jmc.jdp.client with parameters of type Discoverable Constructor Description DiscoveryEvent(DiscoveryEvent.Kind kind, Discoverable discoverable)
Constructor. -
Uses of Discoverable in org.openjdk.jmc.jdp.common
Classes in org.openjdk.jmc.jdp.common that implement Discoverable Modifier and Type Class Description class
JDPPacket
Class for delivering and retrieving the content.
-