|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.odmg.locking.LockStrategyFactory
Factory class used to obtain the proper LockingStrategy for an Object.
Method Summary | |
static int |
getIsolationLevel(java.lang.Object obj)
determines the isolationlevel of class c by evaluating the ClassDescriptor of obj.getClass(). |
static LockStrategy |
getStrategyFor(java.lang.Object obj)
obtains a LockStrategy for Object obj. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LockStrategy getStrategyFor(java.lang.Object obj)
public static int getIsolationLevel(java.lang.Object obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |