Package | Description |
---|---|
net.jini.core.lookup |
These are the lookup service interfaces and classes.
|
Modifier and Type | Field and Description |
---|---|
ServiceItem[] |
ServiceMatches.items
Matching items (up to maxMatches from lookup method).
|
Modifier and Type | Method and Description |
---|---|
ServiceItem |
ServiceItem.clone()
Clone has been implemented to allow utilities such as
net.jini.lookup.ServiceDiscoveryManager to avoid sharing
internally stored instances with client code. |
abstract ServiceItem |
ServiceEvent.getServiceItem()
Returns the new state of the item, or null if the item was deleted
from the lookup service.
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistration |
ServiceRegistrar.register(ServiceItem item,
long leaseDuration)
Register a new service or re-register an existing service.
|
Constructor and Description |
---|
ServiceMatches(ServiceItem[] items,
int totalMatches)
Simple constructor.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.