Package com.sun.jini.reggie
Class Template
java.lang.Object
com.sun.jini.reggie.Template
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionEntryRep[]ServiceTemplate.attributeSetTemplates converted to EntryRepsServiceTemplate.serviceIDcom.sun.jini.reggie.ServiceType[]ServiceTemplate.serviceTypes converted to ServiceTypes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serviceID
ServiceTemplate.serviceID -
serviceTypes
public com.sun.jini.reggie.ServiceType[] serviceTypesServiceTemplate.serviceTypes converted to ServiceTypes -
attributeSetTemplates
ServiceTemplate.attributeSetTemplates converted to EntryReps
-
-
Constructor Details
-
Template
Converts a ServiceTemplate to a Template. Any exception that results is bundled up into a MarshalException.- Throws:
RemoteException
-
-
Method Details