public interface OsgiBundleApplicationContextExecutor
DelegatedExecutionOsgiBundleApplicationContext executor. Decides how
and when the application context will be refreshed/closed.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Execute the delegated
ConfigurableApplicationContext.close(). |
void |
refresh()
Execute the delegated
ConfigurableApplicationContext.refresh(). |
void refresh()
throws org.springframework.beans.BeansException,
java.lang.IllegalStateException
ConfigurableApplicationContext.refresh().org.springframework.beans.BeansExceptionjava.lang.IllegalStateExceptionvoid close()
ConfigurableApplicationContext.close().