Uses of Class
joynr.types.ChangeType
-
Packages that use ChangeType Package Description joynr.infrastructure joynr.types -
-
Uses of ChangeType in joynr.infrastructure
Methods in joynr.infrastructure with parameters of type ChangeType Modifier and Type Method Description voidGlobalCapabilitiesDirectoryAbstractProvider. fireGlobalDiscoveryEntryChanged(ChangeType typeOfChange, GlobalDiscoveryEntry globalDiscoveryEntry, String... partitions)voidGlobalCapabilitiesDirectorySubscriptionPublisher. fireGlobalDiscoveryEntryChanged(ChangeType typeOfChange, GlobalDiscoveryEntry globalDiscoveryEntry, String... partitions)voidGlobalCapabilitiesDirectorySubscriptionPublisherImpl. fireGlobalDiscoveryEntryChanged(ChangeType typeOfChange, GlobalDiscoveryEntry globalDiscoveryEntry, String... partitions)voidGlobalCapabilitiesDirectoryBroadcastInterface.GlobalDiscoveryEntryChangedBroadcastAdapter. onReceive(ChangeType typeOfChange, GlobalDiscoveryEntry globalDiscoveryEntry)voidGlobalCapabilitiesDirectoryBroadcastInterface.GlobalDiscoveryEntryChangedBroadcastListener. onReceive(ChangeType typeOfChange, GlobalDiscoveryEntry globalDiscoveryEntry) -
Uses of ChangeType in joynr.types
Methods in joynr.types that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberstatic ChangeTypeChangeType. 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.
-