public class NotificationLifeCycle extends LifecycleBean implements org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description | 
|---|
| NotificationLifeCycle() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.springframework.transaction.support.TransactionTemplate | createNewTransaction()Helper method for creating a TransactionTemplate initialized to create
 a new transaction | 
| void | setBeanFactory(org.springframework.beans.factory.BeanFactory theFactory) | 
| void | setDataSource(DataSource dataSource) | 
| void | setTransactionManager(org.springframework.transaction.PlatformTransactionManager txMgr) | 
| void | start() | 
| void | stop() | 
afterPropertiesSet, destroyisStarted, setStartedpublic NotificationLifeCycle()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory theFactory) throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionBeanFactoryAware.setBeanFactory(org.springframework.beans.factory.BeanFactory)public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager txMgr)
public void setDataSource(DataSource dataSource)
protected org.springframework.transaction.support.TransactionTemplate createNewTransaction()
public void start() throws Exception
start in interface Lifecyclestart in class BaseLifecycleExceptionorg.kuali.rice.ken.core.BaseLifecycle#start()Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.