Class Template

java.lang.Object
com.sun.jini.reggie.Template
All Implemented Interfaces:
Serializable

public class Template extends Object implements Serializable
A Template contains the fields of a ServiceTemplate 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

    • serviceID

      public ServiceID serviceID
      ServiceTemplate.serviceID
    • serviceTypes

      public com.sun.jini.reggie.ServiceType[] serviceTypes
      ServiceTemplate.serviceTypes converted to ServiceTypes
    • attributeSetTemplates

      public EntryRep[] attributeSetTemplates
      ServiceTemplate.attributeSetTemplates converted to EntryReps
  • Constructor Details

  • Method Details