|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.core.lookup.ServiceMatches
public class 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. |
Method Summary | |
---|---|
String |
toString()
Returns a String representation of this
ServiceMatches . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 itemsMethod Detail |
---|
public String toString()
String
representation of this
ServiceMatches
.
toString
in class Object
String
representation of this
ServiceMatches
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |