org.kuali.rice.core.api.lifecycle
Class LifecycleBean
java.lang.Object
   org.kuali.rice.core.api.lifecycle.BaseLifecycle
org.kuali.rice.core.api.lifecycle.BaseLifecycle
       org.kuali.rice.core.api.lifecycle.LifecycleBean
org.kuali.rice.core.api.lifecycle.LifecycleBean
- All Implemented Interfaces: 
- Lifecycle, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses: 
- NotificationLifeCycle
- public class LifecycleBean 
- extends BaseLifecycle- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
A Lifecycle subclass that wires Spring InitializingBean/DisposableBean to
 Lifecycle methods
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LifecycleBean
public LifecycleBean()
afterPropertiesSet
public void afterPropertiesSet()
                        throws Exception
- Calls start() on the lifecycle.
 
- 
- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
 
- 
- Throws:
- Exception
- See Also:
- InitializingBean.afterPropertiesSet()
 
destroy
public void destroy()
             throws Exception
- Calls stop() on the lifecycle.
 
- 
- Specified by:
- destroyin interface- org.springframework.beans.factory.DisposableBean
 
- 
- Throws:
- Exception
- See Also:
- DisposableBean.destroy()
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.