com.github.ltsopensource.spring.boot
Class AbstractAutoConfiguration
java.lang.Object
com.github.ltsopensource.spring.boot.AbstractAutoConfiguration
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
- JobClientAutoConfiguration, JobTrackerAutoConfiguration, TaskTrackerAutoConfiguration
public abstract class AbstractAutoConfiguration
- extends Object
- implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
- Author:
- Robert HG (254963746@qq.com) on 4/9/16.
AbstractAutoConfiguration
public AbstractAutoConfiguration()
setApplicationContext
public final void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
afterPropertiesSet
public final void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
destroy
public final void destroy()
throws Exception
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
- Throws:
Exception
Copyright © 2017. All rights reserved.