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

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

Uses of ServiceItem in net.jini.core.lookup
 

Fields in net.jini.core.lookup declared as ServiceItem
 ServiceItem[] ServiceMatches.items
          Matching items (up to maxMatches from lookup method).
 

Methods in net.jini.core.lookup that return ServiceItem
abstract  ServiceItem ServiceEvent.getServiceItem()
          Returns the new state of the item, or null if the item was deleted from the lookup service.
 

Methods in net.jini.core.lookup with parameters of type ServiceItem
 ServiceRegistration ServiceRegistrar.register(ServiceItem item, long leaseDuration)
          Register a new service or re-register an existing service.
 

Constructors in net.jini.core.lookup with parameters of type ServiceItem
ServiceMatches(ServiceItem[] items, int totalMatches)
          Simple constructor.