liquibase.executor
Class ExecutorService

java.lang.Object
  extended by liquibase.executor.ExecutorService

public class ExecutorService
extends Object


Method Summary
 void clearExecutor(Database database)
           
 Executor getExecutor(Database database)
           
static ExecutorService getInstance()
           
 void reset()
           
 void setExecutor(Database database, Executor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ExecutorService getInstance()

getExecutor

public Executor getExecutor(Database database)

setExecutor

public void setExecutor(Database database,
                        Executor executor)

clearExecutor

public void clearExecutor(Database database)

reset

public void reset()


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.