|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jini.reggie.Template
public 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 |
ServiceID |
serviceID
ServiceTemplate.serviceID |
com.sun.jini.reggie.ServiceType[] |
serviceTypes
ServiceTemplate.serviceTypes converted to ServiceTypes |
Constructor Summary | |
---|---|
Template(ServiceTemplate tmpl)
Converts a ServiceTemplate to a Template. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public ServiceID serviceID
public com.sun.jini.reggie.ServiceType[] serviceTypes
public EntryRep[] attributeSetTemplates
Constructor Detail |
---|
public Template(ServiceTemplate tmpl) throws RemoteException
RemoteException
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |