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:
- com.atlassian.core.task.longrunning.LongRunningTask, Runnable
public class StartClusterTask
- extends ConfluenceAbstractLongRunningTask
Task used by the StartClusterAction to start the cluster. Only public so velocity can use its methods.
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
log, progress |
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartClusterTask
public StartClusterTask(com.atlassian.johnson.JohnsonEventContainer eventContainer,
com.atlassian.johnson.event.Event clusterMigrationEvent,
String clusterName,
String networkInterface,
ClusterConfigurationHelper clusterConfigurationHelper,
I18NBean i18nBean)
getName
public String getName()
getNameKey
public String getNameKey()
- Specified by:
getNameKey
in interface com.atlassian.core.task.longrunning.LongRunningTask
- Overrides:
getNameKey
in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
runInternal
public void runInternal()
- Description copied from class:
ConfluenceAbstractLongRunningTask
- Run the long runnning process. When this method exits, the process should be complete.
- Specified by:
runInternal
in class ConfluenceAbstractLongRunningTask