Uses of Interface
net.jini.lookup.DiscoveryAdmin

Packages that use DiscoveryAdmin
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of DiscoveryAdmin in com.sun.jini.reggie
 

Subinterfaces of DiscoveryAdmin in com.sun.jini.reggie
(package private)  interface Registrar
          Registrar defines the private protocol between the various client-side proxies and the registrar server.
 

Classes in com.sun.jini.reggie that implement DiscoveryAdmin
(package private)  class AdminProxy
          Proxy for administering a registrar, returned from the getAdmin method of the main registrar proxy.
(package private)  class ConstrainableAdminProxy
          AdminProxy subclass that supports constraints.
 class PersistentRegistrarImpl
          Class for starting activatable and non-activatable persistent lookup services.
(package private)  class RegistrarImpl
          Base server-side implementation of a lookup service, subclassed by TransientRegistrarImpl and PersistentRegistrarImpl.
 class TransientRegistrarImpl
          Class for starting transient lookup services.
 



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