public class NoOpOsgiContextProcessor extends java.lang.Object implements OsgiContextProcessor
| Constructor and Description |
|---|
NoOpOsgiContextProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessClose(ConfigurableOsgiBundleApplicationContext context) |
void |
postProcessRefresh(ConfigurableOsgiBundleApplicationContext context) |
void |
postProcessRefreshFailure(ConfigurableOsgiBundleApplicationContext localApplicationContext,
java.lang.Throwable th) |
void |
preProcessClose(ConfigurableOsgiBundleApplicationContext context) |
void |
preProcessRefresh(ConfigurableOsgiBundleApplicationContext context) |
public void postProcessClose(ConfigurableOsgiBundleApplicationContext context)
postProcessClose in interface OsgiContextProcessorpublic void postProcessRefresh(ConfigurableOsgiBundleApplicationContext context)
postProcessRefresh in interface OsgiContextProcessorpublic void postProcessRefreshFailure(ConfigurableOsgiBundleApplicationContext localApplicationContext, java.lang.Throwable th)
postProcessRefreshFailure in interface OsgiContextProcessorpublic void preProcessClose(ConfigurableOsgiBundleApplicationContext context)
preProcessClose in interface OsgiContextProcessorpublic void preProcessRefresh(ConfigurableOsgiBundleApplicationContext context)
preProcessRefresh in interface OsgiContextProcessor