public class ServiceMatches extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
ServiceItem[] |
items
Matching items (up to maxMatches from lookup method).
|
int |
totalMatches
Total number of matching items.
|
Constructor and Description |
---|
ServiceMatches(ServiceItem[] items,
int totalMatches)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a
String representation of this ServiceMatches . |
public ServiceItem[] items
public int totalMatches
public ServiceMatches(ServiceItem[] items, int totalMatches)
items
- matching itemstotalMatches
- total number of matching itemsCopyright © GigaSpaces.