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, stop
public LifecycleBean()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
InitializingBean.afterPropertiesSet()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.