| Package | Description | 
|---|---|
| net.jini.core.lookup | 
 These are the lookup service interfaces and classes. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
ServiceID | 
ServiceTemplate.serviceID
Service ID to match, or null. 
 | 
ServiceID | 
ServiceItem.serviceID
A service ID, or null if registering for the first time. 
 | 
protected ServiceID | 
ServiceEvent.serviceID
ServiceID of the item that triggered the event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceID | 
ServiceRegistration.getServiceID()
Returns the service ID for this service. 
 | 
ServiceID | 
ServiceRegistrar.getServiceID()
Returns the service ID of the lookup service. 
 | 
ServiceID | 
ServiceEvent.getServiceID()
Returns the serviceID of the item that triggered the event. 
 | 
| Constructor and Description | 
|---|
ServiceEvent(Object source,
            long eventID,
            long seqNo,
            MarshalledObject handback,
            ServiceID serviceID,
            int transition)
Simple constructor. 
 | 
ServiceItem(ServiceID serviceID,
           Object service,
           Entry[] attrSets)
Simple constructor. 
 | 
ServiceTemplate(ServiceID serviceID,
               Class[] serviceTypes,
               Entry[] attrSetTemplates)
Simple constructor. 
 |