Uses of Class
joynr.types.DiscoveryEntryWithMetaInfo
-
Packages that use DiscoveryEntryWithMetaInfo Package Description joynr.system joynr.types -
-
Uses of DiscoveryEntryWithMetaInfo in joynr.system
Methods in joynr.system that return DiscoveryEntryWithMetaInfo Modifier and Type Method Description DiscoveryEntryWithMetaInfoDiscoverySync. lookup(String participantId)DiscoveryEntryWithMetaInfo[]DiscoverySync. lookup(String[] domains, String interfaceName, DiscoveryQos discoveryQos)default DiscoveryEntryWithMetaInfo[]DiscoverySync. lookup(String[] domains, String interfaceName, DiscoveryQos discoveryQos, MessagingQos messagingQos)DiscoveryEntryWithMetaInfo[]DiscoverySync. lookup(String[] domains, String interfaceName, DiscoveryQos discoveryQos, String[] gbids)default DiscoveryEntryWithMetaInfo[]DiscoverySync. lookup(String[] domains, String interfaceName, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)default DiscoveryEntryWithMetaInfoDiscoverySync. lookup(String participantId, MessagingQos messagingQos)DiscoveryEntryWithMetaInfoDiscoverySync. lookup(String participantId, DiscoveryQos discoveryQos, String[] gbids)default DiscoveryEntryWithMetaInfoDiscoverySync. lookup(String participantId, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)Methods in joynr.system that return types with arguments of type DiscoveryEntryWithMetaInfo Modifier and Type Method Description 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 participantId, DiscoveryQos discoveryQos, String[] gbids)default Future<DiscoveryEntryWithMetaInfo>DiscoveryAsync. lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback, String participantId, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)Methods in joynr.system with parameters of type DiscoveryEntryWithMetaInfo Modifier and Type Method Description default voidDiscoveryStatelessAsyncCallback. lookupSuccess(DiscoveryEntryWithMetaInfo[] result, ReplyContext replyContext)default voidDiscoveryStatelessAsyncCallback. lookupSuccess(DiscoveryEntryWithMetaInfo result, ReplyContext replyContext)booleanDiscoveryProvider.Lookup1Deferred. resolve(DiscoveryEntryWithMetaInfo[] result)booleanDiscoveryProvider.Lookup2Deferred. resolve(DiscoveryEntryWithMetaInfo[] result)booleanDiscoveryProvider.Lookup3Deferred. resolve(DiscoveryEntryWithMetaInfo result)booleanDiscoveryProvider.Lookup4Deferred. resolve(DiscoveryEntryWithMetaInfo result)Method parameters in joynr.system with type arguments of type DiscoveryEntryWithMetaInfo Modifier and Type Method Description 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 participantId, DiscoveryQos discoveryQos, String[] gbids)default Future<DiscoveryEntryWithMetaInfo>DiscoveryAsync. lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback, String participantId, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos) -
Uses of DiscoveryEntryWithMetaInfo in joynr.types
Constructors in joynr.types with parameters of type DiscoveryEntryWithMetaInfo Constructor Description DiscoveryEntryWithMetaInfo(DiscoveryEntryWithMetaInfo discoveryEntryWithMetaInfoObj)Copy constructor
-