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

Packages that use ClusterException
com.atlassian.confluence.cluster   
 

Uses of ClusterException in com.atlassian.confluence.cluster
 

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

Methods in com.atlassian.confluence.cluster that throw ClusterException
 void ClusterConfigurationHelper.bootstrapCluster()
          Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configuration
 void DefaultClusterConfigurationHelper.bootstrapCluster()
           
 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)
           
 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.
 void DefaultClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
           
 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)
           
 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.
 void DefaultClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.lang.String networkInterfaceName)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.