@Component public class PerformanceLoggingServiceManager extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_KEY |
Constructor and Description |
---|
PerformanceLoggingServiceManager(com.atlassian.event.api.EventPublisher eventPublisher,
List<com.google.common.util.concurrent.Service> serviceList) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
onPluginDisabled(com.atlassian.plugin.event.events.PluginDisablingEvent pluginDisabledEvent) |
void |
pluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event) |
public static final String PLUGIN_KEY
@Autowired public PerformanceLoggingServiceManager(com.atlassian.event.api.EventPublisher eventPublisher, List<com.google.common.util.concurrent.Service> serviceList)
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public void destroy()
destroy
in interface org.springframework.beans.factory.DisposableBean
@EventListener public void onPluginDisabled(com.atlassian.plugin.event.events.PluginDisablingEvent pluginDisabledEvent)
@EventListener public void pluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event)
Copyright © 2002-2021 Atlassian. All Rights Reserved.