|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.identity.OIDFactory
public class OIDFactory
Factory for OID instances. This factory holds a cache of weak references to OID.
| Method Summary | |
|---|---|
static OID |
getInstance(ObjectManager om,
long value)
Factory method for OID instances using long key value. |
static OID |
getInstance(ObjectManager om,
java.lang.String oidString)
Factory method for OID instances using toString() output. |
static OID |
getInstance(ObjectManager om,
java.lang.String className,
java.lang.Object value)
Factory method for OID instances using class name and key value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static OID getInstance(ObjectManager om,
java.lang.String className,
java.lang.Object value)
om - The ObjectManagerclassName - the pc class namevalue - the id value
public static OID getInstance(ObjectManager om,
long value)
om - The ObjectManagervalue - the id value
public static OID getInstance(ObjectManager om,
java.lang.String oidString)
om - The ObjectManageroidString - result of toString on an OID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||