All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.frameworkset.spi.InitializingBean Maven / Gradle / Ivy

Go to download

bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com

There is a newer version: 6.2.7
Show newest version
package org.frameworkset.spi;

/**
 * 
 * 

Title: InitializingBean.java

*

Description:

*

bboss workgroup

*

Copyright (c) 2007

* @Date 2009-9-28 上午11:20:11 * @author biaoping.yin * @version 1.0 */ public interface InitializingBean { /** * Invoked by a BeanFactory after it has set all bean properties supplied * (and satisfied BeanFactoryAware and ApplicationContextAware). *

This method allows the bean instance to perform initialization only * possible when all bean properties have been set and to throw an * exception in the event of misconfiguration. * @throws Exception in the event of misconfiguration (such * as failure to set an essential property) or if initialization fails. */ void afterPropertiesSet() throws Exception; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy