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