Uses of Class
net.jini.core.lookup.ServiceMatches

Packages that use ServiceMatches
com.sun.jini.reggie Provides implementations of ServiceRegistrar
net.jini.core.lookup These are the lookup service interfaces and classes. 
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of ServiceMatches in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie that return ServiceMatches
(package private)  ServiceMatches Matches.get()
          Converts a Matches to a ServiceMatches.
 ServiceMatches RegistrarProxy.lookup(ServiceTemplate tmpl, int maxMatches)
           
 

Uses of ServiceMatches in net.jini.core.lookup
 

Methods in net.jini.core.lookup that return ServiceMatches
 ServiceMatches ServiceRegistrar.lookup(ServiceTemplate tmpl, int maxMatches)
          Returns at most maxMatches items matching the template, plus the total number of items that match the template.
 

Uses of ServiceMatches in net.jini.lookup
 

Methods in net.jini.lookup with parameters of type ServiceMatches
private  ServiceItem ServiceDiscoveryManager.getMatchedServiceItem(ServiceMatches sm, ServiceItemFilter filter)
          From the given set of ServiceMatches, randomly selects and returns a ServiceItem that matches the given filter (if applicable).
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.