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

Packages that use PBindingCtrl
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.interp.genclass.rdb.lib   
org.objectweb.jorm.naming.api   
 

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.interp.genclass.lib
 

Classes in org.objectweb.jorm.interp.genclass.lib that implement PBindingCtrl
 class GenClassBinding
          This abstract class provides all the generic code for PBinding associated with JORM generic classes.
 

Uses of PBindingCtrl in org.objectweb.jorm.interp.genclass.rdb.lib
 

Classes in org.objectweb.jorm.interp.genclass.rdb.lib that implement PBindingCtrl
 class RdbGenClassBinding
          This class provides the implementation of PBinding for RDBMS.
 

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.