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

Packages that use PNamingContext
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.longid   
org.objectweb.jorm.facility.naming.olongid   
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.longid
 

Classes in org.objectweb.jorm.facility.naming.longid that implement PNamingContext
 class LongIdPNC
          Is a PNamingContext managing the LongIdPName and LongIdBinder.
 

Methods in org.objectweb.jorm.facility.naming.longid that return PNamingContext
 PNamingContext LongIdManager.newClassPNamingContext()
          Allocates a new PNamingcontext for a normal persistent class (not a generic class).
 

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

Methods in org.objectweb.jorm.facility.naming.olongid that return PNamingContext
 PNamingContext LongIdManager.newClassPNamingContext()
          Allocates a new PNamingcontext for a normal persistent class (not a generic class).
 

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.
 interface KeyFilteredNamingContext
           
 interface PolymorphicPNamingContext
           
 

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 AbstractInheritFilteredPNamingContext
          This class is abstract implementation of the FilteredPNamingContext interface.
 class AbstractInheritKeyFilteredPNamingContext
          This class is a PNamingContext for managing the inheritance.
 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.
 class BasicPolymorphicPNamingContext
          This class is used to encode/decode asymetric PNames.
 class CompositePBinder
          This class helps the implementation of PBinder for composite name.
 

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)