|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.facility.naming.generator.LongGenMgrRegistry
Statically registers LongGenMgr associated with mappers within a JVM context.
Constructor Summary | |
LongGenMgrRegistry()
|
Method Summary | |
static void |
deregisterLonGenMgr(LongGenMgr lgm)
Removes this LongGenMgr from this registry. |
static LongGenMgr |
getLongGenMgr(PMapper m)
Looks for a LonGenMgr associated with this mapper. |
static void |
registerLonGenMgr(LongGenMgr lgm)
Adds this LongGenMgr from this registry. |
static void |
registerLonGenMgr(LongGenMgr lgm,
PMapper mapper)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LongGenMgrRegistry()
Method Detail |
public static void deregisterLonGenMgr(LongGenMgr lgm)
public static LongGenMgr getLongGenMgr(PMapper m)
public static void registerLonGenMgr(LongGenMgr lgm) throws PException
PException
public static void registerLonGenMgr(LongGenMgr lgm, PMapper mapper)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |