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[] | attributeSetsServiceItem.attributeSets converted to EntryReps. | 
| String | codebaseThe codebase of the service object. | 
| MarshalledWrapper | serviceServiceItem.service as a MarshalledWrapper. | 
| ServiceID | serviceIDServiceItem.serviceID. | 
| com.sun.jini.reggie.ServiceType | serviceTypeThe 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.