Uses of Interface
org.objectweb.jorm.naming.api.PNameCoder

Packages that use PNameCoder
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

Uses of PNameCoder in org.objectweb.jorm.facility.naming.basidir
 

Classes in org.objectweb.jorm.facility.naming.basidir that implement PNameCoder
 class BasidBinder
           
 

Uses of PNameCoder in org.objectweb.jorm.facility.naming.polymorphid
 

Classes in org.objectweb.jorm.facility.naming.polymorphid that implement PNameCoder
 class PolymorphRefNC
           
 

Uses of PNameCoder in org.objectweb.jorm.naming.api
 

Subinterfaces of PNameCoder in org.objectweb.jorm.naming.api
 interface PBinder
          This interface defines a binder as a particular PNameManager that manages the association of bindings with PName.
 interface PNameManager
          The PNameManager interface provides a means to create, remove and manage PName.
 interface PNamingContext
          The PNamingContext interface adds a means to retrieves the information item attached to a PName it manages.
 

Uses of PNameCoder in org.objectweb.jorm.naming.lib
 

Classes in org.objectweb.jorm.naming.lib that implement PNameCoder
 class BasicPNamingContext
          Default implementation for a PNamingContext with no coding support.