liquibase.lockservice
Class DatabaseChangeLogLock

java.lang.Object
  extended by 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


Constructor Summary
DatabaseChangeLogLock(int id, Date lockGranted, String lockedBy)
           
 
Method Summary
 int getId()
           
 String getLockedBy()
           
 Date getLockGranted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseChangeLogLock

public DatabaseChangeLogLock(int id,
                             Date lockGranted,
                             String lockedBy)
Method Detail

getId

public int getId()

getLockGranted

public Date getLockGranted()

getLockedBy

public String getLockedBy()


Copyright © 2016 Liquibase.org. All rights reserved.