com.aurorasoftworks.signal.runtime.core.context
Interface IInitializingBean


public interface IInitializingBean

A marker interface indicating that a custom init method should be invoked when this bean is created. This interface is a replacement for org.springframework.beans.factory.InitializingBean needed to avoid any runtime dependencies on Spring API.

Author:
Marek

Method Summary
 void afterPropertiesSet()
           
 

Method Detail

afterPropertiesSet

void afterPropertiesSet()
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.