com.atlassian.jira.plugin.ha
Class DefaultPluginSyncService

java.lang.Object
  extended by com.atlassian.jira.plugin.ha.DefaultPluginSyncService
All Implemented Interfaces:
PluginSyncService

public class DefaultPluginSyncService
extends Object
implements PluginSyncService

Since:
v6.1

Field Summary
static String PLUGIN_CHANGE
           
 
Constructor Summary
DefaultPluginSyncService(MessageEventRegistry eventRegistry, ClusterMessagingService messagingService)
           
 
Method Summary
 void syncPlugins(List<ClusterMessage> pluginMessages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_CHANGE

public static final String PLUGIN_CHANGE
See Also:
Constant Field Values
Constructor Detail

DefaultPluginSyncService

public DefaultPluginSyncService(MessageEventRegistry eventRegistry,
                                ClusterMessagingService messagingService)
Method Detail

syncPlugins

public void syncPlugins(@Nonnull
                        List<ClusterMessage> pluginMessages)
Specified by:
syncPlugins in interface PluginSyncService


Copyright © 2002-2014 Atlassian. All Rights Reserved.