Package | Description |
---|---|
com.sun.jini.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
Modifier and Type | Field and Description |
---|---|
RemoteDiscoveryEvent |
FiddlerImpl.SendEventTask.event
The remote event to send to the given registration's listener
|
Modifier and Type | Method and Description |
---|---|
private RemoteDiscoveryEvent |
FiddlerImpl.buildEvent(FiddlerImpl.RegistrationInfo regInfo,
Map groupsMap,
boolean discarded)
This method constructs the appropriate remote discovery event from the
information contained in the input parameters.
|
Modifier and Type | Method and Description |
---|---|
private void |
FiddlerImpl.queueEvent(FiddlerImpl.RegistrationInfo regInfo,
RemoteDiscoveryEvent event)
This method simply queues a new
SendEventTask instance
that will send the given remote event to the given registration's
listener. |
Constructor and Description |
---|
FiddlerImpl.SendEventTask(FiddlerImpl.RegistrationInfo regInfo,
RemoteDiscoveryEvent event)
Constructs an instance of this class and stores the registration
information.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.