org.kuali.common.deploy
Class DatabaseResetExecutor
java.lang.Object
org.kuali.common.deploy.DatabaseResetExecutor
- All Implemented Interfaces:
- org.kuali.common.util.execute.Executable
public class DatabaseResetExecutor
- extends Object
- implements org.kuali.common.util.execute.Executable
Method Summary |
void |
execute()
|
org.kuali.common.jdbc.context.DatabaseResetContext |
getContext()
|
org.kuali.common.jdbc.DatabaseService |
getService()
|
void |
setContext(org.kuali.common.jdbc.context.DatabaseResetContext context)
|
void |
setService(org.kuali.common.jdbc.DatabaseService service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseResetExecutor
public DatabaseResetExecutor()
execute
public void execute()
- Specified by:
execute
in interface org.kuali.common.util.execute.Executable
getService
public org.kuali.common.jdbc.DatabaseService getService()
setService
public void setService(org.kuali.common.jdbc.DatabaseService service)
getContext
public org.kuali.common.jdbc.context.DatabaseResetContext getContext()
setContext
public void setContext(org.kuali.common.jdbc.context.DatabaseResetContext context)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.