liquibase.lockservice
Class DatabaseChangeLogLock
java.lang.Object
liquibase.lockservice.DatabaseChangeLogLock
public class DatabaseChangeLogLock
- extends Object
Information about the database changelog lock which allows only one instance of Liquibase to attempt to
update a database at a time. Immutable class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseChangeLogLock
public DatabaseChangeLogLock(int id,
Date lockGranted,
String lockedBy)
getId
public int getId()
getLockGranted
public Date getLockGranted()
getLockedBy
public String getLockedBy()
Copyright © 2016 Liquibase.org. All rights reserved.