org.kuali.common.util.spring
Class SpringExecutable
java.lang.Object
org.kuali.common.util.spring.SpringExecutable
- All Implemented Interfaces:
- Executable
public class SpringExecutable
- extends Object
- implements Executable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SPRING_SERVICE
public static final SpringService DEFAULT_SPRING_SERVICE
SpringExecutable
public SpringExecutable()
SpringExecutable
public SpringExecutable(SpringContext context)
SpringExecutable
public SpringExecutable(SpringService service,
SpringContext context)
execute
public void execute()
- Specified by:
execute
in interface Executable
getService
public SpringService getService()
setService
public void setService(SpringService service)
getContext
public SpringContext getContext()
setContext
public void setContext(SpringContext context)
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean skip)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.