|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 items| Method Detail |
|---|
public String toString()
String representation of this
ServiceMatches.
toString in class ObjectString representation of this
ServiceMatches
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||