com.github.ltsopensource.spring.boot
Class AbstractAutoConfiguration

java.lang.Object
  extended by 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.

Constructor Summary
AbstractAutoConfiguration()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAutoConfiguration

public AbstractAutoConfiguration()
Method Detail

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.