org.kuali.rice.kew.lifecycle
Class StandaloneLifeCycle

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

public class StandaloneLifeCycle
extends 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
StandaloneLifeCycle()
           
 
Method Summary
protected  List<Lifecycle> loadLifecycles()
           
 
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 Detail

StandaloneLifeCycle

public StandaloneLifeCycle()
Method Detail

loadLifecycles

protected List<Lifecycle> loadLifecycles()
                                  throws Exception
Specified by:
loadLifecycles in class BaseCompositeLifecycle
Throws:
Exception


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