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, destroy
isStarted, setStarted
public NotificationLifeCycle()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory theFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
BeanFactoryAware.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 Lifecycle
start
in class BaseLifecycle
Exception
org.kuali.rice.ken.core.BaseLifecycle#start()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.