|
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 com.sun.jini.reggie.Matches
public class Matches
A Matches contains the fields of a ServiceMatches packaged up for transmission between client-side proxies and the registrar server. Instances are never visible to clients, they are private to the communication between the proxies and the server.
This class only has a bare minimum of methods, to minimize the amount of code downloaded into clients.
Field Summary | |
---|---|
ArrayList |
items
ServiceMatches.items as an ArrayList of Item |
int |
totalMatches
ServiceMatches.totalMatches |
Constructor Summary | |
---|---|
Matches(ArrayList items,
int totalMatches)
Simple constructor. |
Method Summary | |
---|---|
ServiceMatches |
get()
Converts a Matches to a ServiceMatches. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ArrayList items
public int totalMatches
Constructor Detail |
---|
public Matches(ArrayList items, int totalMatches)
Method Detail |
---|
public ServiceMatches get() throws RemoteException
get
in interface ServiceMatchesWrapper
RemoteException
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |