Uses of Package
com.sun.jini.fiddler

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

Classes in com.sun.jini.fiddler used by com.sun.jini.fiddler
Fiddler
          This interface defines the private protocol between the client-side proxy and the server of a lookup discovery service.
FiddlerAdmin
          An administrative interface for the Fiddler implementation of the lookup discovery service (see Fiddler).
FiddlerAdminProxy
          This class is a proxy providing access to the methods of an implementation of the lookup discovery service which allow the administration of the service.
FiddlerImpl
          This class is the server side of an implementation of the lookup discovery service.
FiddlerImpl.LogRecord
          Interface defining the method(s) that must be implemented by each of the concrete LogObj classes.
FiddlerImpl.LookupDiscoveryListener
          Class whose discovered() method is invoked by threads in the LookupDiscovery class whenever a new lookup service is discovered on behalf of a client registration
FiddlerImpl.RegistrationInfo
          This class acts as a record of one registration with the lookup discovery service; containing all of the information about that registration.
FiddlerLease
          When the Fiddler implementation of the lookup discovery service grants a lease on a registration requested by a client, a proxy to that lease is provided to allow the client to interact with the granted lease.
FiddlerLeaseMap
          When clients request a registration with the Fiddler implementation of the lookup discovery service, leases of type FiddlerLease are granted on those registrations.
FiddlerProxy
          This class is a proxy for a lookup discovery service.
FiddlerRegistration
          This class is an implementation of the LookupDiscoveryRegistration interface.
FiddlerRenewResults
           
 



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