| Package | Description |
|---|---|
| joynr.infrastructure | |
| joynr.types |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalCapabilitiesDirectorySubscriptionPublisherImpl.fireGlobalDiscoveryEntryChanged(ChangeType typeOfChange,
GlobalDiscoveryEntry globalDiscoveryEntry,
String... partitions) |
void |
GlobalCapabilitiesDirectorySubscriptionPublisher.fireGlobalDiscoveryEntryChanged(ChangeType typeOfChange,
GlobalDiscoveryEntry globalDiscoveryEntry,
String... partitions) |
void |
GlobalCapabilitiesDirectoryAbstractProvider.fireGlobalDiscoveryEntryChanged(ChangeType typeOfChange,
GlobalDiscoveryEntry globalDiscoveryEntry,
String... partitions) |
void |
GlobalCapabilitiesDirectoryBroadcastInterface.GlobalDiscoveryEntryChangedBroadcastListener.onReceive(ChangeType typeOfChange,
GlobalDiscoveryEntry globalDiscoveryEntry) |
void |
GlobalCapabilitiesDirectoryBroadcastInterface.GlobalDiscoveryEntryChangedBroadcastAdapter.onReceive(ChangeType typeOfChange,
GlobalDiscoveryEntry globalDiscoveryEntry) |
| Modifier and Type | Method and Description |
|---|---|
static ChangeType |
ChangeType.getEnumValue(Integer ordinal)
Get the matching enum for an ordinal number
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.