Class Matches

java.lang.Object
com.sun.jini.reggie.Matches
All Implemented Interfaces:
Serializable, ServiceMatchesWrapper

public class Matches extends Object implements 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 Details

    • items

      public ArrayList items
      ServiceMatches.items as an ArrayList of Item
    • totalMatches

      public int totalMatches
      ServiceMatches.totalMatches
  • Constructor Details

    • Matches

      public Matches(ArrayList items, int totalMatches)
      Simple constructor.
  • Method Details