|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookupDiscoveryRegistration | |
---|---|
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
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. |
Uses of LookupDiscoveryRegistration in com.sun.jini.fiddler |
---|
Classes in com.sun.jini.fiddler that implement LookupDiscoveryRegistration | |
---|---|
(package private) class |
FiddlerRegistration
This class is an implementation of the LookupDiscoveryRegistration interface. |
(package private) static class |
FiddlerRegistration.ConstrainableFiddlerRegistration
The constrainable version of FiddlerRegistration . |
Methods in com.sun.jini.fiddler that return LookupDiscoveryRegistration | |
---|---|
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. |
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. |
private LookupDiscoveryRegistration |
FiddlerImpl.registerDo(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
This method is called by the public method register . |
Uses of LookupDiscoveryRegistration in net.jini.discovery |
---|
Methods in net.jini.discovery that return LookupDiscoveryRegistration | |
---|---|
LookupDiscoveryRegistration |
LookupDiscoveryService.register(String[] groups,
LookupLocator[] locators,
RemoteEventListener listener,
MarshalledObject handback,
long leaseDuration)
Register with the lookup discovery service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |