Uses of Interface
com.sun.jini.fiddler.FiddlerAdmin

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

Uses of FiddlerAdmin in com.sun.jini.fiddler
 

Subinterfaces of FiddlerAdmin in com.sun.jini.fiddler
(package private)  interface Fiddler
          This interface defines the private protocol between the client-side proxy and the server of a lookup discovery service.
 

Classes in com.sun.jini.fiddler that implement FiddlerAdmin
(package private)  class ActivatableFiddlerImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Fiddler that is activatable, and which will log its state information to persistent storage.
(package private)  class 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.
(package private) static class FiddlerAdminProxy.ConstrainableFiddlerAdminProxy
          The constrainable version of the class FiddlerAdminProxy.
(package private)  class FiddlerImpl
          This class is the server side of an implementation of the lookup discovery service.
(package private)  class NonActivatableFiddlerImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Fiddler that is not activatable, but which will log its state information to persistent storage.
(package private)  class TransientFiddlerImpl
          Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Fiddler.
 



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