@Component public class DynamicContextManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicContextManager.Result |
| Constructor and Description |
|---|
DynamicContextManager(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.plugin.PluginAccessor pluginAccessor,
org.springframework.context.ApplicationContext parentContext,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
DynamicContextManager.Result |
bootstrapTheRestOfTheApplication() |
org.springframework.context.ConfigurableApplicationContext |
getInternalContext() |
DynamicContextManager.Result |
shutdownNewContext() |
@Autowired
public DynamicContextManager(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.plugin.PluginAccessor pluginAccessor,
org.springframework.context.ApplicationContext parentContext,
org.osgi.framework.BundleContext bundleContext)
public DynamicContextManager.Result bootstrapTheRestOfTheApplication()
public DynamicContextManager.Result shutdownNewContext()
public org.springframework.context.ConfigurableApplicationContext getInternalContext()
Copyright © 2019 Atlassian. All rights reserved.