org.kuali.rice.core.lifecycle
Class SpringLifeCycle

java.lang.Object
  extended by org.kuali.rice.core.lifecycle.BaseLifecycle
      extended by org.kuali.rice.core.lifecycle.SpringLifeCycle
All Implemented Interfaces:
Lifecycle

public class SpringLifeCycle
extends BaseLifecycle

A Lifecycle which simply initializes the SpringLoader with the correct spring context file. It's important that we don't actually start the SpringLoader here because that will be handled by the GlobalResourceLoader.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  org.apache.log4j.Logger LOG
           
 
Constructor Summary
SpringLifeCycle()
           
SpringLifeCycle(String springFileName)
           
 
Method Summary
 void start()
           
 
Methods inherited from class org.kuali.rice.core.lifecycle.BaseLifecycle
isStarted, setStarted, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected final org.apache.log4j.Logger LOG
Constructor Detail

SpringLifeCycle

public SpringLifeCycle()

SpringLifeCycle

public SpringLifeCycle(String springFileName)
Method Detail

start

public void start()
           throws Exception
Specified by:
start in interface Lifecycle
Overrides:
start in class BaseLifecycle
Throws:
Exception


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