Package | Description |
---|---|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
Modifier and Type | Method and Description |
---|---|
LookupDiscoveryRegistration |
LookupDiscoveryService.register(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
Register with the lookup discovery service.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FiddlerRegistration
This class is an implementation of the LookupDiscoveryRegistration
interface.
|
(package private) static class |
FiddlerRegistration.ConstrainableFiddlerRegistration
The constrainable version of
FiddlerRegistration . |
Modifier and Type | Method and Description |
---|---|
LookupDiscoveryRegistration |
FiddlerProxy.register(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
Registers with the lookup discovery service.
|
LookupDiscoveryRegistration |
FiddlerImpl.register(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
Registers with the lookup discovery service.
|
LookupDiscoveryRegistration |
Fiddler.register(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
On behalf of a requesting client, creates a registration with the
lookup discovery service, which then performs discovery processing
on behalf of the client.
|
private LookupDiscoveryRegistration |
FiddlerImpl.registerDo(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
This method is called by the public method
register . |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.