Uses of Class
net.jini.core.lookup.ServiceMatches
Packages that use ServiceMatches
-
Uses of ServiceMatches in com.sun.jini.reggie
Methods in com.sun.jini.reggie that return ServiceMatches -
Uses of ServiceMatches in net.jini.core.lookup
Methods in net.jini.core.lookup that return ServiceMatchesModifier and TypeMethodDescriptionServiceMatchesWrapper.get()RegistrarEventRegistration.getMatches()ServiceMatchesMerger.getServiceMatches()Returns an instance ofServiceMatcheswhich contains all the addedServiceItems.ServiceRegistrar.lookup(ServiceTemplate tmpl, int maxMatches) Returns at most maxMatches items matching the template, plus the total number of items that match the template.Methods in net.jini.core.lookup with parameters of type ServiceMatchesModifier and TypeMethodDescriptionvoidServiceMatchesMerger.addServiceItems(ServiceMatches matches) Adds ServiceItems extracted from the ServiceMatches.