Class LockExclusiveJobCmd

java.lang.Object
org.activiti.engine.impl.cmd.LockExclusiveJobCmd
All Implemented Interfaces:
Serializable, Command<Object>

public class LockExclusiveJobCmd extends Object implements Command<Object>, Serializable
See Also:
  • Field Details

    • job

      protected Job job
  • Constructor Details

    • LockExclusiveJobCmd

      public LockExclusiveJobCmd(Job job)
  • Method Details