public interface OsgiBundleApplicationContextExecutor
DelegatedExecutionOsgiBundleApplicationContext
executor. Decides how
and when the application context will be refreshed/closed.DelegatedExecutionOsgiBundleApplicationContext
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, IllegalStateException
ConfigurableApplicationContext.refresh()
.org.springframework.beans.BeansException
IllegalStateException
void close()
ConfigurableApplicationContext.close()
.Copyright © 2006–2016. All rights reserved.