ch.elca.el4j.core.context
Interface RefreshableModuleApplicationContext

All Known Implementing Classes:
ModuleApplicationContext, ModuleWebApplicationContext

public interface RefreshableModuleApplicationContext

An additional interface for Spring application contexts that provide a method to ask if context is fully refreshed.

Author:
Stefan Wismer (SWI)
File-location:
RefreshableModuleApplicationContext
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Method Summary
 boolean isRefreshed()
           
 void refresh()
          Refresh the Spring context.
 

Method Detail

refresh

void refresh()
Refresh the Spring context.


isRefreshed

boolean isRefreshed()
Returns:
true if context is refreshed i.e. fully initialized


Copyright © 2005-2011 ELCA. All Rights Reserved.