Class Lock

java.lang.Object
org.jumpmind.symmetric.model.Lock
All Implemented Interfaces:
Serializable

public class Lock extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Lock

      public Lock()
  • Method Details

    • getLockAction

      public String getLockAction()
    • isStopped

      public boolean isStopped()
    • isLockedByOther

      public boolean isLockedByOther(String serverId)
    • setLockAction

      public void setLockAction(String lockAction)
    • getLockingServerId

      public String getLockingServerId()
    • setLockingServerId

      public void setLockingServerId(String lockingServerId)
    • getLockTime

      public Date getLockTime()
    • setLockTime

      public void setLockTime(Date lockTime)
    • getLastLockTime

      public Date getLastLockTime()
    • setLastLockTime

      public void setLastLockTime(Date lastLockTime)
    • getLastLockingServerId

      public String getLastLockingServerId()
    • setLastLockingServerId

      public void setLastLockingServerId(String lastLockingServerId)
    • getLockType

      public String getLockType()
    • setLockType

      public void setLockType(String lockType)
    • getSharedCount

      public int getSharedCount()
    • setSharedCount

      public void setSharedCount(int sharedCount)
    • isSharedEnable

      public boolean isSharedEnable()
    • setSharedEnable

      public void setSharedEnable(boolean sharedEnable)