| Package | Description |
|---|---|
| io.joynr.exceptions | |
| io.joynr.util | |
| joynr.exceptions | |
| joynr.types |
| Modifier and Type | Method and Description |
|---|---|
Version |
NoCompatibleProviderFoundException.getInterfaceVersion() |
| Modifier and Type | Method and Description |
|---|---|
Set<Version> |
NoCompatibleProviderFoundException.getDiscoveredVersions() |
Set<Version> |
MultiDomainNoCompatibleProviderFoundException.getDiscoveredVersionsForDomain(String domain)
Returns the set of versions which were discovered for a given domain.
|
| Constructor and 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 and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
VersionUtil.getVersionFromAnnotation(Class<?> annotatedClass) |
| Modifier and Type | Method and Description |
|---|---|
Version |
MethodInvocationException.getProviderVersion()
Gets the version of the provider which could not handle the method invocation
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
DiscoveryEntry.getProviderVersion()
Gets ProviderVersion
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryEntry.setProviderVersion(Version providerVersion)
Sets ProviderVersion
|
| Constructor and Description |
|---|
DiscoveryEntry(Version providerVersion,
String domain,
String interfaceName,
String participantId,
ProviderQos qos,
Long lastSeenDateMs,
Long expiryDateMs,
String publicKeyId)
Parameterized constructor
|
DiscoveryEntryWithMetaInfo(Version providerVersion,
String domain,
String interfaceName,
String participantId,
ProviderQos qos,
Long lastSeenDateMs,
Long expiryDateMs,
String publicKeyId,
Boolean isLocal)
Parameterized constructor
|
GlobalDiscoveryEntry(Version providerVersion,
String domain,
String interfaceName,
String participantId,
ProviderQos qos,
Long lastSeenDateMs,
Long expiryDateMs,
String publicKeyId,
String address)
Parameterized constructor
|
Version(Version versionObj)
Copy constructor
|
Copyright © 2021. All rights reserved.