public class

StartClusterTask

extends ConfluenceAbstractLongRunningTask
java.lang.Object
   ↳ com.atlassian.core.task.longrunning.AbstractLongRunningTask
     ↳ com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
       ↳ com.atlassian.confluence.admin.actions.cluster.StartClusterTask

Class Overview

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.core.task.longrunning.AbstractLongRunningTask
Public Constructors
StartClusterTask(JohnsonEventContainer eventContainer, Event clusterMigrationEvent, String clusterName, String networkInterface, ClusterConfigurationHelper clusterConfigurationHelper, I18NBean i18nBean)
Public Methods
String getName()
String getNameKey()
void runInternal()
Run the long runnning process.
[Expand]
Inherited Methods
From class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
From class com.atlassian.core.task.longrunning.AbstractLongRunningTask
From class java.lang.Object
From interface com.atlassian.core.task.longrunning.LongRunningTask
From interface java.lang.Runnable

Public Constructors

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

Public Methods

public String getName ()

public String getNameKey ()

public void runInternal ()

Run the long runnning process. When this method exits, the process should be complete.