org.jpox.store
Class OIDFactory

java.lang.Object
  extended byorg.jpox.store.OIDFactory

public class OIDFactory
extends java.lang.Object

Factory for OID instances. This factory holds a cache of weak references to OID.

Version:
$Revision: 1.3 $

Method Summary
static OID getInstance(java.lang.String className, java.lang.Object value)
          Factory method for OID instances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OID getInstance(java.lang.String className,
                              java.lang.Object value)
Factory method for OID instances

Parameters:
className - the pc class name
value - the id value
Returns:
an OID instance


Copyright © -2007 . All Rights Reserved.