Uses of Class
joynr.types.ProviderQos
-
Packages that use ProviderQos Package Description joynr.types -
-
Uses of ProviderQos in joynr.types
Methods in joynr.types that return ProviderQos Modifier and Type Method Description ProviderQosDiscoveryEntry. getQos()Gets QosMethods in joynr.types with parameters of type ProviderQos Modifier and Type Method Description voidDiscoveryEntry. setQos(ProviderQos qos)Sets QosConstructors in joynr.types with parameters of type ProviderQos Constructor Description DiscoveryEntry(Version providerVersion, String domain, String interfaceName, String participantId, ProviderQos qos, Long lastSeenDateMs, Long expiryDateMs, String publicKeyId)Parameterized constructorDiscoveryEntryWithMetaInfo(Version providerVersion, String domain, String interfaceName, String participantId, ProviderQos qos, Long lastSeenDateMs, Long expiryDateMs, String publicKeyId, Boolean isLocal)Parameterized constructorGlobalDiscoveryEntry(Version providerVersion, String domain, String interfaceName, String participantId, ProviderQos qos, Long lastSeenDateMs, Long expiryDateMs, String publicKeyId, String address)Parameterized constructorProviderQos(ProviderQos providerQosObj)Copy constructor
-