org.apache.manifoldcf.core.interfaces
Class LockManagerFactory

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

public class LockManagerFactory
extends java.lang.Object


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static ILockManager make(IThreadContext context)
          Instantiate a lock manager.
 
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 ILockManager make(IThreadContext context)
                         throws ManifoldCFException
Instantiate a lock manager. This should be thread specific (so that locks can nest properly in the same thread).

Throws:
ManifoldCFException