public class WebResourceBatchingStateCounterImpl extends Object implements WebResourceBatchingStateCounter
WebResourceIntegration.| Constructor and Description |
|---|
WebResourceBatchingStateCounterImpl(com.atlassian.plugin.event.PluginEventManager pluginEventManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the instance.
|
long |
getBatchingStateCounter()
Gets batching state counter.
|
void |
incrementCounter()
Increment of the counter.
|
void |
onPluginFrameworkPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) |
void |
onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) |
void |
onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event) |
void |
onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event) |
public WebResourceBatchingStateCounterImpl(com.atlassian.plugin.event.PluginEventManager pluginEventManager)
public void close()
public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
public void onPluginFrameworkPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
public void onPluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
public void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
public long getBatchingStateCounter()
WebResourceBatchingStateCountergetBatchingStateCounter in interface WebResourceBatchingStateCounterpublic void incrementCounter()
WebResourceBatchingStateCounterincrementCounter in interface WebResourceBatchingStateCounterCopyright © 2019 Atlassian. All rights reserved.