|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jini.reggie.Item
public class Item
An Item contains the fields of a ServiceItem 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[] |
attributeSets
ServiceItem.attributeSets converted to EntryReps. |
String |
codebase
The codebase of the service object. |
MarshalledWrapper |
service
ServiceItem.service as a MarshalledWrapper. |
ServiceID |
serviceID
ServiceItem.serviceID. |
com.sun.jini.reggie.ServiceType |
serviceType
The Class of ServiceItem.service converted to ServiceType. |
| Constructor Summary | |
|---|---|
Item(ServiceItem item)
Converts a ServiceItem to an Item. |
|
| Method Summary | |
|---|---|
Object |
clone()
Deep clone. |
ServiceItem |
get()
Convert back to a ServiceItem. |
static ServiceItem[] |
toServiceItem(ArrayList reps)
Converts an ArrayList of Item to an array of ServiceItem. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ServiceID serviceID
public com.sun.jini.reggie.ServiceType serviceType
public String codebase
public MarshalledWrapper service
public EntryRep[] attributeSets
| Constructor Detail |
|---|
public Item(ServiceItem item)
throws RemoteException
RemoteException| Method Detail |
|---|
public ServiceItem get()
public Object clone()
clone in class Objectpublic static ServiceItem[] toServiceItem(ArrayList reps)
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||