org.kuali.rice.ken.core
Class NotificationLifeCycle
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
           org.kuali.rice.ken.core.NotificationLifeCycle
org.kuali.rice.ken.core.NotificationLifeCycle
- All Implemented Interfaces: 
- Lifecycle, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
- public class NotificationLifeCycle 
- extends LifecycleBean- implements org.springframework.beans.factory.BeanFactoryAware
Eager-initializing singleton bean that performs some notification startup operations
- 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 | 
 
NotificationLifeCycle
public NotificationLifeCycle()
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory theFactory)
                    throws org.springframework.beans.BeansException
- 
- Specified by:
- setBeanFactoryin interface- org.springframework.beans.factory.BeanFactoryAware
 
- 
- Throws:
- org.springframework.beans.BeansException
- See Also:
- BeanFactoryAware.setBeanFactory(org.springframework.beans.factory.BeanFactory)
 
setTransactionManager
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager txMgr)
- 
 
- 
 
setDataSource
public void setDataSource(DataSource dataSource)
- 
 
- 
 
createNewTransaction
protected org.springframework.transaction.support.TransactionTemplate createNewTransaction()
- Helper method for creating a TransactionTemplate initialized to create
 a new transaction
 
- 
 
- 
- Returns:
- a TransactionTemplate initialized to create a new transaction
 
start
public void start()
           throws Exception
- 
- Specified by:
- startin interface- Lifecycle
- Overrides:
- startin class- BaseLifecycle
 
- 
- Throws:
- Exception
- See Also:
- org.kuali.rice.ken.core.BaseLifecycle#start()
 
stop
public void stop()
          throws Exception
- 
- Specified by:
- stopin interface- Lifecycle
- Overrides:
- stopin class- BaseLifecycle
 
- 
- Throws:
- Exception
- See Also:
- org.kuali.rice.ken.core.BaseLifecycle#stop()
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.