Uses of Class
joynr.types.Version
-
Packages that use Version Package Description io.joynr.exceptions io.joynr.util joynr.exceptions joynr.types -
-
Uses of Version in io.joynr.exceptions
Methods in io.joynr.exceptions that return Version Modifier and Type Method Description VersionNoCompatibleProviderFoundException. getInterfaceVersion()Methods in io.joynr.exceptions that return types with arguments of type Version Modifier and Type Method Description Set<Version>NoCompatibleProviderFoundException. getDiscoveredVersions()Set<Version>MultiDomainNoCompatibleProviderFoundException. getDiscoveredVersionsForDomain(String domain)Returns the set of versions which were discovered for a given domain.Constructors in io.joynr.exceptions with parameters of type Version Constructor Description NoCompatibleProviderFoundException(String interfaceName, Version interfaceVersion, String domain, Set<Version> discoveredVersions)Constructor for a NoCompatibleProviderFoundException with the name of the interface for which no compatible version was found and a set of versions for which providers were found.Constructor parameters in io.joynr.exceptions with type arguments of type Version Constructor Description NoCompatibleProviderFoundException(String interfaceName, Version interfaceVersion, String domain, Set<Version> discoveredVersions)Constructor for a NoCompatibleProviderFoundException with the name of the interface for which no compatible version was found and a set of versions for which providers were found. -
Uses of Version in io.joynr.util
Methods in io.joynr.util that return Version Modifier and Type Method Description static VersionVersionUtil. getVersionFromAnnotation(Class<?> annotatedClass) -
Uses of Version in joynr.exceptions
Methods in joynr.exceptions that return Version Modifier and Type Method Description VersionMethodInvocationException. getProviderVersion()Gets the version of the provider which could not handle the method invocationConstructors in joynr.exceptions with parameters of type Version Constructor Description MethodInvocationException(Exception cause, Version providerVersion)Constructor for a MethodInvocationException with detail message.MethodInvocationException(String message, Version providerVersion)Constructor for a MethodInvocationException with detail message. -
Uses of Version in joynr.types
Methods in joynr.types that return Version Modifier and Type Method Description VersionDiscoveryEntry. getProviderVersion()Gets ProviderVersionMethods in joynr.types with parameters of type Version Modifier and Type Method Description voidDiscoveryEntry. setProviderVersion(Version providerVersion)Sets ProviderVersionConstructors in joynr.types with parameters of type Version 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 constructorVersion(Version versionObj)Copy constructor
-