org.kuali.common.jdbc.service
Class JdbcExecutable
java.lang.Object
org.kuali.common.jdbc.service.JdbcExecutable
- All Implemented Interfaces:
- org.kuali.common.util.execute.Executable
public final class JdbcExecutable
- extends Object
- implements org.kuali.common.util.execute.Executable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SKIP
public static final boolean DEFAULT_SKIP
- See Also:
- Constant Field Values
JdbcExecutable
public JdbcExecutable(JdbcService service,
JdbcContext context)
JdbcExecutable
public JdbcExecutable(JdbcService service,
JdbcContext context,
boolean skip)
execute
public void execute()
- Specified by:
execute in interface org.kuali.common.util.execute.Executable
showResult
protected void showResult(ExecutionResult result)
getService
public JdbcService getService()
getContext
public JdbcContext getContext()
isSkip
public boolean isSkip()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.