|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.jini.core.lookup.ServiceMatches
An instance of this class is used for the return value when looking up multiple items in the lookup service.
| Field Summary | |
ServiceItem[] |
items
Matching items (up to maxMatches from lookup method) |
int |
totalMatches
Total number of matching items |
| Constructor Summary | |
ServiceMatches(ServiceItem[] items,
int totalMatches)
Simple constructor. |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public ServiceItem[] items
public int totalMatches
| Constructor Detail |
public ServiceMatches(ServiceItem[] items,
int totalMatches)
items - matching itemstotalMatches - total number of matching items
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||