com.atlassian.confluence.cluster
Class StartClusterLongRunningTask

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

public class StartClusterLongRunningTask
extends ConfluenceAbstractLongRunningTask


Field Summary
 
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
progress
 
Constructor Summary
StartClusterLongRunningTask(String clusterName)
           
 
Method Summary
 String getName()
           
 void run()
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setJohnsonEventContainer(JohnsonEventContainer johnsonEventContainer)
           
 
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle
 
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, 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

StartClusterLongRunningTask

public StartClusterLongRunningTask(String clusterName)
Method Detail

run

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

getName

public String getName()

setJohnsonEventContainer

public void setJohnsonEventContainer(JohnsonEventContainer johnsonEventContainer)

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)


Confluence is developed by Atlassian.