Uses of Interface
org.objectweb.david.apis.services.naming.NameServerOperations

Packages that use NameServerOperations
org.objectweb.david.apis.services.naming Provides the interface of a simple naming service. 
org.objectweb.david.libs.services.naming Provides an implementation of a simple naming service. 
 

Uses of NameServerOperations in org.objectweb.david.apis.services.naming
 

Subinterfaces of NameServerOperations in org.objectweb.david.apis.services.naming
 interface NameServer
          Interface describing the possible operations on the simple David name servers.
 

Classes in org.objectweb.david.apis.services.naming that implement NameServerOperations
 class _NameServerImplBase
          org.objectweb.david.apis.services.naming.NameServer Server Stub generated by the Idl2Java Compiler 3.1 of Jonathan
 class _NameServerStub
          org.objectweb.david.apis.services.naming.NameServer Client Stub generated by the Idl2Java Compiler 3.1 of Jonathan
 

Constructors in org.objectweb.david.apis.services.naming with parameters of type NameServerOperations
_NameServerImplBase(NameServerOperations continuation)
           
 

Uses of NameServerOperations in org.objectweb.david.libs.services.naming
 

Classes in org.objectweb.david.libs.services.naming that implement NameServerOperations
 class Directory
          Implementation of a simple name server.