Package net.jini.core.lookup
Class ServiceMatches
java.lang.Object
net.jini.core.lookup.ServiceMatches
- All Implemented Interfaces:
Serializable
An instance of this class is used for the return value when looking up multiple items in the
lookup service.
- Since:
- 1.0
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionMatching items (up to maxMatches from lookup method).intTotal number of matching items. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
Matching items (up to maxMatches from lookup method). -
totalMatches
public int totalMatchesTotal number of matching items.
-
-
Constructor Details
-
ServiceMatches
Simple constructor.- Parameters:
items- matching itemstotalMatches- total number of matching items
-
-
Method Details