Uses of Interface
org.objectweb.jorm.api.PBindingCtrl

Packages that use PBindingCtrl
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.lib   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

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

Methods in org.objectweb.jorm.facility.naming.basidir with parameters of type PBindingCtrl
 void BasidBinder.bind(PName pn, PBindingCtrl pb)
           
 void BasidBinder.unbind(PBindingCtrl pb)
           
 

Uses of PBindingCtrl in org.objectweb.jorm.facility.naming.generator
 

Classes in org.objectweb.jorm.facility.naming.generator that implement PBindingCtrl
 class LongGenIncr
          Implements a long generator (LongGen) that produces new long ID merely by incrementing a persistent long variable.
 

Uses of PBindingCtrl in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement PBindingCtrl
 class PBindingImpl
          This class is the default implementation of the PBinding interface.
 

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

Methods in org.objectweb.jorm.naming.api with parameters of type PBindingCtrl
 void PBinder.bind(PName pn, PBindingCtrl pb)
          It associates a PBinding object with a PName within a PBinder.
 void PBinder.unbind(PBindingCtrl pb)
          It releases the link between the PBinding passed as parameter and its associated DSI represented by the PName referenced by this PBinding.
 

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

Methods in org.objectweb.jorm.naming.lib with parameters of type PBindingCtrl
 void BasicPBinder.bind(PName pn, PBindingCtrl pb)
           
 void BasicPBinder.unbind(PBindingCtrl pb)