Uses of Class
net.jini.discovery.RemoteDiscoveryEvent

Packages that use RemoteDiscoveryEvent
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
 

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.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.