public class LifecycleBean extends BaseLifecycle implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
LifecycleBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Calls start() on the lifecycle.
|
void |
destroy()
Calls stop() on the lifecycle.
|
isStarted, setStarted, start, stoppublic LifecycleBean()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionInitializingBean.afterPropertiesSet()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.