Uses of Class
io.joynr.proxy.Callback
-
Packages that use Callback Package Description io.joynr.proxy joynr.infrastructure joynr.system -
-
Uses of Callback in io.joynr.proxy
Subclasses of Callback in io.joynr.proxy Modifier and Type Class Description classCallbackWithModeledError<T,U extends Enum<?>> -
Uses of Callback in joynr.infrastructure
Methods in joynr.infrastructure with parameters of type Callback Modifier and Type Method 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<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<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<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<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) -
Uses of Callback in joynr.system
Methods in joynr.system with parameters of type Callback Modifier and Type Method Description Future<Void>DiscoveryAsync. add(Callback<Void> callback, DiscoveryEntry discoveryEntry)default Future<Void>DiscoveryAsync. add(Callback<Void> callback, DiscoveryEntry discoveryEntry, MessagingQos messagingQos)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)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<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<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<Void>ProviderReregistrationControllerAsync. triggerGlobalProviderReregistration(Callback<Void> callback)default Future<Void>ProviderReregistrationControllerAsync. triggerGlobalProviderReregistration(Callback<Void> callback, MessagingQos messagingQos)
-