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

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

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

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

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

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

Methods in org.objectweb.jorm.facility.naming.polymorphid that return PNamingContext
 PNamingContext PolymorphIdMgrImpl.getRefNC(java.lang.String cn)
          Retrieves a PNamingContext that manages polymorphic references for the class with the given name.
 PNamingContext PolymorphIdMgr.getRefNC(java.lang.String cn)
          Retrieves a PNamingContext that manages polymorphic references for the class with the given name.
 

Uses of PNamingContext in org.objectweb.jorm.facility.naming.rdbsequence
 

Classes in org.objectweb.jorm.facility.naming.rdbsequence that implement PNamingContext
 class RdbSequenceBinder
          This binder is specific to the rdb mapper.
 

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

Subinterfaces of PNamingContext in org.objectweb.jorm.naming.api
 interface FilteredPNamingContext
          Represents a PNamingContext able to say if a pname structure (pname getter, a long, ...) match a persistent object represented by this PNamingContext.
 

Methods in org.objectweb.jorm.naming.api with parameters of type PNamingContext
 PName PName.export(java.lang.Object conn, PNamingContext pnc)
          It associates a PName to an information item within a naming context.
 PName PName.export(java.lang.Object conn, PNamingContext pnc, java.lang.Object hints)
          It associates a PName to an information item within a naming context.
 

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

Classes in org.objectweb.jorm.naming.lib that implement PNamingContext
 class AbstractInheritPNamingContext
          This class is abstract implementation of the FilteredPNamingContext interface.
 class BasicPBinder
          It defines the a basic PBinder which able to be also a PNamingContext.
 class BasicPNamingContext
          Default implementation for a PNamingContext with no coding support.
 

Methods in org.objectweb.jorm.naming.lib with parameters of type PNamingContext
 void BasicPName.setPNamingContext(PNamingContext pnc)
           
 PName BasicPName.export(java.lang.Object conn, PNamingContext pnc)
           
 PName BasicPName.export(java.lang.Object conn, PNamingContext pnc, java.lang.Object hints)