Package joynr.infrastructure
Interface AccessControlListEditorAsync
-
- All Superinterfaces:
AccessControlListEditor
- All Known Subinterfaces:
AccessControlListEditorProxy
public interface AccessControlListEditorAsync extends AccessControlListEditor
-
-
Field Summary
-
Fields inherited from interface joynr.infrastructure.AccessControlListEditor
INTERFACE_NAME
-
-
Method Summary
-
-
-
Method Detail
-
updateMasterAccessControlEntry
Future<Boolean> updateMasterAccessControlEntry(Callback<Boolean> callback, MasterAccessControlEntry updatedMasterAce)
-
updateMasterAccessControlEntry
default Future<Boolean> updateMasterAccessControlEntry(Callback<Boolean> callback, MasterAccessControlEntry updatedMasterAce, MessagingQos messagingQos)
-
removeMasterAccessControlEntry
Future<Boolean> removeMasterAccessControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, String operation)
-
removeMasterAccessControlEntry
default Future<Boolean> removeMasterAccessControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
-
updateMediatorAccessControlEntry
Future<Boolean> updateMediatorAccessControlEntry(Callback<Boolean> callback, MasterAccessControlEntry updatedMediatorAce)
-
updateMediatorAccessControlEntry
default Future<Boolean> updateMediatorAccessControlEntry(Callback<Boolean> callback, MasterAccessControlEntry updatedMediatorAce, MessagingQos messagingQos)
-
removeMediatorAccessControlEntry
Future<Boolean> removeMediatorAccessControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, String operation)
-
removeMediatorAccessControlEntry
default Future<Boolean> removeMediatorAccessControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
-
updateOwnerAccessControlEntry
Future<Boolean> updateOwnerAccessControlEntry(Callback<Boolean> callback, OwnerAccessControlEntry updatedOwnerAce)
-
updateOwnerAccessControlEntry
default Future<Boolean> updateOwnerAccessControlEntry(Callback<Boolean> callback, OwnerAccessControlEntry updatedOwnerAce, MessagingQos messagingQos)
-
removeOwnerAccessControlEntry
Future<Boolean> removeOwnerAccessControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, String operation)
-
removeOwnerAccessControlEntry
default Future<Boolean> removeOwnerAccessControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
-
updateMasterRegistrationControlEntry
Future<Boolean> updateMasterRegistrationControlEntry(Callback<Boolean> callback, MasterRegistrationControlEntry updatedMasterRce)
-
updateMasterRegistrationControlEntry
default Future<Boolean> updateMasterRegistrationControlEntry(Callback<Boolean> callback, MasterRegistrationControlEntry updatedMasterRce, MessagingQos messagingQos)
-
removeMasterRegistrationControlEntry
Future<Boolean> removeMasterRegistrationControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName)
-
removeMasterRegistrationControlEntry
default Future<Boolean> removeMasterRegistrationControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, MessagingQos messagingQos)
-
updateMediatorRegistrationControlEntry
Future<Boolean> updateMediatorRegistrationControlEntry(Callback<Boolean> callback, MasterRegistrationControlEntry updatedMediatorRce)
-
updateMediatorRegistrationControlEntry
default Future<Boolean> updateMediatorRegistrationControlEntry(Callback<Boolean> callback, MasterRegistrationControlEntry updatedMediatorRce, MessagingQos messagingQos)
-
removeMediatorRegistrationControlEntry
Future<Boolean> removeMediatorRegistrationControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName)
-
removeMediatorRegistrationControlEntry
default Future<Boolean> removeMediatorRegistrationControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName, MessagingQos messagingQos)
-
updateOwnerRegistrationControlEntry
Future<Boolean> updateOwnerRegistrationControlEntry(Callback<Boolean> callback, OwnerRegistrationControlEntry updatedOwnerRce)
-
updateOwnerRegistrationControlEntry
default Future<Boolean> updateOwnerRegistrationControlEntry(Callback<Boolean> callback, OwnerRegistrationControlEntry updatedOwnerRce, MessagingQos messagingQos)
-
removeOwnerRegistrationControlEntry
Future<Boolean> removeOwnerRegistrationControlEntry(Callback<Boolean> callback, String uid, String domain, String interfaceName)
-
-