public class Item extends Object implements Serializable, Cloneable
This class only has a bare minimum of methods, to minimize the amount of code downloaded into clients.
| Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
Item(ServiceItem item)
Converts a ServiceItem to an Item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public ServiceID serviceID
public com.sun.jini.reggie.ServiceType serviceType
public String codebase
public MarshalledWrapper service
public EntryRep[] attributeSets
public Item(ServiceItem item) throws RemoteException
RemoteExceptionpublic ServiceItem get()
public Object clone()
public static ServiceItem[] toServiceItem(ArrayList reps)
Copyright © GigaSpaces.