|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.Template
class Template
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.
Field Summary | |
---|---|
EntryRep[] |
attributeSetTemplates
ServiceTemplate.attributeSetTemplates converted to EntryReps |
private static long |
serialVersionUID
|
ServiceID |
serviceID
ServiceTemplate.serviceID |
ServiceType[] |
serviceTypes
ServiceTemplate.serviceTypes converted to ServiceTypes |
Constructor Summary | |
---|---|
Template(ServiceTemplate tmpl)
Converts a ServiceTemplate to a Template. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public ServiceID serviceID
public ServiceType[] serviceTypes
public EntryRep[] attributeSetTemplates
Constructor Detail |
---|
public Template(ServiceTemplate tmpl) throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |