| Package | Description |
|---|---|
| joynr.infrastructure | |
| joynr.system |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
GlobalCapabilitiesDirectoryAsync.add(Callback<Void> callback,
GlobalDiscoveryEntry globalDiscoveryEntry) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.add(Callback<Void> callback,
GlobalDiscoveryEntry[] globalDiscoveryEntries) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.add(Callback<Void> callback,
GlobalDiscoveryEntry[] globalDiscoveryEntries,
MessagingQos messagingQos) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.add(Callback<Void> callback,
GlobalDiscoveryEntry globalDiscoveryEntry,
MessagingQos messagingQos) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.add(CallbackWithModeledError<Void,DiscoveryError> callback,
GlobalDiscoveryEntry globalDiscoveryEntry,
String[] gbids) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.add(CallbackWithModeledError<Void,DiscoveryError> callback,
GlobalDiscoveryEntry globalDiscoveryEntry,
String[] gbids,
MessagingQos messagingQos) |
Future<GlobalDiscoveryEntry[]> |
GlobalCapabilitiesDirectoryAsync.lookup(Callback<GlobalDiscoveryEntry[]> callback,
String[] domains,
String interfaceName) |
default Future<GlobalDiscoveryEntry[]> |
GlobalCapabilitiesDirectoryAsync.lookup(Callback<GlobalDiscoveryEntry[]> callback,
String[] domains,
String interfaceName,
MessagingQos messagingQos) |
Future<GlobalDiscoveryEntry> |
GlobalCapabilitiesDirectoryAsync.lookup(Callback<GlobalDiscoveryEntry> callback,
String participantId) |
default Future<GlobalDiscoveryEntry> |
GlobalCapabilitiesDirectoryAsync.lookup(Callback<GlobalDiscoveryEntry> callback,
String participantId,
MessagingQos messagingQos) |
Future<GlobalDiscoveryEntry[]> |
GlobalCapabilitiesDirectoryAsync.lookup(CallbackWithModeledError<GlobalDiscoveryEntry[],DiscoveryError> callback,
String[] domains,
String interfaceName,
String[] gbids) |
default Future<GlobalDiscoveryEntry[]> |
GlobalCapabilitiesDirectoryAsync.lookup(CallbackWithModeledError<GlobalDiscoveryEntry[],DiscoveryError> callback,
String[] domains,
String interfaceName,
String[] gbids,
MessagingQos messagingQos) |
Future<GlobalDiscoveryEntry> |
GlobalCapabilitiesDirectoryAsync.lookup(CallbackWithModeledError<GlobalDiscoveryEntry,DiscoveryError> callback,
String participantId,
String[] gbids) |
default Future<GlobalDiscoveryEntry> |
GlobalCapabilitiesDirectoryAsync.lookup(CallbackWithModeledError<GlobalDiscoveryEntry,DiscoveryError> callback,
String participantId,
String[] gbids,
MessagingQos messagingQos) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.remove(Callback<Void> callback,
String participantId) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.remove(Callback<Void> callback,
String[] participantIds) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.remove(Callback<Void> callback,
String[] participantIds,
MessagingQos messagingQos) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.remove(Callback<Void> callback,
String participantId,
MessagingQos messagingQos) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.remove(CallbackWithModeledError<Void,DiscoveryError> callback,
String participantId,
String[] gbids) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.remove(CallbackWithModeledError<Void,DiscoveryError> callback,
String participantId,
String[] gbids,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.removeMasterAccessControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
String operation) |
default Future<Boolean> |
AccessControlListEditorAsync.removeMasterAccessControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
String operation,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.removeMasterRegistrationControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName) |
default Future<Boolean> |
AccessControlListEditorAsync.removeMasterRegistrationControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.removeMediatorAccessControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
String operation) |
default Future<Boolean> |
AccessControlListEditorAsync.removeMediatorAccessControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
String operation,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.removeMediatorRegistrationControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName) |
default Future<Boolean> |
AccessControlListEditorAsync.removeMediatorRegistrationControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.removeOwnerAccessControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
String operation) |
default Future<Boolean> |
AccessControlListEditorAsync.removeOwnerAccessControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
String operation,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.removeOwnerRegistrationControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName) |
default Future<Boolean> |
AccessControlListEditorAsync.removeOwnerRegistrationControlEntry(Callback<Boolean> callback,
String uid,
String domain,
String interfaceName,
MessagingQos messagingQos) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.removeStale(Callback<Void> callback,
String clusterControllerId,
Long maxLastSeenDateMs) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.removeStale(Callback<Void> callback,
String clusterControllerId,
Long maxLastSeenDateMs,
MessagingQos messagingQos) |
Future<String> |
GlobalCapabilitiesDirectoryBroadcastInterface.subscribeToGlobalDiscoveryEntryChangedBroadcast(GlobalCapabilitiesDirectoryBroadcastInterface.GlobalDiscoveryEntryChangedBroadcastListener subscriptionListener,
MulticastSubscriptionQos subscriptionQos,
String... partitions) |
Future<String> |
GlobalCapabilitiesDirectoryBroadcastInterface.subscribeToGlobalDiscoveryEntryChangedBroadcast(String subscriptionId,
GlobalCapabilitiesDirectoryBroadcastInterface.GlobalDiscoveryEntryChangedBroadcastListener subscriptionListener,
MulticastSubscriptionQos subscriptionQos,
String... partitions) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.touch(Callback<Void> callback,
String clusterControllerId) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.touch(Callback<Void> callback,
String clusterControllerId,
MessagingQos messagingQos) |
Future<Void> |
GlobalCapabilitiesDirectoryAsync.touch(Callback<Void> callback,
String clusterControllerId,
String[] participantIds) |
default Future<Void> |
GlobalCapabilitiesDirectoryAsync.touch(Callback<Void> callback,
String clusterControllerId,
String[] participantIds,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.updateMasterAccessControlEntry(Callback<Boolean> callback,
MasterAccessControlEntry updatedMasterAce) |
default Future<Boolean> |
AccessControlListEditorAsync.updateMasterAccessControlEntry(Callback<Boolean> callback,
MasterAccessControlEntry updatedMasterAce,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.updateMasterRegistrationControlEntry(Callback<Boolean> callback,
MasterRegistrationControlEntry updatedMasterRce) |
default Future<Boolean> |
AccessControlListEditorAsync.updateMasterRegistrationControlEntry(Callback<Boolean> callback,
MasterRegistrationControlEntry updatedMasterRce,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.updateMediatorAccessControlEntry(Callback<Boolean> callback,
MasterAccessControlEntry updatedMediatorAce) |
default Future<Boolean> |
AccessControlListEditorAsync.updateMediatorAccessControlEntry(Callback<Boolean> callback,
MasterAccessControlEntry updatedMediatorAce,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.updateMediatorRegistrationControlEntry(Callback<Boolean> callback,
MasterRegistrationControlEntry updatedMediatorRce) |
default Future<Boolean> |
AccessControlListEditorAsync.updateMediatorRegistrationControlEntry(Callback<Boolean> callback,
MasterRegistrationControlEntry updatedMediatorRce,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.updateOwnerAccessControlEntry(Callback<Boolean> callback,
OwnerAccessControlEntry updatedOwnerAce) |
default Future<Boolean> |
AccessControlListEditorAsync.updateOwnerAccessControlEntry(Callback<Boolean> callback,
OwnerAccessControlEntry updatedOwnerAce,
MessagingQos messagingQos) |
Future<Boolean> |
AccessControlListEditorAsync.updateOwnerRegistrationControlEntry(Callback<Boolean> callback,
OwnerRegistrationControlEntry updatedOwnerRce) |
default Future<Boolean> |
AccessControlListEditorAsync.updateOwnerRegistrationControlEntry(Callback<Boolean> callback,
OwnerRegistrationControlEntry updatedOwnerRce,
MessagingQos messagingQos) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
DiscoveryAsync.add(Callback<Void> callback,
DiscoveryEntry discoveryEntry) |
Future<Void> |
DiscoveryAsync.add(Callback<Void> callback,
DiscoveryEntry discoveryEntry,
Boolean awaitGlobalRegistration) |
default Future<Void> |
DiscoveryAsync.add(Callback<Void> callback,
DiscoveryEntry discoveryEntry,
Boolean awaitGlobalRegistration,
MessagingQos messagingQos) |
default Future<Void> |
DiscoveryAsync.add(Callback<Void> callback,
DiscoveryEntry discoveryEntry,
MessagingQos messagingQos) |
Future<Void> |
DiscoveryAsync.add(CallbackWithModeledError<Void,DiscoveryError> callback,
DiscoveryEntry discoveryEntry,
Boolean awaitGlobalRegistration,
String[] gbids) |
default Future<Void> |
DiscoveryAsync.add(CallbackWithModeledError<Void,DiscoveryError> callback,
DiscoveryEntry discoveryEntry,
Boolean awaitGlobalRegistration,
String[] gbids,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId) |
default Future<Void> |
RoutingAsync.addMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
BinderAddress binderAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
BinderAddress binderAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
BrowserAddress browserAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
BrowserAddress browserAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
ChannelAddress channelAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
ChannelAddress channelAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
MqttAddress mqttAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
MqttAddress mqttAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
UdsAddress udsAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
UdsAddress udsAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
UdsClientAddress udsClientAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
UdsClientAddress udsClientAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
WebSocketAddress webSocketAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
WebSocketAddress webSocketAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
WebSocketClientAddress webSocketClientAddress,
Boolean isGloballyVisible) |
default Future<Void> |
RoutingAsync.addNextHop(Callback<Void> callback,
String participantId,
WebSocketClientAddress webSocketClientAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
DiscoveryAsync.addToAll(CallbackWithModeledError<Void,DiscoveryError> callback,
DiscoveryEntry discoveryEntry,
Boolean awaitGlobalRegistration) |
default Future<Void> |
DiscoveryAsync.addToAll(CallbackWithModeledError<Void,DiscoveryError> callback,
DiscoveryEntry discoveryEntry,
Boolean awaitGlobalRegistration,
MessagingQos messagingQos) |
Future<String> |
RoutingAsync.getGlobalAddress(Callback<String> callback) |
default Future<String> |
RoutingAsync.getGlobalAddress(Callback<String> callback,
MessagingQos messagingQos) |
Future<String> |
RoutingAsync.getReplyToAddress(Callback<String> callback) |
default Future<String> |
RoutingAsync.getReplyToAddress(Callback<String> callback,
MessagingQos messagingQos) |
Future<DiscoveryEntryWithMetaInfo[]> |
DiscoveryAsync.lookup(Callback<DiscoveryEntryWithMetaInfo[]> callback,
String[] domains,
String interfaceName,
DiscoveryQos discoveryQos) |
default Future<DiscoveryEntryWithMetaInfo[]> |
DiscoveryAsync.lookup(Callback<DiscoveryEntryWithMetaInfo[]> callback,
String[] domains,
String interfaceName,
DiscoveryQos discoveryQos,
MessagingQos messagingQos) |
Future<DiscoveryEntryWithMetaInfo> |
DiscoveryAsync.lookup(Callback<DiscoveryEntryWithMetaInfo> callback,
String participantId) |
default Future<DiscoveryEntryWithMetaInfo> |
DiscoveryAsync.lookup(Callback<DiscoveryEntryWithMetaInfo> callback,
String participantId,
MessagingQos messagingQos) |
Future<DiscoveryEntryWithMetaInfo[]> |
DiscoveryAsync.lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo[],DiscoveryError> callback,
String[] domains,
String interfaceName,
DiscoveryQos discoveryQos,
String[] gbids) |
default Future<DiscoveryEntryWithMetaInfo[]> |
DiscoveryAsync.lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo[],DiscoveryError> callback,
String[] domains,
String interfaceName,
DiscoveryQos discoveryQos,
String[] gbids,
MessagingQos messagingQos) |
Future<DiscoveryEntryWithMetaInfo> |
DiscoveryAsync.lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback,
String participantId,
DiscoveryQos discoveryQos,
String[] gbids) |
default Future<DiscoveryEntryWithMetaInfo> |
DiscoveryAsync.lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback,
String participantId,
DiscoveryQos discoveryQos,
String[] gbids,
MessagingQos messagingQos) |
Future<Void> |
DiscoveryAsync.remove(Callback<Void> callback,
String participantId) |
default Future<Void> |
DiscoveryAsync.remove(Callback<Void> callback,
String participantId,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.removeMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId) |
default Future<Void> |
RoutingAsync.removeMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId,
MessagingQos messagingQos) |
Future<Void> |
RoutingAsync.removeNextHop(Callback<Void> callback,
String participantId) |
default Future<Void> |
RoutingAsync.removeNextHop(Callback<Void> callback,
String participantId,
MessagingQos messagingQos) |
Future<Boolean> |
RoutingAsync.resolveNextHop(Callback<Boolean> callback,
String participantId) |
default Future<Boolean> |
RoutingAsync.resolveNextHop(Callback<Boolean> callback,
String participantId,
MessagingQos messagingQos) |
Future<String> |
RoutingSubscriptionInterface.subscribeToGlobalAddress(AttributeSubscriptionListener<String> listener,
SubscriptionQos subscriptionQos) |
Future<String> |
RoutingSubscriptionInterface.subscribeToGlobalAddress(String subscriptionId,
AttributeSubscriptionListener<String> listener,
SubscriptionQos subscriptionQos) |
Future<String> |
MessageNotificationBroadcastInterface.subscribeToMessageQueuedForDeliveryBroadcast(MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastListener broadcastListener,
OnChangeSubscriptionQos subscriptionQos,
MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastFilterParameters filterParameters) |
Future<String> |
MessageNotificationBroadcastInterface.subscribeToMessageQueuedForDeliveryBroadcast(String subscriptionId,
MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastListener broadcastListener,
OnChangeSubscriptionQos subscriptionQos,
MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastFilterParameters filterParameters) |
Future<String> |
RoutingSubscriptionInterface.subscribeToReplyToAddress(AttributeSubscriptionListener<String> listener,
SubscriptionQos subscriptionQos) |
Future<String> |
RoutingSubscriptionInterface.subscribeToReplyToAddress(String subscriptionId,
AttributeSubscriptionListener<String> listener,
SubscriptionQos subscriptionQos) |
Future<Void> |
ProviderReregistrationControllerAsync.triggerGlobalProviderReregistration(Callback<Void> callback) |
default Future<Void> |
ProviderReregistrationControllerAsync.triggerGlobalProviderReregistration(Callback<Void> callback,
MessagingQos messagingQos) |
Copyright © 2021. All rights reserved.