Class LockManagerImpl

  • All Implemented Interfaces:
    LockManager

    public class LockManagerImpl
    extends Object
    implements LockManager
    Simple lock manager implementation that just keeps track of a set of lock tokens and delegates all locking operations back to the Session and Node implementations.