Uses of Class
com.atlassian.confluence.cluster.ClusterException

Packages that use ClusterException
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.coherence   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
 

Uses of ClusterException in com.atlassian.confluence.cluster
 

Subclasses of ClusterException in com.atlassian.confluence.cluster
 class AlreadyClusteredException
           
 class ClusterAlreadyExistsException
           
 class ClusterLicenseExceededException
           
 class ClusterNotPermittedException
           
 class InvalidClusterAddressException
           
 class NamedClusterException
           
 class NoSuchClusterException
           
 

Methods in com.atlassian.confluence.cluster that throw ClusterException
 void DefaultClusterConfigurationHelper.bootstrapCluster()
           
 void ClusterConfigurationHelper.bootstrapCluster()
          Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configuration
 void DefaultClusterConfigurationHelper.createCluster(java.lang.String clusterName)
           
 void ClusterConfigurationHelper.createCluster(java.lang.String clusterName)
          Creates a new cluster with the given name as long as the given cluster does not exist.
 void DefaultClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
           
 void ClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
          Creates a new cluster with the given name, on the specified network interface, as long as the given cluster does not exist.
 ClusterInvariants ClusterManager.getClusterInvariants()
          Get all attributes of the server that must be consistent between cluster nodes.
 void DefaultClusterConfigurationHelper.joinCluster(java.lang.String clusterName)
           
 void ClusterConfigurationHelper.joinCluster(java.lang.String clusterName)
          Join the named cluster, as long as it exists and the licensed member count is not exceeded.
 void DefaultClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
           
 void ClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
          Join the named cluster, on the specified network interface, as long as it exists and the licensed member count is not exceeded.
 

Uses of ClusterException in com.atlassian.confluence.cluster.coherence
 

Methods in com.atlassian.confluence.cluster.coherence that throw ClusterException
 ClusterInvariants TangosolClusterManager.getClusterInvariants()
           
 

Uses of ClusterException in com.atlassian.confluence.cluster.nonclustered
 

Methods in com.atlassian.confluence.cluster.nonclustered that throw ClusterException
 void NonClusterConfigurationHelper.bootstrapCluster()
           
 void NonClusterConfigurationHelper.createCluster(java.lang.String clusterName)
           
 void NonClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
           
 void NonClusterConfigurationHelper.joinCluster(java.lang.String clusterName)
           
 void NonClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.