org.kuali.common.jdbc.service
Class JdbcExecutable

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


Field Summary
static boolean DEFAULT_SKIP
           
 
Constructor Summary
JdbcExecutable(JdbcService service, JdbcContext context)
           
JdbcExecutable(JdbcService service, JdbcContext context, boolean skip)
           
 
Method Summary
 void execute()
           
 JdbcContext getContext()
           
 JdbcService getService()
           
 boolean isSkip()
           
protected  void showResult(ExecutionResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SKIP

public static final boolean DEFAULT_SKIP
See Also:
Constant Field Values
Constructor Detail

JdbcExecutable

public JdbcExecutable(JdbcService service,
                      JdbcContext context)

JdbcExecutable

public JdbcExecutable(JdbcService service,
                      JdbcContext context,
                      boolean skip)
Method Detail

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.