Class IDFactory
- java.lang.Object
-
- org.apache.manifoldcf.core.interfaces.IDFactory
-
public class IDFactory extends java.lang.ObjectThe 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
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringmake(IThreadContext tc)
-
-
-
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
-
-