com.atlassian.confluence.admin.actions.cluster
Class StartClusterTask
java.lang.Object
com.atlassian.core.task.longrunning.AbstractLongRunningTask
com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartClusterTask
public StartClusterTask(JohnsonEventContainer eventContainer,
Event clusterMigrationEvent,
String clusterName,
String networkInterface,
ClusterConfigurationHelper clusterConfigurationHelper,
I18NBean i18nBean)
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