com.atlassian.jira.cluster
Class DefaultClusterServicesManager

java.lang.Object
  extended by com.atlassian.jira.cluster.DefaultClusterServicesManager
All Implemented Interfaces:
ClusterServicesManager, Startable

public class DefaultClusterServicesManager
extends Object
implements ClusterServicesManager, Startable

Starts and stops clustering specific services - checks to see if clustered

Since:
v6.1

Constructor Summary
DefaultClusterServicesManager(ClusterManager clusterManager, ServiceManager serviceManager, ClusterServicesRegistry clusterServicesRegistry, I18nHelper i18nHelper)
           
 
Method Summary
 void start()
          This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
 void startServices()
           
 void stopServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClusterServicesManager

public DefaultClusterServicesManager(ClusterManager clusterManager,
                                     ServiceManager serviceManager,
                                     ClusterServicesRegistry clusterServicesRegistry,
                                     I18nHelper i18nHelper)
Method Detail

startServices

public void startServices()
Specified by:
startServices in interface ClusterServicesManager

stopServices

public void stopServices()
Specified by:
stopServices in interface ClusterServicesManager

start

public void start()
           throws Exception
Description copied from interface: Startable
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Specified by:
start in interface Startable
Throws:
Exception - Allows implementations to throw an Exception.


Copyright © 2002-2014 Atlassian. All Rights Reserved.