|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.webresource.WebResourceBatchingStateCounterImpl
public class WebResourceBatchingStateCounterImpl
A ready-to-use implementation of batching state counter. Ready to be plugged into WebResourceIntegration.
| Constructor Summary | |
|---|---|
WebResourceBatchingStateCounterImpl(PluginEventManager pluginEventManager)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the instance. |
long |
getBatchingStateCounter()
Gets batching state counter. |
void |
incrementCounter()
Increment of the counter. |
void |
onPluginFrameworkPluginFrameworkShutdown(PluginFrameworkShutdownEvent event)
|
void |
onPluginFrameworkStarted(PluginFrameworkStartedEvent event)
|
void |
onPluginModuleDisabled(PluginModuleDisabledEvent event)
|
void |
onPluginModuleEnabled(PluginModuleEnabledEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebResourceBatchingStateCounterImpl(PluginEventManager pluginEventManager)
| Method Detail |
|---|
public void close()
public void onPluginFrameworkStarted(PluginFrameworkStartedEvent event)
public void onPluginFrameworkPluginFrameworkShutdown(PluginFrameworkShutdownEvent event)
public void onPluginModuleEnabled(PluginModuleEnabledEvent event)
public void onPluginModuleDisabled(PluginModuleDisabledEvent event)
public long getBatchingStateCounter()
WebResourceBatchingStateCounter
getBatchingStateCounter in interface WebResourceBatchingStateCounterpublic void incrementCounter()
WebResourceBatchingStateCounter
incrementCounter in interface WebResourceBatchingStateCounter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||