Class LockCmd

java.lang.Object
org.flowable.common.engine.impl.cmd.LockCmd
All Implemented Interfaces:
Command<Boolean>

public class LockCmd extends Object implements Command<Boolean>
Author:
Filip Hrisafov
  • Field Details

    • hostLockDescription

      protected static final String hostLockDescription
    • lockName

      protected String lockName
    • engineType

      protected String engineType
    • forceAcquireAfter

      protected Duration forceAcquireAfter
  • Constructor Details

  • Method Details