org.kuali.rice.kew.lifecycle
Class EmbeddedLifeCycle

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.EmbeddedLifeCycle
All Implemented Interfaces:
Lifecycle

public class EmbeddedLifeCycle
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
EmbeddedLifeCycle()
           
 
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

EmbeddedLifeCycle

public EmbeddedLifeCycle()
Method Detail

loadLifecycles

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


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