Package | Description |
---|---|
org.openjdk.jmc.jdp.client |
This package contains the classes related to the JDP client.
|
Modifier and Type | Field and Description |
---|---|
private DiscoveryEvent.Kind |
DiscoveryEvent.kind |
Modifier and Type | Method and Description |
---|---|
DiscoveryEvent.Kind |
DiscoveryEvent.getKind()
The kind of discovery.
|
static DiscoveryEvent.Kind |
DiscoveryEvent.Kind.valueOf(java.lang.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.
|
Constructor and Description |
---|
DiscoveryEvent(DiscoveryEvent.Kind kind,
Discoverable discoverable)
Constructor.
|