org.kuali.rice.core.api.lifecycle
Class BaseCompositeLifecycle
java.lang.Object
   org.kuali.rice.core.api.lifecycle.BaseLifecycle
org.kuali.rice.core.api.lifecycle.BaseLifecycle
       org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
- All Implemented Interfaces: 
- Lifecycle
- Direct Known Subclasses: 
- EmbeddedLifeCycle, ModuleConfigurer
- public abstract class BaseCompositeLifecycle 
- extends BaseLifecycle
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BaseCompositeLifecycle
public BaseCompositeLifecycle()
loadLifecycles
protected abstract List<Lifecycle> loadLifecycles()
                                           throws Exception
- 
- Throws:
- Exception
 
start
public void start()
           throws Exception
- 
- Specified by:
- startin interface- Lifecycle
- Overrides:
- startin class- BaseLifecycle
 
- 
- Throws:
- Exception
 
stop
public void stop()
          throws Exception
- 
- Specified by:
- stopin interface- Lifecycle
- Overrides:
- stopin class- BaseLifecycle
 
- 
- Throws:
- Exception
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.