liquibase.lockservice
Class LockServiceImpl

java.lang.Object
  extended by liquibase.lockservice.StandardLockService
      extended by liquibase.lockservice.LockServiceImpl
All Implemented Interfaces:
LockService, PrioritizedService

Deprecated. use StandardLockService instead

public class LockServiceImpl
extends StandardLockService

LockServiceImpl has been renamed to StandardLockService. This stub class exists for backwards comparability


Field Summary
 
Fields inherited from class liquibase.lockservice.StandardLockService
database, hasChangeLogLock
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
LockServiceImpl()
          Deprecated.  
 
Method Summary
 int getPriority()
          Deprecated.  
 
Methods inherited from class liquibase.lockservice.StandardLockService
acquireLock, destroy, forceReleaseLock, getChangeLogLockRecheckTime, getChangeLogLockWaitTime, hasChangeLogLock, hasDatabaseChangeLogLockTable, init, isDatabaseChangeLogLockTableInitialized, listLocks, releaseLock, reset, setChangeLogLockRecheckTime, setChangeLogLockWaitTime, setDatabase, supports, waitForLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockServiceImpl

public LockServiceImpl()
Deprecated. 
Method Detail

getPriority

public int getPriority()
Deprecated. 
Specified by:
getPriority in interface PrioritizedService
Overrides:
getPriority in class StandardLockService


Copyright © 2015 Liquibase.org. All rights reserved.