Uses of Interface
org.objectweb.jorm.facility.naming.generator.LongGenMgr

Packages that use LongGenMgr
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.longid   
org.objectweb.jorm.facility.naming.olongid   
org.objectweb.jorm.facility.naming.polymorphid   
 

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

Classes in org.objectweb.jorm.facility.naming.generator that implement LongGenMgr
 class LongGenIncrMgr
          Manages LongGenIncr long generators.
 

Methods in org.objectweb.jorm.facility.naming.generator that return LongGenMgr
static LongGenMgr LongGenMgrRegistry.getLongGenMgr(PMapper m)
          Looks for a LonGenMgr associated with this mapper.
 

Methods in org.objectweb.jorm.facility.naming.generator with parameters of type LongGenMgr
 void PLongGen.init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr)
          Initializes this long generator.
static void LongGenMgrRegistry.deregisterLonGenMgr(LongGenMgr lgm)
          Removes this LongGenMgr from this registry.
static void LongGenMgrRegistry.registerLonGenMgr(LongGenMgr lgm)
          Adds this LongGenMgr from this registry.
static void LongGenMgrRegistry.registerLonGenMgr(LongGenMgr lgm, PMapper mapper)
           
 void LongGenIncr.init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr)
          Initializes this long generator.
 

Uses of LongGenMgr in org.objectweb.jorm.facility.naming.longid
 

Methods in org.objectweb.jorm.facility.naming.longid with parameters of type LongGenMgr
 void CompositePLongGen.init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr)
          Initializes the underlying object identifier generator
 

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

Methods in org.objectweb.jorm.facility.naming.olongid with parameters of type LongGenMgr
 void CompositePLongGen.init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr)
          Initializes the underlying object identifier generator
 

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

Methods in org.objectweb.jorm.facility.naming.polymorphid that return LongGenMgr
 LongGenMgr PolymorphIdMgrImpl.getLongGenMgr()
          Retrieves the LongGenMgr associated with this PolymorphIdMgr.
 LongGenMgr PolymorphIdMgr.getLongGenMgr()
          Retrieves the LongGenMgr associated with this PolymorphIdMgr.