Package com.sun.jini.reggie
Class Matches
java.lang.Object
com.sun.jini.reggie.Matches
- All Implemented Interfaces:
Serializable,ServiceMatchesWrapper
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.
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionServiceMatches.items as an ArrayList of ItemintServiceMatches.totalMatches -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
ServiceMatches.items as an ArrayList of Item -
totalMatches
public int totalMatchesServiceMatches.totalMatches
-
-
Constructor Details
-
Matches
Simple constructor.
-
-
Method Details
-
get
Converts a Matches to a ServiceMatches.- Specified by:
getin interfaceServiceMatchesWrapper- Throws:
RemoteException
-