|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteDiscoveryEvent | |
---|---|
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
Uses of RemoteDiscoveryEvent in com.sun.jini.fiddler |
---|
Fields in com.sun.jini.fiddler declared as RemoteDiscoveryEvent | |
---|---|
RemoteDiscoveryEvent |
FiddlerImpl.SendEventTask.event
The remote event to send to the given registration's listener |
Methods in com.sun.jini.fiddler that return RemoteDiscoveryEvent | |
---|---|
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. |
Methods in com.sun.jini.fiddler with parameters of type RemoteDiscoveryEvent | |
---|---|
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. |
Constructors in com.sun.jini.fiddler with parameters of type RemoteDiscoveryEvent | |
---|---|
FiddlerImpl.SendEventTask(FiddlerImpl.RegistrationInfo regInfo,
RemoteDiscoveryEvent event)
Constructs an instance of this class and stores the registration information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |