public class

SetupClusterAction

extends AbstractSetupAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.setup.actions.AbstractSetupAction
         ↳ com.atlassian.confluence.setup.actions.SetupClusterAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.setup.actions.AbstractSetupAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
SetupClusterAction()
Public Methods
String execute()
ClusterConfigurationHelper getClusterConfigurationHelper()
ClusterInformation getClusterInformation()
ClusterManager getClusterManager()
String getClusterName()
List getClusterableInterfaces()
String getNetworkInterface()
SharedConfigurationMap getSharedConfig()
boolean isClusterDetected()
Is there an already running cluster, that is, is clustering turned on on this node, AND have we found at least one other node
boolean isLicenceClustered()
boolean isSharedConfigPublished()
boolean isSharedConfigUsingEmbedded()
boolean isThisNodeClustered()
void setClusterConfigurationHelper(ClusterConfigurationHelper clusterConfigurationHelper)
void setClusterManager(ClusterManager clusterManager)
void setClusterName(String clusterName)
void setNetworkInterface(String networkInterface)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.confluence.setup.actions.AbstractSetupAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public SetupClusterAction ()

Public Methods

public String execute ()

Throws
Exception

public ClusterConfigurationHelper getClusterConfigurationHelper ()

public ClusterInformation getClusterInformation ()

public ClusterManager getClusterManager ()

public String getClusterName ()

public List getClusterableInterfaces ()

public String getNetworkInterface ()

public SharedConfigurationMap getSharedConfig ()

public boolean isClusterDetected ()

Is there an already running cluster, that is, is clustering turned on on this node, AND have we found at least one other node

public boolean isLicenceClustered ()

public boolean isSharedConfigPublished ()

public boolean isSharedConfigUsingEmbedded ()

public boolean isThisNodeClustered ()

public void setClusterConfigurationHelper (ClusterConfigurationHelper clusterConfigurationHelper)

public void setClusterManager (ClusterManager clusterManager)

public void setClusterName (String clusterName)

public void setNetworkInterface (String networkInterface)

public void validate ()