public class

ClusterConfigurationAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.cluster.ClusterConfigurationAction

Summary

[Expand]
Inherited Constants
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
ClusterConfigurationAction()
Public Methods
String getClusterAddress()
List getClusterMembers()
String getClusterName()
String getClusterStatus()
List getClusterableInterfaces()
Map getDetailedNodeInfo()
int getPermittedMemberCount()
int getThisNodeId()
boolean isClusterAddressCorrect()
boolean isClusterLicenseInNonClusteredConfluence()
boolean isClusterRunning()
boolean isPermitted()
void setClusterConfigurationHelper(ClusterConfigurationHelper clusterConfigurationHelper)
void setClusterManager(ClusterManager clusterManager)
Protected Methods
ClusterConfigurationHelper getClusterConfigurationHelper()
[Expand]
Inherited Methods
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 ClusterConfigurationAction ()

Public Methods

public String getClusterAddress ()

public List getClusterMembers ()

public String getClusterName ()

public String getClusterStatus ()

public List getClusterableInterfaces ()

public Map getDetailedNodeInfo ()

public int getPermittedMemberCount ()

public int getThisNodeId ()

Returns
  • the id of this node within the cluster

public boolean isClusterAddressCorrect ()

public boolean isClusterLicenseInNonClusteredConfluence ()

public boolean isClusterRunning ()

public boolean isPermitted ()

public void setClusterConfigurationHelper (ClusterConfigurationHelper clusterConfigurationHelper)

public void setClusterManager (ClusterManager clusterManager)

Protected Methods

protected ClusterConfigurationHelper getClusterConfigurationHelper ()