org.apache.manifoldcf.core.interfaces
Class IDFactory

java.lang.Object
  extended by org.apache.manifoldcf.core.interfaces.IDFactory

public class IDFactory
extends java.lang.Object

The purpose of this class is to create global unique identifiers. For performance, every JVM has a local pool of identifiers as well as there being a global system of identifier creation, which is also resilient against entire system restarts.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static java.lang.String make(IThreadContext tc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

make

public static java.lang.String make(IThreadContext tc)
                             throws ManifoldCFException
Throws:
ManifoldCFException