Uses of Interface
io.joynr.subtypes.JoynrType
-
Packages that use JoynrType Package Description io.joynr.exceptions io.joynr.pubsub joynr joynr.exceptions joynr.infrastructure.DacTypes joynr.system joynr.system.RoutingTypes joynr.types -
-
Uses of JoynrType in io.joynr.exceptions
Subinterfaces of JoynrType in io.joynr.exceptions Modifier and Type Interface Description interfaceJoynrExceptionClasses in io.joynr.exceptions that implement JoynrType Modifier and Type Class Description classDiscoveryExceptionJoynr exception to report errors during discovery.classJoynrCommunicationExceptionThis exception is thrown, when synchronous communication via Joyn messaging fails for whatever reasonclassJoynrDelayMessageExceptionclassJoynrIllegalStateExceptionclassJoynrMessageExpiredExceptionclassJoynrMessageNotSentExceptionclassJoynrRequestInterruptedExceptionclassJoynrRuntimeExceptionclassJoynrSendBufferFullExceptionclassJoynrSerializationExceptionclassJoynrShutdownExceptionclassJoynrTimeoutExceptionclassJoynrWaitExpiredExceptionclassMultiDomainNoCompatibleProviderFoundExceptionThis exception is thrown when a multi-domain proxy encountersNoCompatibleProviderFoundExceptionfor any of the domains being queried.classNoCompatibleProviderFoundExceptionJoynr exception to report arbitration failures because of version incompatibility.classSubscriptionException -
Uses of JoynrType in io.joynr.pubsub
Classes in io.joynr.pubsub that implement JoynrType Modifier and Type Class Description classSubscriptionQosBase class representing the subscription quality of service settings. -
Uses of JoynrType in joynr
Classes in joynr that implement JoynrType Modifier and Type Class Description classBroadcastFilterParametersclassMulticastSubscriptionQosClass representing the quality of service settings for non-selective broadcastsclassOnChangeSubscriptionQosClass representing the quality of service settings for subscriptions based on changes.classOnChangeWithKeepAliveSubscriptionQosClass representing the quality of service settings for subscriptions based on changes and time periods
This class stores quality of service settings used for subscriptions to attributes in generated proxy objects.classPeriodicSubscriptionQosClass representing the quality of service settings for subscriptions based on time periods.classUnicastSubscriptionQosClass representing the quality of service settings for non-selective broadcasts -
Uses of JoynrType in joynr.exceptions
Classes in joynr.exceptions that implement JoynrType Modifier and Type Class Description classApplicationExceptionJoynr exception used to return error enums defined in the corresponding Franca model file from provider to consumer.classIllegalAccessExceptionJoynr exception to report access control errors.classMethodInvocationExceptionJoynr exception class to report error during method invocations (RPC) at a provider ("no such method", invalid arguments, etc.)classProviderRuntimeExceptionJoynr exception to report errors at the provider if no error enums are defined in the corresponding Franca model file.classPublicationMissedExceptionJoynr exception to report missed periodic publications. -
Uses of JoynrType in joynr.infrastructure.DacTypes
Classes in joynr.infrastructure.DacTypes that implement JoynrType Modifier and Type Class Description classControlEntryThe Control Entry (CE) stores access permissions of users for a domain/interface combination.classDomainRoleEntryThe Domain Role Entry (DRE) stores domains for users/role combination.classMasterAccessControlEntryThe Master Access Control Entry (Master ACE) stores default consumer permissions of users for a domain/interface/operations combination.classMasterControlEntryThe Master Control Entry (Master CE) stores default Trust Levels (TLs) of users that must be met to apply this CE or to change this CE.classMasterRegistrationControlEntryThe Master Registration Control Entry (Master RCE) stores default provider permissions of users for a domain/interface combination.classOwnerAccessControlEntryThe Owner Access Control Entry (Owner ACE) stores consumer permissions of users for a domain/interface/operation combination.classOwnerControlEntryThe Owner Control Entry (Owner CE) stores Trust Levels (TLs) of users that must be met to apply this CE or to change this CE.classOwnerRegistrationControlEntryThe Owner Registration Control Entry (Owner RCE) stores provider permissions of users for a domain/interface combination. -
Uses of JoynrType in joynr.system
Classes in joynr.system that implement JoynrType Modifier and Type Class Description static classMessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastFilterParameters -
Uses of JoynrType in joynr.system.RoutingTypes
Classes in joynr.system.RoutingTypes that implement JoynrType Modifier and Type Class Description classAddressGeneric AddressclassBinderAddressBinderAddress client addressclassBrowserAddressBrowser addressclassChannelAddressChannel AddressclassLocalAddressLocal AddressclassMqttAddressMqtt AddressclassUdsAddressUnix domain socket server addressclassUdsClientAddressUnix domain socket client addressclassWebSocketAddressWebsocket addressclassWebSocketClientAddressWebsocket client address -
Uses of JoynrType in joynr.types
Classes in joynr.types that implement JoynrType Modifier and Type Class Description classCustomParametera custom parameter consisting of a name and a valueclassDiscoveryEntryStores information about a provider instance and is used to communicate capabilities between a cluster controller and a lib-joynr instance.classDiscoveryEntryWithMetaInfoUsed for lookups between libjoynr and a cluster controller.classDiscoveryQosDiscovery quality of service settingsclassGlobalDiscoveryEntryGlobalDiscoveryEntry stores information about a provider instance and extends DiscoveryEntry by adding transport middleware specific address information.classProviderQosthe provider quality of service settingsclassVersiona version information
-