Class StandaloneLifeCycle

java.lang.Object
org.kuali.rice.core.api.lifecycle.BaseLifecycle
org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
org.kuali.rice.kew.lifecycle.StandaloneLifeCycle
All Implemented Interfaces:
org.kuali.rice.core.api.lifecycle.Lifecycle

public class StandaloneLifeCycle extends org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
A temporary lifecycle that lives in embedded space. Will be removed when the embedded plugin is factored out.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.kuali.rice.core.api.lifecycle.Lifecycle>
     

    Methods inherited from class org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle

    start, stop

    Methods inherited from class org.kuali.rice.core.api.lifecycle.BaseLifecycle

    isStarted, setStarted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StandaloneLifeCycle

      public StandaloneLifeCycle()
  • Method Details

    • loadLifecycles

      protected List<org.kuali.rice.core.api.lifecycle.Lifecycle> loadLifecycles() throws Exception
      Specified by:
      loadLifecycles in class org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
      Throws:
      Exception