| Package | Description |
|---|---|
| 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.
|
| org.apache.river.reggie |
Provides implementations of
ServiceRegistrar. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ServiceMatches |
Matches.get()
Converts a Matches to a ServiceMatches.
|
ServiceMatches |
RegistrarProxy.lookup(ServiceTemplate tmpl,
int maxMatches) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.