com.atlassian.confluence.admin.actions.cluster
Class StartClusterTask

java.lang.Object
  extended by com.atlassian.core.task.longrunning.AbstractLongRunningTask
      extended by com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
          extended by com.atlassian.confluence.admin.actions.cluster.StartClusterTask
All Implemented Interfaces:
LongRunningTask, Runnable

public class StartClusterTask
extends ConfluenceAbstractLongRunningTask

Task used by the StartClusterAction to start the cluster. Only public so velocity can use its methods.


Field Summary
 
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
log, progress
 
Constructor Summary
StartClusterTask(JohnsonEventContainer eventContainer, Event clusterMigrationEvent, String clusterName, String networkInterface, ClusterConfigurationHelper clusterConfigurationHelper, I18NBean i18nBean)
           
 
Method Summary
 String getName()
           
 String getNameKey()
           
 void run()
           
 
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle
 
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartClusterTask

public StartClusterTask(JohnsonEventContainer eventContainer,
                        Event clusterMigrationEvent,
                        String clusterName,
                        String networkInterface,
                        ClusterConfigurationHelper clusterConfigurationHelper,
                        I18NBean i18nBean)
Method Detail

getName

public String getName()

getNameKey

public String getNameKey()
Specified by:
getNameKey in interface LongRunningTask
Overrides:
getNameKey in class AbstractLongRunningTask

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class AbstractLongRunningTask


Confluence is developed by Atlassian.