See: Description
Interface | Description |
---|---|
DiscoveryAdmin |
Methods for controlling which groups a lookup service is a member of,
and for controlling which TCP port a lookup service uses for its
lookup locator.
|
LookupCache |
The
LookupCache interface defines the methods provided
by the object created and returned by the
ServiceDiscoveryManager
when a client-like entity invokes the
createLookupCache method. |
SafeServiceRegistrar |
ServiceRegistrar that provides safe lookup and notify methods to allow
authentication prior to download and delayed un-marshaling.
|
ServiceAttributesAccessor |
Provides a means to obtain attributes from a bootstrap proxy returned from
net.jini.core.lookup.ServiceRegistrar#lookUp(net.jini.core.lookup.ServiceTemplate, int)
Services should implement this interface. |
ServiceDiscoveryListener |
The
ServiceDiscoveryListener interface defines the
methods used by objects such as a LookupCache to notify an entity that events of interest related to
the elements of the cache have occurred. |
ServiceIDAccessor |
Allows clients to obtain the ServiceID from a bootstrap service
proxy.
|
ServiceIDListener |
Interface used by a service that does not yet have a service ID, for
callback from the JoinManager when a service ID is assigned.
|
ServiceItemFilter |
The
ServiceItemFilter interface defines the methods used by
an object such as the ServiceDiscoveryManager or the LookupCache to apply additional selection criteria when searching for
services in which an entity has registered interest. |
ServiceProxyAccessor |
Provides a means to obtain a client-side proxy from a
"base" service object.
|
Class | Description |
---|---|
JoinManager |
A goal of any well-behaved service is to advertise the facilities and
functions it provides by requesting residency within at least one lookup
service.
|
ServiceDiscoveryEvent |
The
ServiceDiscoveryEvent class encapsulates the
service discovery information made available by the event mechanism
of the LookupCache . |
ServiceDiscoveryManager |
The
ServiceDiscoveryManager class is a helper utility class that
any client-like entity can use to "discover" services registered with any
number of lookup services of interest. |
Copyright © 2016–2018. All rights reserved.