org.springframework.osgi.context
Interface OsgiBundleApplicationContextExecutor


public interface OsgiBundleApplicationContextExecutor

DelegatedExecutionOsgiBundleApplicationContext executor. Decides how and when the application context will be refreshed/closed.

Author:
Costin Leau
See Also:
DelegatedExecutionOsgiBundleApplicationContext

Method Summary
 void close()
          Execute the delegated ConfigurableApplicationContext.close().
 void refresh()
          Execute the delegated ConfigurableApplicationContext.refresh().
 

Method Detail

refresh

void refresh()
             throws BeansException,
                    IllegalStateException
Execute the delegated ConfigurableApplicationContext.refresh().

Throws:
BeansException
IllegalStateException

close

void close()
Execute the delegated ConfigurableApplicationContext.close().



Copyright © 2006-2009 Spring Framework. All Rights Reserved.