org.kuali.common.util.execute
Class SpringContextLoaderExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.SpringContextLoaderExecutable
All Implemented Interfaces:
Executable

public class SpringContextLoaderExecutable
extends Object
implements Executable


Constructor Summary
SpringContextLoaderExecutable()
           
 
Method Summary
 void execute()
           
 SpringContext getContext()
           
 SpringService getService()
           
 void setContext(SpringContext context)
           
 void setService(SpringService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringContextLoaderExecutable

public SpringContextLoaderExecutable()
Method Detail

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)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.