public interface ServiceAttributesAccessor extends Remote
net.jini.core.lookup.ServiceRegistrar#lookUp(net.jini.core.lookup.ServiceTemplate, int)
Services should implement this interface.
It's recommended that this is implemented using
net.jini.lookup.JoinManager#getAttributes()
or equivalent, to manage attribute state, to ensure that lookup services
and services registered therein maintain equivalent attributes.Modifier and Type | Method and Description |
---|---|
Entry[] |
getServiceAttributes()
Allows clients to retrieve a services attributes prior to the service
itself, this allows the clients to perform additional filtering, before
a service code-base download is required.
|
Entry[] getServiceAttributes() throws IOException
IOException
Copyright © 2016–2018. All rights reserved.