Package | Description |
---|---|
com.sun.jini.discovery | |
net.jini.core.discovery | |
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
|
net.jini.discovery.dynamic | |
net.jini.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
org.openspaces.admin.internal.lus |
Internally Used.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceRegistrar |
UnicastResponse.registrar
The lookup service proxy.
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistrar |
UnicastResponse.getRegistrar()
Returns the lookup service proxy.
|
Constructor and Description |
---|
UnicastResponse(String host,
int port,
String[] groups,
ServiceRegistrar registrar)
Creates new
UnicastResponse instance containing the given values. |
UnicastResponse(String host,
int port,
String[] groups,
ServiceRegistrar registrar,
MarshalledObject marshalledObjectRegistrar,
byte[] registrarBytes) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistrar |
LookupLocator.getRegistrar()
Perform unicast discovery and return the ServiceRegistrar object for the given lookup
service.
|
ServiceRegistrar |
LookupLocator.getRegistrar(int timeout)
Perform unicast discovery and return the ServiceRegistrar object for the given lookup
service, with the given discovery timeout.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceRegistrar[] |
DiscoveryEvent.regs
The registrars with which this event is associated.
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistrar |
ConstrainableLookupLocator.getRegistrar()
Performs unicast discovery as specified by
LookupLocator.getRegistrar() with the
following differences. |
ServiceRegistrar |
ConstrainableLookupLocator.getRegistrar(int timeout)
Performs unicast discovery as specified by
LookupLocator.getRegistrar(int) ,
additionally applying the supplied discovery constraints. |
ServiceRegistrar[] |
LookupDiscoveryManager.getRegistrars()
Returns an array of instances of
ServiceRegistrar , each corresponding to a proxy
to one of the currently discovered lookup services. |
ServiceRegistrar[] |
LookupLocatorDiscovery.getRegistrars()
Returns an array of instances of
ServiceRegistrar , each corresponding to a proxy
to one of the currently discovered lookup services. |
ServiceRegistrar[] |
DiscoveryEvent.getRegistrars()
Return the set of registrars to which this event applies.
|
ServiceRegistrar[] |
LookupDiscovery.getRegistrars()
Returns an array of instances of
ServiceRegistrar , each corresponding to a proxy
to one of the currently discovered lookup services. |
ServiceRegistrar[] |
DiscoveryManagement.getRegistrars()
Returns an array of instances of
ServiceRegistrar , each corresponding to a proxy
to one of the currently discovered lookup services. |
Modifier and Type | Method and Description |
---|---|
void |
LookupDiscoveryManager.discard(ServiceRegistrar proxy)
Removes an instance of
ServiceRegistrar from the managed set of lookup services,
making the corresponding lookup service eligible for re-discovery. |
void |
LookupLocatorDiscovery.discard(ServiceRegistrar proxy)
Removes an instance of
ServiceRegistrar from the managed set of lookup services,
making the corresponding lookup service eligible for re-discovery. |
void |
LookupDiscovery.discard(ServiceRegistrar reg)
Discard a registrar from the set of registrars already discovered.
|
void |
DiscoveryManagement.discard(ServiceRegistrar proxy)
Removes an instance of
ServiceRegistrar from the managed set of lookup services,
making the corresponding lookup service eligible for re-discovery. |
int |
LookupDiscoveryManager.getFrom(ServiceRegistrar proxy)
Return where the proxy come from.
|
Constructor and Description |
---|
DiscoveryEvent(Object source,
ServiceRegistrar[] regs)
Construct a new
DiscoveryEvent object, with the given source and set of
registrars. |
Constructor and Description |
---|
ServiceRegistrarServiceDiscoveryListener(DiscoveryLocatorManagement dlm,
Map<ServiceID,LookupLocator> initialLocatorsMap,
ServiceRegistrar registrar,
ServiceID registrarServiceID) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistrar[] |
JoinManager.getJoinSet()
Returns an array of
ServiceRegistrar objects, each corresponding to a lookup
service with which the service is currently registered (joined). |
Modifier and Type | Method and Description |
---|---|
ServiceRegistrar |
DefaultLookupService.getRegistrar() |
ServiceRegistrar |
InternalLookupService.getRegistrar() |
Constructor and Description |
---|
DefaultLookupService(ServiceRegistrar registrar,
ServiceID serviceID,
InternalAdmin admin,
int agentId,
String agentUid,
JVMDetails jvmDetails) |
Copyright © GigaSpaces.