Uses of Class
net.jini.core.lookup.ServiceID

Packages that use ServiceID
net.jini.core.lookup These are the lookup service interfaces and classes. 
 

Uses of ServiceID in net.jini.core.lookup
 

Fields in net.jini.core.lookup declared as ServiceID
 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.
 

Methods in net.jini.core.lookup that return ServiceID
 ServiceID ServiceRegistration.getServiceID()
          Returns the service ID for this service.
 ServiceID ServiceEvent.getServiceID()
          Returns the serviceID of the item that triggered the event.
 ServiceID ServiceRegistrar.getServiceID()
          Returns the service ID of the lookup service.
 

Constructors in net.jini.core.lookup with parameters of type ServiceID
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.