Uses of Class
de.xima.fc.cluster.exception.ClusterOpenException
-
Packages that use ClusterOpenException Package Description de.xima.fc.cluster de.xima.fc.cluster.impl.jgroup de.xima.fc.cluster.interfaces -
-
Uses of ClusterOpenException in de.xima.fc.cluster
Methods in de.xima.fc.cluster that throw ClusterOpenException Modifier and Type Method Description static void
ClusterManager. open()
Opens the cluster connection.static void
ClusterManager. restart()
Restarts the cluster (i.e.static void
ClusterNodeStateManager. restart()
static void
ClusterManager. startup()
Starts the cluster. -
Uses of ClusterOpenException in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup that throw ClusterOpenException Modifier and Type Method Description void
JGroupsClusterConnection. open()
-
Uses of ClusterOpenException in de.xima.fc.cluster.interfaces
Methods in de.xima.fc.cluster.interfaces that throw ClusterOpenException Modifier and Type Method Description void
IClusterConnection. open()
Opens this connection.
-